Cisco Cisco ASR 5000

Page of 9109
  Context Configuration Mode Commands N-R 
route-access-list standard  ▀   
 
Command Line Interface Reference, StarOS Release 18  ▄  
 
   
2765 
route-access-list standard 
Configures an access-list for filtering routes based on network addresses. 
Product
 
PDSN 
HA 
GGSN 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > Context Configuration 
configure > context context_name
 
Entering the above command sequence results in the following prompt: 
[context_name]host_name(config-ctx)# 
Syntax
 
[ no ] route-access-list standard identifier { permit | deny } { ip_address wildcard_mask 
| any | host network_address } 
no
 
Deletes the specified route access list. 
identifier
 
Specifies a value that identifies the route-access-list as an integer from 1 through 99. 
deny
 
Denies routes that match the specified criteria. 
permit
 
Permits routes that match the specified criteria. 
ip_address wildcard_mask
 
Specifies the IP address and subnet mask to match for routes. Both 
ip_address
 and 
wildcard_mask
 must 
be entered in IPv4 dotted-decimal notation. (For example, 192.168.100.0 255.255.255.0) 
any
 
Matches any route. 
host network_address
 
Matches only route shaving the specified network address as if it had a 32-bit network mask. 
network_address
 must be an IPv4 address specified in dotted-decimal notation.