Cisco Cisco ASR 5700

Page of 8994
ACL Configuration Mode Commands   
▀  redirect nexthop (by IP packets) 
 
 
▄  Command Line Interface Reference, StarOS Release 17 
372 
   
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 IP packets coming from the host with the IP address 198.162.100.25, and 
fragmented packets for any destination are matched:  
redirect nexthop 192.168.10.4 context 23 ip host 192.168.100.25 any 
fragment
 
The following sets the insertion point before the rule defined above:  
before redirect nexthop 192.168.10.4 context 23 ip host 192.168.100.25 
any fragment
 
The following command sets the insertion point after the first rule defined above:  
after redirect nexthop 192.168.10.4 context 23 ip host 192.168.100.25 any 
fragment
 
The following deletes the first rule defined above:  
no redirect nexthop 192.168.10.4 context 23 ip host 192.168.100.25 any 
fragment