Cisco Cisco Packet Data Gateway (PDG) Merkblatt

Seite von 8487
Route-map Configuration Mode Commands   
▀  match ip address 
 
 
▄  Cisco ASR 5x00 Command Line Interface Reference 
7858 
   
match ip address 
Matches IPv4 routes with entries in a 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 ip 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 IPv4 prefix list or IPv4 route access-list as an alphanumeric string of 1 through 79 
characters. 
Usage 
Use this command to match routes specified in an IPV4 route-access-list or prefix-list. 
Example
 
To match routes that are specified in an IPv4 prefix list named 
Prefix100
, enter the following command: 
match ip address prefix-list Prefix100 
To disable matching routes that are specified in an IPv4 prefix list named 
Prefix100
, enter the following 
command: 
no match ip address prefix-list Prefix100