13 match tag, 14 route-map, Match tag – PLANET XGS3-24040 User Manual

Page 390: Route

Advertising
background image


29-103

Switch(config)#route-map r1 permit 5

Switch(config-route-map)#match route-type external type-1

29.13 match tag

Command:

match tag <tag-val >

no match tag [<tag-val >]

Function:

Configure to matching with the tag domain of the OSPF routing message. The “no match tag

[<tag-val >]” deletes this configuration.

Parameter:

<tag-val > is the tag value, ranging between 0~4294967295.

Command Mode:

route-map mode

Usage Guide:

This command matches according to the tag value in the OSPF route. If the matching succeeded,

then the “permit” or “deny” action in the route-map is performed.

Example:

Switch#config terminal

Switch(config)#route-map r1 permit 5

Switch(config-route-map)#match tag 60

29.14 route-map

Command:

route-map <map_name> {deny | permit} <sequence_num>

no route-map <map_name> [{deny | permit} <sequence_num>]

Function:

Configure the route-map and entering the route-map mode. The “no route-map <map_name>

[{deny | permit} <sequence_num>]” command deletes route-map.

Parameter:

<map_name> is the name of route-map, permit sets route-map matching mode to permit mode,

deny sets route-map matching mode to permit mode

set sub will not be executed under this mode),

<sequence_num> is the route-map sequence number, ranging between 1~65535.

Default:

None

Command Mode:

Global Mode

Advertising