Cisco Cisco ASR 5700

Page of 8994
ACL Configuration Mode Commands   
▀  redirect css service (for uplink, by IP packets) 
 
 
▄  Command Line Interface Reference, StarOS Release 17 
348 
   
source_host_address
 
The IP address of the source host to filter against expressed in IPv4 dotted-decimal notation. 
dest_host_address
 
The IP address of the destination host to filter against expressed in IPv4 dotted-decimal notation. 
dest_address
 
The IP address(es) to which the packet is to be sent. 
This option is used to filter all packets to a specific IP address or a group of IP addresses. 
When specifying a group of addresses, the initial address is configured using this parameter. The range can 
then be configured using the 
dest_wildcard
 parameter. 
dest_wildcard
 
This option is used in conjunction with the 
dest_address
 option to specify a group of addresses for which 
packets are to be filtered. 
The mask must be entered as a complement: 
 
Zero-bits in this parameter mean that the corresponding bits configured for the 
dest_address
 
parameter must be identical. 
 
One-bits in this parameter mean that the corresponding bits configured for the 
dest_address
 
parameter must be ignored. 
fragment
 
Indicates packet redirection is to be applied to IP packet fragments only. 
Usage 
Block IP packets when the source and destination are of interest. 
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
Example
 
The following command defines a rule definition that redirects packets to the charging service named 
chgsvc1
, and uplink IP packets going to the host with the IP address 
198.162.100.25
, and fragmented 
packets for any destination are matched:  
redirect css service chgsvc1 uplink ip host 198.162.100.25 any fragment 
The following sets the insertion point before the rule definition above:  
before redirect css service chgsvc1 uplink ip host 198.162.100.25 any 
fragment
 
The following command sets the insertion point after the first rule definition above:  
after redirect css service chgsvc1 uplink ip host 198.162.100.25 any 
fragment
 
The following command deletes the first rule definition above: