set next-hop-v6 (policy) (S-, K-Series)

Use this command to set one or more next hop IPv6 addresses for packets matching an access list in a configured route-map.

Syntax

set next-hop-v6 {next-hop1}[next-hop2....next-hop5]
no set next-hop-v6 {next-hop1}[next-hop2....next-hop5]

Parameters

next-hopx Specifies a next hop IPv6 address(es). Up to five addresses can be specified per command line.

Defaults

None.

Mode

Policy-based routing configuration.

Usage

Up to a maximum of 512 unique next hops can be configured, 5 per command line, using multiple command lines. The total number of next hops includes both standard next hops configured using this command and default next hops configured using the command.

The “no” form of this command deletes the specified next hop IP address(es).

Example

This example shows how to set IPv6 address 2001::11 as the next hop for packets matching ACL 101:

System(rw-config)->route-map policy 101 permit 20
System(rw-config-route-map-pbr)->match ip address 1
System(rw-config-route-map-pbr)->set next-hop-v6 2001::11