Protocol Independent Features
Left running head:
Chapter name (automatic)
446
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Command Reference Guide
Alcatel-Lucent
ROUTE-MAP
route-map <name> [permit|deny] [<1-65535>]
DESCRIPTION
This command is entered in the Configuration Mode. This command is used to
configure route maps to control route redistribution. It is also used in BGP to set/
match community, as-path list, etc.
\
PARAMETERS
DEFAULT VALUE
Default route map action is permit.
EXAMPLE
ALU(config)# route-map ospf-to-eigrp permit 20
Parameter Description
name Name of the route map. All route maps command use this
name to reference this route map.
permit If the match criteria are met for this route map, and the
permit keyword is specified, the route map result is permit.
If the match criteria are not met, and the permit keyword is
specified, the next route map with the same map name is
tested. If a route passes none of the match criteria for the
set of route maps sharing the same name, the result of
route map is deny.
deny If the match criteria are met for the route map and the deny
keyword is specified, the route map result is deny. And no
further route maps sharing the same map name will be
examined.
1-65535 Sequence number that indicates the position a new route
map will have in the list of route maps already configured
with the same name.
If given with the no form of this command, the position of the
route map should be deleted.
This sequence number signifies the priority of a route-map
rule.