route-map
Except on the first page, right running head:
Heading1 or Heading1NewPage text (automatic)
361
Alcatel-Lucent
Beta
Beta
OmniAccess 700 CLI Command Reference Guide
ROUTE
-
MAP
route-map
<
name>
[
permit
|
deny
] [
<1-65535>
]
D
ESCRIPTION
Enter this command 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.
\
P
ARAMETERS
D
EFAULT
V
ALUE
Default route map action is permit.
E
XAMPLE
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.