Security Configuration Command Set
Configuring Policy-Based Routing
Matrix NSA Series Configuration Guide 14-173
14.3.13.2 route-map
Use this command to create a route map for policy-based routing and to enable policy-based routing
configuration mode.
route-map id-number [permit | deny] [sequence-number]
Syntax Description
Command Syntax of the “no” Form
The “no” form of this command removes the specified route map list:
no route-map id-number
Command Type
Router command.
Command Mode
Global configuration: Matrix>Router1(config)#
NOTE: Use this command to add a route map to an existing route map list by specifying
the list’s id-number and a new sequence-number.
id-number Specifies a route map list ID number to which this route
map will be added. If an unused ID number is specified, a
new route map list will be created. Valid values are for
policy-based routing are: 100 - 199.
permit (Optional) Permits the packet to bypass route lookup and
be forwarded to the next hop configured in the matching
route map.
deny (Optional) Denies policy-based routing, forcing the packet
to continue on its normal routing path.
sequence-number (Optional) Specifies the order of this map in the route map
list, and the order in which this route map will be checked
for matching access list criteria. The packet check will exit
with the first map in the list which matches the packet data.