display ospfv3 [ process-id ] [ area area-id ] peer [ interface-type interface-number | neighbor-id ] [ verbose ]
| Parameter | Description | Value |
|---|---|---|
| process-id | Specifies an OSPFv3 process ID. | The value is an integer ranging from 1 to 65535. |
| area area-id | Specifies the ID of the area to which the neighbor belongs. | The value can be a decimal integer or in the IPv4 address format. |
| interface-type interface-number | Specifies the type and number of the interface. | N/A |
| neighbor-id | Specifies the router ID of the neighbor. | N/A |
| verbose | Displays detailed information about neighbors of each area. | N/A |
# Display neighbor information about OSPFv3 process 1 on GigabitEthernet0/0/0.
<sysname> display ospfv3 1 peer GigabitEthernet 0/0/0
OSPFv3 Process (1)
OSPFv3 Area (0.0.0.0)
Neighbor ID Pri State Dead Time Interface Instance ID
1.1.1.1 1 Full/ - 00:00:30 GE0/0/0 0
# Display the detailed neighbor information of OSPFv3 process 100 on GigabitEthernet0/0/0.
<sysname> display ospfv3 100 peer GigabitEthernet 0/0/0 verbose
OSPFv3 Process (100) Neighbor 1.1.1.1 is Init, interface address FE80::3D43:0:8C14:1 In the area 0.0.0.1 via interface GigabitEthernet0/0/0 DR Priority is 1 DR is 0.0.0.0 BDR is 0.0.0.0 Options is 0x000013 (-|R|-|-|E|V6) Dead timer due in 00:00:29 Database Summary List 0 Link State Request List 0 Link State Retransmission List 0 Neighbour Event: 6 Neighbour If Id: 0x1017 Received Higher Order Sequence Number : 0 Received Lower Order Sequence Number : 11
Item |
Description |
|---|---|
OSPFv3 Process |
ID of the OSPFv3 process |
OSPFv3 Area |
ID of the OSPFv3 area |
Neighbor ID |
Neighbor ID |
Pri |
Priority of the neighbor router |
State |
State of the neighbor, including Down, Attempt, Init, 2 Way, Exch Start, Exchange, Loading, and Full |
Dead Time |
Dead time of the neighbor |
Interface |
Interface that connects to the neighbor |
Instance ID |
ID of the instance to which the neighbor belongs |
Neighbor |
Neighbor ID |
interface address |
IP address of the interface that connects to the neighbor |
In the area 0.0.0.1 via interface GigabitEthernet0/0/0 |
GigabitEthernet 0/0/0 of the neighbor is in area 1 |
DR Priority |
Priority of the DR |
DR |
Designated router |
BDR |
Border area router |
Options |
Options of the neighbor |
Dead timer due in 00:00:29 |
Remaining time of the neighbor |
Database Summary List |
Number of packets in the database summary list of the neighbor |
Link State Request List |
Number of LSAs in the request list of the neighbor |
Link State Retransmission List |
Number of LSAs in the retransmission list of the neighbor |
Neighbour Event |
Number of times NFSM (Neighbor Finite State Machine) state changed |
Neighbour If Id |
Interface ID of the neighbor |
Received Higher Order Sequence Number |
Higher order 32-bit of the sequence number of the packet from the neighbor |
Received Lower Order Sequence Number |
Lower order 32-bit of the sequence number of the packet from the neighbor |