Cisco Cisco ASR 5000

Página de 9109
IPv6 ACL Configuration Mode Commands   
▀  readdress server 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
6730 
   
eq dest_port
 
Specifies a single, specific destination TCP port number to be filtered. 
dest_port
 must be configured to an integer from 0 through 65535. 
gt dest_port
 
Specifies that all destination TCP port numbers greater than the one specified are to be filtered. 
dest_port
 must be configured to an integer from 0 through 65535. 
lt dest_port
 
Specifies that all destination TCP port numbers less than the one specified are to be filtered. 
dest_port
 must be configured to an integer from 0 through 65535. 
neq dest_port
 
Specifies that all destination TCP port numbers not equal to the one specified are to be filtered. 
dest_port
 must be configured to an integer from 0 through 65535. 
Usage 
Use this command to define a rule that redirects packets to a different destination address. The TCP and UDP 
packet headers are modified with the new destination address and destination port. 
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. 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 server at 
fe80::c0a8:a04
, UDP packets 
coming from any host with a destination of any host are matched:  
readdress server fe80::c0a8:a04 udp any any 
The following sets the insertion point to before the rule defined above:  
before readdress server fe80::c0a8:a04 udp any any 
The following deletes the rule defined above:  
no readdress server fe80::c0a8:a04 udp any any