ipv6 policy priority (S-, K-Series)

Use this command to prioritize priority-based routing next hop behavior on the IPv6 interface.

Syntax

ipv6 policy priority {only | first | last}
no ipv6 policy priority

Parameters

only | first | last Prioritizes use of the priority-based routing configured policy — as opposed to doing a lookup in the FIB (Forward Information Base) route table for a next hop — as follows:
  • only - uses the priority-based routing next hop, but if it is unavailable, drops the packet.
  • first (default) - uses the priority-based routing next hop, but if it is unavailable, the route table is used.
  • last - uses the route table if route exists, but if it is unavailable, the priority-based routing next hop is used.

Defaults

None.

Mode

Interface configuration.

Usage

The no ipv6 policy priority command resets the priority configuration back to the default of first.

Example

This example shows how to set the IP policy priority on VLAN 50 to last:

System(su-config)->interface vlan 50
System(su-config-intf-vlan.0.50)->ipv6 policy priority last
System(su-config-intf-vlan.0.50)->