Cisco Cisco Packet Data Gateway (PDG)

Pagina di 1952
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
Command Modes
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 Description
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.
Command Line Interface Reference, Modes C - D, StarOS Release 19    
937
Context Configuration Mode Commands N-R
route-map