Cisco Cisco Packet Data Interworking Function (PDIF)

ページ / 8770
IPv6 ACL Configuration Mode Commands   
▀  redirect css service (for uplink, any) 
 
 
▄  Command Line Interface Reference, StarOS Release 16 
6578 
   
css service svc_name
 
The name of the Content Service steering (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 an alphanumeric string of 1 through 15 characters. 
uplink
 
Apply this rule definition only to packets in the uplink (to the Mobile Node) direction. 
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 definition 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 charging service with the name 
css-svc1
 and any source IP:  
redirect css service css-svc1 uplink any 
The following sets the insertion point to before the first rule definition above:  
before redirect css service css-svc1 uplink any 
The following command sets the insertion point after the second rule definition above:  
after redirect css service css-svc1 uplink any 
The following deletes the first rule definition above:  
no redirect css service css-svc1 uplink any