show vsx ipv6 route

Syntax

show vsx ipv6 route [<IPv6-ADDR> | <IPv6-ADDR>/<MASK> | unique] 
     [vrf <VRF-NAME> | all-vrfs] [vsx-peer]

Description

Displays a specified LAG or all configured LAGs along with VSX LAGs.

Command context

Operator (>) or Manager (#)

Parameters

<IPV6-ADDR> | <IPV6-ADDR>/<MASK> | unique]

Selects one of the following: <IPV6-ADDR>, <IPV6-ADDR>/<MASK> , or unique

<IPV6-ADDR>

Specifies the route information for an IPv4 address based on the parameters provided.

<IPV6-ADDR>/<MASK>

Specifies the route information for an IPv4 address and its specified subnet. Optional. Syntax: A.B.C.D/M

unique

Specifies routes that are present only on the primary switch or only on the secondary switch. The routes that are present on both the primary and secondary switch are excluded. Optional. Syntax string.

vrf <VRF-NAME> | all-vrfs

Selects the VRF name or all VRFs.

<VRF-NAME>

Shows the IPv4 route information for a specified VRF.

all-vrf

Shows the IPv4 route information for all VRFs.

[vsx-peer]

Shows the output from the VSX peer switch. If the switches do not have the VSX configuration or the ISL is down, the output from the VSX peer switch is not displayed. This parameter is available on switches that support VSX.

Authority

Operators or Administrators or local user group members with execution rights for this command. Operators can execute this command from the operator context (>) only.

Examples

Displaying IPv6 routes on a VSX switch:

switch# show vsx ipv6 route

IPv6 Forwarding Routes

'[x/y]' denotes [distance/metric]

1000::/64, vrf default 
    via  1/1/2,  [0/0],  connected on vsx1
    via  1/1/2,  [0/0],  connected on vsx2
1000::1/128, vrf default 
    via  1/1/2,  [0/0],  local on vsx1

Displaying IPv6 unique routes on a VSX switch:

switch# show vsx ipv6 route unique
IPv6 Forwarding Routes

'[x/y]' denotes [distance/metric]

1000::1/128, vrf default 
    via  1/1/2,  [0/0],  local on vsx1
1000::2/128, vrf default 
    via  1/1/2,  [0/0],  local on vsx2
3000::/64, vrf default 
    via  1000::2,  [1/0],  static on vsx1

Displaying IPv6 routes on a VSX switch for 2000::/64:

switch# show vsx ipv6 route 2000::/64
IPv6 Forwarding Routes

'[x/y]' denotes [distance/metric]

2000::/64, vrf default 
    via  1000::2,  [1/0],  static on vsx1
    via  1000::1,  [1/0],  static on vsx2