set ipv6 next-hop

Sets the IPv6 address of the next hop in a route-map instance.

Syntax

set ipv6 next-hop AAAA:BBBB:CCCC:DDDD:EEEE:FFFF:GGGG:HHHH
set ipv6 [ global | vrf vrf-name ] next-hop AAAA:BBBB:CCCC:DDDD:EEEE:FFFF:GGGG:HHHH
no set ipv6 next-hop AAAA:BBBB:CCCC:DDDD:EEEE:FFFF:GGGG:HHHH

Parameters

AAAA:BBBB:CCCC:DDDD:EEEE:FFFF:GGGG:HHHH
IPv6 address of the next hop.
global
Specifies that the next specified hop address is to be resolved from the global routing table.
vrf vrf-name
Specifies from which VRF routing table the specified next hop address will be resolved.
next hop AAAA:BBBB:CCCC:DDDD:EEEE:FFFF:GGGG:HHHH
Sets the next hop to which to route the packet. The next hop must be adjacent.

Modes

Route-map configuration mode

Usage Guidelines

The no form of this command removes the configuration.

Examples

The following example configures IPv6 address as the next hop to which the traffic that matches a match statement in the route map must be routed.

device(config)# route-map test-route permit 99
device(config-route-map-test-route/permit/99)# set ipv6 next-hop 2001:db8:0:0:0:ff00:42:8329