Reference Guide

Supported Releases 10.3.0E or later
match metric
Congures a lter to match on a specic value.
Syntax
match metric metric-value
Parameters metric-value — Enter a value to match the route metric against, 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 metric 429132
Supported Releases 10.2.0E or later
match origin
Congures a lter to match routes based on the origin attribute of BGP.
Syntax
match origin {egp | igp | incomplete}
Parameters
egp — Match only remote EGP routes.
igp — Match only on local IGP routes.
incomplete — Match on unknown routes that are learned through some other means.
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 origin egp
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.
Access Control Lists 465