display ospfv3 [ process-id ] [ area area-id ] peer [ interface-type interface-number | neighbor-id ] [ verbose ]
Parameter | Description | Value |
---|---|---|
process-id |
Specifies the OSPFv3 process ID. |
The value is an integer ranging from 1 to 65535. |
area area-id |
Specifies the neighbor of the specific area. |
area-id can be a decimal integer or in IPv4 address format. The integer ranges from 0 to 4294967295. |
interface-type interface-number |
Indicates the type and the number of the interface. |
- |
neighbor-id |
Specifies router ID of the neighbor. |
The value is in dotted decimal notation. |
verbose |
Displays detailed information of the neighbor of each area. |
- |
You can run the display ospfv3 peer command to check qualified OSPFv3 neighbor information.
# Display neighbor information about OSPFv3 process 1 on Vlanif10.
<HUAWEI> display ospfv3 1 peer vlanif 10
OSPFv3 Process (1)
OSPFv3 Area (0.0.0.0)
Neighbor ID Pri State Dead Time Interface Instance ID
10.1.1.1 1 Full/DR 00:00:30 Vlanif10 0
# Display the detailed neighbor information of OSPFv3 process 100 on Vlanif10.
<HUAWEI> display ospfv3 100 peer vlanif 10 verbose
OSPFv3 Process (100)
Neighbor 10.1.1.1 is Full, interface address FE80::3D43:0:8C14:1
In the area 0.0.0.1 via interface Vlanif10
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
Neighbour is up for 18:40:40
Database Summary Packets List 0
Link State Request List 0
Link State Retransmission List 0
Neighbour Event: 6
Neighbour If Id: 0x1017
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 switch. |
State |
State of the neighbor / DR or BDR. State of the neighbor: includes Down, Attempt, Init, 2-Way, ExStart, Exchange, Loading, and Full. DR or BDR: includes DR and Backup. |
Dead Time |
Dead time of the neighbor. |
Interface |
Interface that connects with the neighbor. |
Instance ID |
ID of the instance that the neighbor belongs to. |
Neighbor |
Neighbor ID. |
interface address |
Link address of the neighbor interface. |
In the area 0.0.0.1 via interface Vlanif10 |
Vlanif10 of the neighbor is in Area 1. |
DR Priority |
Priority of DR. |
DR |
Designated router. |
BDR |
Border Area Router. |
Options |
Options of the neighbor. |
Dead timer due in 00:00:29 |
The time before the neighbor dies. |
Neighbour is up for 18:40:40 |
The up time of the neighbour. |
Database Summary Packets 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. |