Cisco Cisco Tunnel Terminating Gateway (TTG) Fascicule

Page de 8487
IPv6 ACL Configuration Mode Commands   
▀  redirect css service (by host IP address) 
 
 
▄  Cisco ASR 5x00 Command Line Interface Reference 
6374 
   
css service svc_name
 
The name of the Content Service Steering (CSS) service to which packets are to be redirected. At the 
executive mode prompt, use the 
show css service all
 command to display the names of all configured 
CSS services. 
svc_name
 must be an alphanumeric string of 1 through 15 characters. 
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 IPv6 colon-separated-hexadecimal 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:
  A maximum of 16 rule definitions can be configured per ACL. 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 CSS service with the name 
css-svc1
 and a host IP address of 
fe80::c0a8:c80b
:  
redirect css service css-svc1 host fe80::c0a8:c80b 
The following sets the insertion point to before the first rule definition above:  
before redirect css service css-svc1 host fe80::c0a8:c80b 
The following command sets the insertion point after the second rule definition above:  
after redirect css service css-svc1 host fe80::c0a8:c80b 
The following deletes the first rule definition above:  
no redirect css service css-svc1 host fe80::c0a8:c80b