Cisco Cisco Packet Data Gateway (PDG)

Seite von 9109
  Route-map Configuration Mode Commands 
match ip next-hop  ▀   
 
Command Line Interface Reference, StarOS Release 18  ▄  
 
   
8363 
match ip next-hop 
Matches next-hop IPv4 addresses with entries in a speicifed 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 ip next-hop { prefix-list | route-access-list } list_name 
no
 
Disables matching from the specified prefix list or route access list. 
prefix-list
 
Matches any routes that have a next-hop router IPv4 address that has an entry in the specified prefix list. 
route-access-list
 
Matches any routes that have a next-hop router IPv4 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 IPv4 addresses that have entries in the specified prefix-list or route-
access-list. 
Example
 
To match next-hop IPv4 addresses with entries in a prefix-list named Prefix100, enter the following 
command: 
match ip next-hop prefix-list Prefix100