show ipv6 ospf neighbor

Displays detailed or summary OSPFv3 neighbor information.

Syntax

show ipv6 ospf neighbor [ all-vrfs | vrf vrf-name ]
show ipv6 ospf neighbor detail [ vrf vrf-name ]
show ipv6 ospf neighbor interface [ ethernet slot/port | loopback number | port-channel number | ve vlan_id ]
show ipv6 ospf neighbor router-id A.B.C.D [ vrf vrf-name ]

Parameters

all-vrfs
Specifies all VRF instances.
vrf vrf-name
Specifies a non-default VRF instance.
detail
Displays detailed neighbor information.
interface
Displays OSPFv3 interface information.
ethernet slot/port
Specifies an Ethernet slot and port.
loopback number
Specifies a loopback port number. Valid values range from 1 through 255.
port-channel number
Specifies a port-channel.
ve vlan_id
Specifies a virtual Ethernet (VE) interface. Valid values range from 1 through 4096.
router-id A.B.C.D
Specifies neighbor information for the specified router ID (in dotted decimal format).

Modes

Privileged EXEC mode

Examples

The following example shows sample output from the show ipv6 ospf neighbor command when no arguments or keywords are used.

device# show ipv6 ospf neighbor
Total number of neighbors in all states: 1
Number of neighbors in state Full      : 1

RouterID        Pri State  DR              BDR             Interface     State   QCount
1.4.4.4         1 Full     100.5.5.5       1.4.4.4         Eth 1/13      DR      0
device#

The following example shows sample output from the show ipv6 ospf neighbor detail command when no arguments or keywords are used.

device# show ipv6 ospf neighbor detail
Total number of neighbors in all states: 1
Number of neighbors in state Full      : 1

RouterID        Pri State  DR              BDR             Interface     State   QCount
1.4.4.4         1 Full     100.5.5.5       1.4.4.4         Eth 1/13      DR      0
                Option: 00-00-00    Timer: 692
BFD State: NONE, BFD HoldoverInterval(sec):Configured: 0 Current: 0
device#