Cisco Cisco ASR 5000

Page of 9109
ACL Configuration Mode Commands   
▀  redirect nexthop (by IP address masking) 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
362 
   
Important:
  Also note that “redirect” rules are ignored for ACLs applied to specific subscribers or all subscribers 
facilitated by a specific context. 
Example
 
The following command defines a rule that redirects packets to the next hop host at 192.168.10.4, the context 
with the context ID of 23 and the source IP and wildcard of 192.168.22.0 and 0.0.0.31:  
redirect nexthop 192.168.10.4 context 23 198.162.22.0 0.0.0.31  
The following sets the insertion point before the rule defined above:  
before redirect nexthop 192.168.10.4 context 23 198.162.22.0 0.0.0.31 
The following command sets the insertion point after the first rule defined above:  
after redirect nexthop 192.168.10.4 context 23 198.162.22.0 0.0.0.31  
The following deletes the first rule defined above:  
no redirect nexthop 192.168.10.4 context 23 198.162.22.0 0.0.0.31