Cisco Cisco Packet Data Gateway (PDG)

Página de 8770
  Route-map Configuration Mode Commands 
match ipv6 next-hop  ▀   
 
Command Line Interface Reference, StarOS Release 16  ▄  
 
   
8089 
match ipv6 next-hop 
Matches next-hop IPv6 addresses with entries in specified standard prefix-list or route-access-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 next-hop { prefix-list | route-access-list }list_name 
prefix-list
 
Matches any routes that have a next-hop router IPv6 address that has an entry in the specified prefix list. 
route-access-list
 
Matches any routes that have a next-hop router IPv6 address that has an entry in the specified route-access-
list. 
list_name
 
Specifies the name of the prefix-list or route-access-list as an alphanumeric string of 1 through 79 characters. 
Usage 
Use this command to match next-hop IPv6 addresses that have entries in the specified prefix-list or route-
access-list. 
Example
 
To match next-hop IPv6 addresses with entries in a prefix-list named 
Prefix600
, enter the following 
command: 
match ipv6 next-hop prefix-list Prefix600 
To disable matching next-hop IPv6 addresses with entries in a prefix-list named 
Prefix600
, enter the 
following command: 
no match ipv6 next-hop prefix-list Prefix600