Cisco Cisco ASR 5000

Page of 9109
  Context Configuration Mode Commands N-R 
route-access-list named  ▀   
 
Command Line Interface Reference, StarOS Release 18  ▄  
 
   
2763 
route-access-list named 
Configures an access list for filtering routes based on a network address and net mask. 
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 named list_name { deny | permit } { ip_address/mask | any } [ 
exact-match ]
 
no
 
Deletes the specified route access list. 
list_name
 
Specifies name that identifies the route access list as an alphanumeric string of 1 through 79 characters. 
deny
 
Denies routes that match the specified criteria. 
permit
 
Permits routes that match the specified criteria. 
ip_address/mask
 
Specifies the IP address (in IPv4 dotted-decimal notation) and the number of subnet bits, representing the 
subnet mask in CIDR notation (for example 10.1.1.1/24). 
any
 
Matches any route. 
exact-match
 
Matches the IP address prefix exactly.