Show Route-Map; Route-Map - Enterasys Matrix DFE-Gold Series Configuration Manual

Enterasys networks switch configuration guide
Table of Contents

Advertisement

route-map

Parameters
id‐number
Defaults
None.
Mode
Router command, Global configuration: Matrix>Router(config)#
Example
This example shows how to display route map list 101. In this case, the packet source IP addresses 
matching ACL lists 2,3,4,8, or 110 will be forwarded to next hop 10.2.1.1, 10.2.2.1 or 10.2.3.1. The 
route map list was created using the route‐map command ("route‐map" on page 8‐43). The packet 
source IP address was then matched to an ACL using the match ip address command ("match ip 
address" on page 8‐44), and the packet's next hops were defined using the set next‐hop command 
("set next hop" on page 8‐45):
Matrix>Router#show route map 101
route-map 101, permit, sequence 1
Match clauses:
ip address 2 3 4 8 110
Set clauses:
next-hop 10.2.1.1 10.2.2.1 10.2.3.1
Policy matches: 0 packets
route-map
Use this command to create a route map for policy‐based routing and to enable policy‐based 
routing configuration mode.
Syntax
route-map id-number [permit | deny] [sequence-number]
no route-map id-number
Parameters
id‐number
permit
deny
sequence‐number
Specifies the ID number for which to display a configured PBR route 
map list. Valid values for PBR are 100 ‐ 199.
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. 
(Optional) Permits the packet to bypass route lookup and be forwarded 
to the next hop configured in the matching route map.
(Optional) Denies policy‐based routing, forcing the packet to continue 
on its normal routing path.
(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.
Enterasys Matrix DFE-Gold Series Configuration Guide 8-43
Configuring Policy-Based Routing

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents