IP Commands
page 29-40 OmniSwitch 6250 CLI Reference Guide November 2009
ip route-map match ipv6-interface
Matches the IPv6 interface name specified in the route map with the one that the routing protocol learned
the route on.
ip route-map route-map-name [sequence-number number] match ipv6-interface interface-name
no ip route-map route-map-name [sequence-number number] match ipv6-interface interface-name
Syntax Definitions
route-map-name The name of the route map (up to 20 characters).
number A number that links together the route maps. The range is 1–100.
interface-name Specifies the interface name of the route’s outgoing interface.
Defaults
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Use the no form of this command to delete the match ipv6-interface parameter in the route map.
• All route maps having the same name but different sequence numbers are linked together and
processed in order of increasing sequence number.
• The route-map-name and sequence-number should exist before you configure this match criteria.
Examples
-> ip route-map route1 sequence-number 10 match ipv6-interface int6
-> no ip route-map route1 sequence-number 10 match ipv6-interface int6
Release History
Release 6.6.1; command was introduced.
Related Commands
parameter default
number 50
ip route-map action Creates a route map for redistribution and sets the status of the route
map to permit or deny.
show ip route-map Displays the configured IP route maps.