Cisco Cisco Packet Data Gateway (PDG)

Página de 9109
Route-map Configuration Mode Commands   
▀  match ipv6 address 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
8364 
   
match ipv6 address 
Matches IPv6 routes with entries in a specified route-access-list or prefix-list. 
Product
 
All 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > Context Configuration > Route-map Configuration 
configure > context context_name > route-map map_name { deny | permit }
 
seq_number
 
Entering the above command sequence results in the following prompt: 
[context_name]host_name(config-route-map)# 
Syntax
 
[ no ] match ipv6 address { prefix-list | route-access-list } list_name 
no
 
Disables matching from the specified prefix list or route access list. 
prefix-list
 
Matches any routes with entries in a prefix-list. 
route-access-list
 
Matches any routes with entries in a route-access-list. 
list_name
 
Specifies the name of the IPv6 prefix list or IPv6 route access-list as an alphanumeric string of 1 through 79 
characters. 
Usage 
Matches IPv6 routes with entries in a specified route-access-list or prefix-list. 
Example
 
To match routes that are specified in an IPv6 prefix list named Prefix600, enter the following command: 
match ipv6 address prefix-list Prefix600