C613-50170-01 Rev B
Command Reference for x510 Series
1180
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
R
OUTE
M
AP
C
OMMANDS
MATCH
TAG
match tag
Overview
Use this command to add a tag match clause to a route map entry. Specify the
route tag value to match.
An OSPF route matches the route map if it has been tagged with the route map’s
tag value. Routes can be tagged through OSPF commands or through another
route map’s set clause.
Each entry of a route map can only match against one tag in one match clause. If
the route map entry already has a tag match clause, entering this command
replaces that match clause with the new clause.
Use the
no
variant of this command to remove the tag match clause from the route
map entry.
Syntax
match tag <
0-4294967295
>
no match tag [<
0-4294967295
>]
Mode
Route-map Configuration
Usage
This command is valid for OSPF routes only.
Example
To add entry 10 to the route map called
mymap1
, which will process routes that are
tagged
100
, use the following commands:
awplus#
configure terminal
awplus(config)#
route-map mymap1 permit 10
awplus(config-route-map)#
match tag 100
Related
Commands