ipv6 policy load-policy (S-, K-Series)

Use this command to configure ipv6 load balancing for multiple next hops.

Syntax

ipv6 policy load-policy {first-available | round-robin | ip-hash}
no ipv6 policy load-policy {first-available | round-robin | ip-hash}

Parameters

first-available | round-robin | ip-hash Specifies the load balancing policy to use for this IPv6 interface:
  • first-available - Choose the first available IPv6 next hop in the list (default)
  • round-robin - Choose an IPv6 next hop by circulating through available next hops
  • ip-hash - Choose an IPv6 next hop based on a hash value

Defaults

None.

Mode

Interface configuration.

Usage

The no ipv6 policy load-policy command resets the load balancing method for the IPv6 interface to the default value of first available.

Example

This example sets the load balancing method to round robin for VLAN 50:

System(su-config)->interface vlan 50
System(su-config-intf-vlan.0.50)->ipv6 policy load-policy round-robin
System(su-config-intf-vlan.0.50)->