7 match ip next-hop – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 375

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 375 of 855

19.6.1.3 Command Mode

Route-map mode

19.6.1.4 Defaults

No match ip address prefix-list is specified by default.

19.6.1.5 Examples

Switch# configure terminal
Switch(config)# route-map rmap1 permit 3
Switch(config-route-map)#match ip address prefix-list mylist

19.6.1.6 Related Commands

match community
match as-path
set as-path
set community
match metric

19.7 match ip next-hop

Use this command to specify a next-hop address to be matched in a route-map.
Use the no parameter with this command to disable this function.

The match ip next-hop command specifies the next-hop address to be matched. If there is a
match for the specified next-hop address, 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