Connectivity Guide

Supported Releases 10.3.0E or later
match route-type
Congures a lter to match routes based on how the route is dened.
Syntax
match route-type {{external {type-1 | type-2} | internal | local }
Parameters
external — Match only on external OSPF routes. Enter the keyword then one of the following:
type–1 — Match only on OSPF Type 1 routes.
type–2 — Match only on OSPF Type 2 routes.
internal — Match only on routes generated within OSPF areas.
local — Match only on routes generated locally.
Default Not congured
Command Mode ROUTE-MAP
Usage Information The no version of this command deletes the match.
Example
OS10(config)# route-map bgp
OS10(conf-route-map)# match route-type external type-1
Supported Releases 10.3.0E or later
match tag
Congures a lter to redistribute only routes that match a specic tag value.
Syntax
match tag tag-value
Parameters tag-value — Enter the tag value to match with the tag number, from 0 to 4294967295.
Default Not congured
Command Mode ROUTE-MAP
Usage Information The no version of this command deletes the match.
Example
OS10(conf-route-map)# match tag 656442
Supported Releases 10.2.0E or later
route-map
Enables a route-map statement and congures its action and sequence number.
Syntax
route-map map-name [permit | deny | sequence-number]
Parameters
map-name — Enter the name of the route-map. A maximum of 140 characters.
Access Control Lists 953