D-Link DXS-3600 Series Cli Reference Manual page 1146

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
None.
Command Mode
Route-map Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Use this command in the route map configure mode to define a rule for matching type of OSPF routes.
Example
This example shows how to create a route map entry to match against the OSPF internal route.
Switch# configure terminal
Switch(config)# route-map myPolicy permit 1
Switch(config-route-map)# match route-type internal
Switch(config-route-map)#
91-7 route map
This command is used to create a route map rule entry. Use the no form of the command to remove a
route map rule entry.
route-map MAP-NAME {permit | deny} SEQ-NUMBER
no route-map MAP-NAME {permit | deny} SEQ-NUMBER
Parameters
MAP-NAME
permit
deny
SEQ-NUMBER
Default
None.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
A route map can contain multiple route map entries, which is either a permit entry or a deny entry. When
a route is checked against a route map, the entry in the route map will be checked whether match the
route based on its sequence number in the route map. If an entry matches, the action associated with the
entry will be taken and no further check will be done against the remaining entry in the route map.
A route map entry can contain multiple match and set statements. To match a route against a route map
entry, all of the match statements in the route map rule must be satisfied. When a route map entry is
Specifies the name of the route map.
Specifies that routes that match the rule entry are permitted.
Specifies that routes that match the rule entry are denied.
Specifies the sequence number for the route map entry. The value
range is from 1 to 65535.
1141

Advertisement

Table of Contents
loading

Table of Contents