show ipv6 ospfv3 neighbors

Syntax

show ipv6 ospfv3 [<INSTANCE-TAG>] neighbors [<NEIGHBOR-ID>] 
     [interface <INTERFACE-NAME>] [detail | summary] 
     [all-vrfs | vrf <VRF-NAME>] [vsx-peer]

Description

Shows information about OSPFv3 neighbors.

Command context

Operator (>) or Manager (#)

Parameters

<INSTANCE-TAG>

Specifies an OSPFv3 Process ID to show OSPFv3 neighbor information for the particular OSPFv3 process. Range: 1-63.

neighbors <NEIGHBOR-ID>

Shows information about a particular neighbor, specified in IPv4 format (A.B.C.D).

interface <INTERFACE-NAME>

Shows neighbor information only for the specified interface.

detail

Shows detailed information for the neighbors.

summary

Shows summary information for the neighbors.

all-vrfs

Shows neighbor information for all VRFs.

vrf <VRF-NAME>

Shows neighbor information for a particular VRF. If a <vrf-name> is not specified, neighbor information shows for the default VRF.

[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.

Authority

Operators or Administrators. Users without administrator authority can execute this command from the operator context (>) only.

Examples

Showing OSPFv3 neighbors information:

switch# show ipv6 ospfv3 neighbors
OSPFv3 Process ID 1 VRF default
================================

Total Number of Neighbors: 1

Neighbor ID      Priority  State             Interface
-------------------------------------------------------
3.3.3.3          1         FULL/DR           1/1/1
  Neighbor address fe80::7272:cfff:fe79:7510

Showing OSPFv3 neighbors information for a specific neighbor:

switch# show ipv6 ospfv3 neighbors 3.3.3.3
Neighbor 3.3.3.3, interface address fe80::7272:cfff:fe79:7510
--------------------------------------------------------------

Process ID 1 VRF default, in Area 0.0.0.0  via Interface 1/1/1
State is FULL, Neighbor priority is 1
Options is 0x13
Dead timer due in 00:00:36r 2.2.2.2, interface address fe80:00:00:00:7272:cfff:fe2d:64eb
Process ID 1 vrf_default, in area 0.0.0.0  via interface 1
    State is FULL, Neighbor priority is 1 
    Options is 0x13
    Dead timer due in 00:00:35

Showing detail OSPFv3 neighbors information for a specific neighbor:

switch# show ipv6 ospfv3 neighbors 3.3.3.3 detail
Neighbor 3.3.3.3, interface address fe80::7272:cfff:fe79:7510
--------------------------------------------------------------

Process ID 1 VRF default, in Area 0.0.0.0  via Interface 1/1/1
State is FULL, Neighbor priority is 1
DR is 3.3.3.3, BDR is 1.1.1.3
Options is 0x13
Dead timer due in 00:00:37
Retransmission queue length 0

Showing OSPFv3 neighbors information for interface 1/1/1:

switch# show ipv6 ospfv3 neighbors 3.3.3.3 interface 1/1/1
Neighbor 3.3.3.3, interface address fe80::7272:cfff:fe79:7510
--------------------------------------------------------------

Process ID 1 VRF default, in Area 0.0.0.0  via Interface 1/1/1
State is FULL, Neighbor priority is 1
Options is 0x13
Dead timer due in 00:00:32

Showing summary OSPFv3 neighbors information for a specific neighbor for all VRFs:

switch# show ipv6 ospfv3 neighbors 3.3.3.3 summary all-vrfs
OSPFv3 Process ID 1 VRF default, Neighbor Summary
==================================================

Interface  Down Attempt Init TwoWay ExStart Exchange Loading Full  Total
-------------------------------------------------------------------------
1/1/1      0    0       0    0      0       0        0       1     1
Total      0    0       0    0      0       0        0       1     1

OSPFv3 Process ID 2 VRF red, Neighbor Summary
==============================================

Interface  Down Attempt Init TwoWay ExStart Exchange Loading Full  Total
-------------------------------------------------------------------------
1/1/2      0    0       0    0      0       0        0       1     1
Total      0    0       0    0      0       0        0       1     1

Showing OSPFv3 neighbors information for VRF red:

switch# show ipv6 ospfv3 neighbors vrf red
OSPFv3 Process ID 2 VRF red
============================

Total Number of Neighbors: 1

Neighbor ID      Priority  State             Interface
-------------------------------------------------------
4.4.4.4          1         FULL/DR           1/1/2
  Neighbor address fe80::7272:cfff:fe79:7510