The display ospfv3 bfd session command displays bidirectional forwarding detection (BFD) session information of all OSPFv3 processes.
display ospfv3 [ process-id ] bfd session [ interface-name | interface-type interface-number ] [ neighbor-id ] [ verbose | all ]
| Parameter | Description | Value |
|---|---|---|
| process-id | Specifies the ID for an OSPFv3 process. If the process number is not specified, the information about all OSPFv3 processes is displayed in an ascending order. | The value is an integer ranges from 1 to 65535. |
| [ interface-name | interface-type interface-number ] | Specifies the name, type and the number of the interface. | - |
| neighbor-id | Specifies router ID of the neighbor. | - |
| verbose | Displays detailed information of the neighbor. | - |
| all | Displays all the BFD sessions configured in OSPFv3. | - |
# Display BFD session information of all OSPFv3 processes.
<sysname> display ospfv3 bfd session * - STALE OSPFv3 Process (1) Neighbor-Id Interface BFD-Status 2.2.2.2 GE0/0/0 Up* OSPFv3 Process (2) Neighbor-Id Interface BFD-Status 1.1.1.1 GE0/0/0 Up 2.2.2.2 GE0/0/0 Up OSPFv3 Process (5) Neighbor-Id Interface BFD-Status 1.1.1.1 GE0/0/0 Up
Item |
Description |
|---|---|
* - STALE |
Indicates stale BFD session. |
OSPFv3 Process |
Indicates ID of the OSPFv3 process. |
Neighbor-Id |
Indicates neighbor ID. |
Interface |
Indicates interface to which this session is associated. |
BFD-Status |
Indicates BFD session status:
|
# Display the BFD session information for process 1 in details.
<sysname> display ospfv3 1 bfd session verbose
* - STALE
OSPFv3 Process (1)
Neighbor-Id: 3.3.3.3
BFD Status: Up
Interface: GE0/0/0
IPv6-Local-Address: FE80::2E0:B1FF:FE49:8142
IPv6-Remote-Address: FE80:23:22::
BFD Module preferred timer values
Transmit-Interval(ms): 1000
Receive-Interval(ms): 1000
Detect-Multiplier: 3
OSPFv3 Module preferred timer values
Transmit-Interval(ms): 1000
Receive-Interval(ms): 1000
Detect-Multiplier: 3
Configured timer values
Transmit-Interval(ms): 1000
Receive-Interval(ms): 1000
Detect-Multiplier: 3
Item |
Description |
|---|---|
IPv6-Local-Address |
Indicates Local IPv6 address to which this session is associated. |
IPv6-Remote-Address |
Indicates Remote IPv6 address to which this session is associated. |
BFD Module preferred timer values |
Indicates the actual BFD parameter values which are negotiated by BFD Module for the established session. |
Transmit-Interval(ms) |
Indicates the minimum interval for sending BFD packets. |
Receive-Interval(ms) |
Indicates the minimum interval between received BFD packets. |
Detect-Multiplier |
Indicates detection multiplier. |
OSPFv3 Module preferred timer values |
Indicates the preferred BFD parameter values across the processes sharing the session. |
Configured timer values |
Indicates the configured BFD parameter values for the neighbor. |
# Display all the BFD sessions in OSPFv3.
<sysname> display ospfv3 bfd session all * - STALE BFD Session (1) BFD Status: Up Interface: GE0/0/0 IPv6-Local-Address: FE80::2E0:7FFF:FE0E:8142 IPv6-Remote-Address: FE80::2E0:8BFF:FE68:8142 Process-Id Neighbor-Id 1 10.13.1.1 BFD Session (2) BFD Status: Up Interface: GE0/0/0 IPv6-Local-Address: FE80::2E0:7FFF:FE0E:8442 IPv6-Remote-Address: FE80::2E0:8BFF:FE68:8442 Process-Id Neighbor-Id 5 10.13.1.1
Item |
Description |
|---|---|
BFD Session |
Indicates BFD session number configured in OSPFv3. |
Process-Id |
Indicates process-id of the configured OSPFv3 process. |
Neighbor-Id |
Indicates neighbor ID. |