10 match metric – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 563

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 563 of 855

28.9.1.2 Syntax Description

LOCAL-PREFERENCE

<0-4294967295> Species the preference value.

28.9.1.3 Command Mode

Route-map mode

28.9.1.4 Defaults

No match local-preference is specified by default.

28.9.1.5 Examples

Switch# configure terminal
Switch(config)# route-map mymap permit 3
Switch(config-route-map)# match local-preference 100

28.9.1.6 Related Commands

match community
match as-path
set as-path
set community
match ip next-hop

28.10 match metric

Use this command to match a metric of a route.
Use the no parameter with this command to disable this function.

The match metric command specifies the metric to be matched. If there is a match for the
specified metric, and permit is specified, the route is redistributed or controlled as specified by
the set action. If the match criteria are met, and deny is specified, the route is not redistributed
or controlled. If the match criteria are not met, the route is neither accepted nor forwarded,
irrespective of permit or deny specifications.

The route specified by the policies might not be the same as specified by the routing protocols.
Setting policies enable packets to take different routes depending on their length or content.
Packet forwarding based on configured policies overrides packet forwarding specified in routing
tables.

Note:

This command is valid for BGP, OSPF and RIP only.

Advertising