Cisco Cisco ASR 5700

Page of 8994
ACL Configuration Mode Commands   
▀  redirect css service (for uplink, any) 
 
 
▄  Command Line Interface Reference, StarOS Release 17 
338 
   
css service service_name
 
The name of the active charging service to which packets are to be redirected. At the executive mode prompt, 
use the 
show active-charging service all
 command to display the names of all configured charging 
services. 
service_name
 must be an alphanumeric string from 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:
  The maximum number of rules that can be configured per ACL varies depending on how the ACL is 
to be used. For more information, refer to the Engineering Rules appendix in the System Administration Guide
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 
chgsvc1
 and any source IP:  
redirect css service chgsvc1 uplink any 
The following sets the insertion point before the rule definition above:  
before redirect css service chgsvc1 uplink any 
The following command sets the insertion point after the first rule definition above:  
after redirect css service chgsvc1 uplink any 
The following deletes the first rule definition above:  
no redirect css service chgsvc1 uplink any