Cisco Cisco ASR 5000

Page of 9109
  Context Configuration Mode Commands N-R 
route-map  ▀   
 
Command Line Interface Reference, StarOS Release 18  ▄  
 
   
2767 
route-map 
Creates a route-map that is used by the routing features and enters Route-map Configuration mode. A route-map allows 
redistribution of routes and includes a list of match and set commands associated with it. The match commands specify 
the conditions under which redistribution is allowed; the set commands specify the particular redistribution actions to be 
performed if the criteria specified by match commands are met. Route-maps are used for detailed control over route 
distribution between routing processes. Up to eight route-maps can be created in each context. Refer to the Route-map 
Configuration Mode Commands
 chapter for more information. 
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
 
route-map map_name { deny | permit } seq_number 
no route-map map_name 
no
 
Deletes the specified route map. 
map_name
 
Specifies the name of the route map to create or edit as an alphanumeric string of 1 through 69 characters. 
deny
 
If the deny parameter is specified and the match command criteria are met, the route is not redistributed and 
any other route maps with the same map name are not examined. Set commands have no affect on deny 
route-maps. 
permit
 
If the permit parameter is specified, and the match criteria are met, the route is redistributed as specified by 
set actions. If the match criteria are not met, the next route map with the same name is tested.