|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see
Fundamentals Configuration Guide
.
begin
: Displays the first line that matches the specified regular expression and all lines that follow.
exclude
: Displays all lines that do not match the specified regular expression.
include
: Displays all lines that match the specified regular expression.
regular-expression
: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Description
Use
display ospfv3 peer
to display OSPFv3 neighbor information.
•
If no
area-id
is specified, the neighbor information of all areas is displayed.
•
If no
process-id
is specified, the information of all processes is displayed.
•
If no interface or neighbor Router-ID is specified, the neighbor information of all interfaces is
displayed.
Examples
# Display the neighbor information of OSPFv3 process 1 on an interface.
<Sysname> display ospfv3 1 peer vlan-interface 10
OSPFv3 Process (1)
Neighbor ID Pri State Dead Time Interface Instance ID
1.1.1.1 1 Full/ - 00:00:30 vlan10 0
Table 66 Command output
Field Description
Neighbor ID
Router ID of a neighbor
Pri
Priority of neighbor router
State Neighbor
state
Dead Time
Dead time remained
Interface
Interface connected to the neighbor
Instance ID
Instance ID
# Display detailed neighbor information of OSPFv3 process 100 of an interface.
<Sysname> display ospfv3 1 peer vlan-interface 33 verbose
OSPFv3 Process (1)
Neighbor 1.1.1.1 is Full, interface address FE80::20F:E2FF:FE49:8050
In the area 0.0.0.1 via interface Vlan-interface33
DR is 1.1.1.1 BDR is 2.2.2.2
Options is 0x000013 (-|R|-|-|E|V6)
Dead timer due in 00:00:39
Neighbor is up for 00:25:31
Database Summary List 0
Link State Request List 0
Link State Retransmission List 0
Graceful restart state: Normal
299