Cisco Cisco ASR 5000

Page of 9109
ACL Configuration Mode Commands   
▀  redirect css service (for uplink, by host IP address) 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
344 
   
no
 
Removes the rule definition which exactly matches the options specified. 
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. 
host
 
Specifies that the rule definition applies to a specific host as determined by its IP address. 
source_host_address
 
The IP address of the source host to filter against expressed in IPv4 dotted-decimal notation. 
Usage 
Define a rule definition when a very specific remote host is to be blocked. In simplified networks where the 
access controls need only block a few hosts, this command allows the rule definitions to be very clear and 
concise. 
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 a host IP address of 
192.168.200.11
:  
redirect css service chgsvc1 uplink host 192.168.200.11 
The following sets the insertion point before the rule definition above:  
before redirect css service chgsvc1 uplink host 192.168.200.11 
The following command sets the insertion point after the first rule definition above:  
after redirect css service chgsvc1 uplink host 192.168.200.11