384
Command: match metric <metric-val >
no match metric [<metric-val >]
Function:
Match the metric value in the routing message. The “
no match metric
[<metric-val >]
” deletes the configuration.
Parameter: <metric-val >
is the metric value, ranging between 0
~
4294967295.
Command Mode:
route-map mode
Usage Guide:
This command matches according to metric value in the 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 metric 60
14.2.3.8 match origin
Command: match origin <egp | igp | incomplete >
no match origin <egp | igp | incomplete >
Function:
Configure to matching with the origin of the BGP routing message. The “
no
match origin <egp | igp | incomplete >
“ deletes the configuration.
Parameter: egp
means the route is learnt from the external gateway protocols,
IGP
means the route is learnt from the internal gateway protocols,
incomplete
means the
route origin is uncertain.
Command Mode:
route-map mode
Usage Guide:
This command matches according to origin message in the BGP 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 origin egp
14.2.3.9 match route-type
Command: match route-type external <type-1 | type-2 >
no match route-type external [<type-1 | type-2 >]
Function:
Configure to matching with the route type of OSPF routing message. The “
no
match route-type external [<type-1 | type-2 >]
” deletes the configuration.
Parameter: type-1
means match with the OSPF type 1 external route,
type-2
means
match with the OSPF type 1 external route.
Command Mode:
route-map mode