Cisco Cisco Packet Data Interworking Function (PDIF)

Page de 8770
IPv6 ACL Configuration Mode Commands   
▀  redirect css service (any) 
 
 
▄  Command Line Interface Reference, StarOS Release 16 
6540 
   
css service svc_name
 
The name of the CSS service to which packets are to be redirected. At the executive mode prompt, use the 
show css service all
 command to display the names of all configured CSS services. 
svc_name
 must be a string of 1 through 15 characters. 
log
 
Default: packets are not logged. 
Indicates all packets which match the redirect are to be logged. 
any
 
Indicates all packets will match the redirect regardless of source and/or destination. 
Usage 
Define a catch all rule definitions to place at the end of the list of rule definitions to provide explicit handling 
of rule definitions which do not fit any other criteria. 
Important:
  It is suggested that any rule definition which is added to be a catch all should also have the 
log
 
option specified. The logged packets may be used to determine if the current list of rule definitions is adequate or needs 
modification to ensure proper security. 
Important:
  A maximum of 16 rule definitions can be configured per ACL. 
Important:
  Also note that “redirect” rule definitions are ignored for ACLs applied to specific subscribers or all 
subscribers facilitated by a specific context. 
Example
 
The following command defines a rule definition that redirects packets to the CSS service with the name 
css-svc1
 and any source IP:  
redirect css service css-svc1 any 
The following sets the insertion point to before the first rule definition above:  
before redirect css service css-svc1 any 
The following command sets the insertion point after the second rule definitions above:  
after redirect css service css-svc1 any 
The following deletes the first rule definition above:  
no redirect css service css-svc1 any