Korenix Technology Co., Ltd.
Industrial
Layer 3 Managed Ethernet Switch
_____________________________________________________________________________
Industrial Layer 3 Managed Ethernet SwitchUser Manual
Page: 775/1568
7.10.2.4 route-map
To create a route map and enter Route Map Configuration mode, use the
route-map
command in
Global Configuration mode. One use of a route map is to limit the redistribution of routes to a specified
range of route prefixes. The redistribution command specifies a route map which refers to a prefix list.
The prefix list identifies the prefixes that may be redistributed. TROPOS accepts up to 64 route maps.
To delete a route map or one of its statements, use the
no
form of this command.
Syntax
route-map <map-tag> [permit|deny] [sequence-number]
no route-map <map-tag> [permit|deny] [sequence-number]
Default Setting
No route maps are configured by default. If no permit or deny tag is given, permit is the default.
Command Mode
Global Config
Parameter
map-tag:
Text name of the route map. Route maps with the same name are grouped together in
order of their sequence numbers. A route map name may be up to 32 characters long.
permit:
(Optional) Permit routes that match all of the match conditions in the route map.
deny:
(Optional) Deny routes that match all of the match conditions in the route map.
sequence-number:
(Optional) An integer used to order the set of route maps with the same name.
Route maps are ordered from lowest to greatest sequence number, with lower sequence numbers
being considered first. If no sequence number is specified, the system assigns a value ten greater
than the last statement in the route map. The range is 0 to 65,535.