The display ospfv3 bfd session command displays bidirectional forwarding detection (BFD) session information of all OSPFv3 processes.
Product |
Support |
---|---|
S5720-EI, S5720-HI, S5720I-SI, S5720S-SI, S5720-SI, S5735-S, S5735S-S, S5735-S-I, S5730-HI, S5730S-EI, S5730-SI, S5731-H, S5731-S, S5731S-H, S5731S-S, S5732-H, S6720-EI, S6720-HI, S6720S-EI, S6720S-SI, S6720-SI, S6730-H, S6730S-H, S6730-S, and S6730S-S |
Supported |
S2720-EI, S5720-LI, S5735-L, S5735S-L, S5735S-L-M, S5720S-LI, S6720-LI, and S6720S-LI |
Not supported |
display ospfv3 [ process-id ] bfd session [ 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, information about all OSPFv3 processes is displayed in an ascending order. | The value is an integer that ranges from 1 to 65535. |
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. | - |
BFD can provide millisecond-level fault detection. BFD can work with OSPFv3 to rapidly detect faults on neighboring devices, and instruct OSPFv3 to recalculate routes for correct packet forwarding. You can run the command to check BFD session parameters in OSPFv3 processes.
# Display BFD session information of all OSPFv3 processes.
<HUAWEI> display ospfv3 bfd session
* - STALE OSPFv3 Process (1) Neighbor-Id Interface BFD-Status 10.3.3.3 GE0/0/1 Up 10.1.1.1 GE0/0/2 Up
Item |
Description |
---|---|
* - STALE |
Stale BFD session |
OSPFv3 Process |
ID of the OSPFv3 process |
Neighbor-Id |
Neighbor ID |
Interface |
Interface to which this session is associated |
BFD-Status |
BFD session status:
|
# Display the BFD session information for process 1.
<HUAWEI> display ospfv3 1 bfd session verbose
* - STALE
OSPFv3 Process (1)
Neighbor-Id: 10.3.3.3
BFD Status: Up
Interface: GE0/0/1
IPv6-Local-Address: FE80::201:FF:FE01:1
IPv6-Remote-Address: FE80::225:9EFF:FEFB:BFF1
BFD Module preferred timer values
Transmit-Interval(ms): 100
Receive-Interval(ms): 100
Detect-Multiplier: 4
OSPFv3 Module preferred timer values
Transmit-Interval(ms): 100
Receive-Interval(ms): 100
Detect-Multiplier: 4
Configured timer values
Transmit-Interval(ms): 100
Receive-Interval(ms): 100
Detect-Multiplier: 4
Item |
Description |
---|---|
IPv6-Local-Address |
Local IPv6 address to which this session is associated |
IPv6-Remote-Address |
Remote IPv6 address to which this session is associated |
BFD Module preferred timer values |
Actual BFD parameter values which are negotiated by BFD Module for the established session |
Transmit-Interval(ms) |
Minimum interval for sending BFD packets |
Receive-Interval(ms) |
Minimum interval between received BFD packets |
Detect-Multiplier |
Detection multiplier |
OSPFv3 Module preferred timer values |
Preferred BFD parameter values across the processes sharing the session |
Configured timer values |
Configured BFD parameter values for the neighbor |
# Display all the BFD sessions in OSPFv3.
<HUAWEI> display ospfv3 bfd session all
* - STALE BFD Session (1) BFD Status: Up Interface: GE0/0/1 IPv6-Local-Address: FE80::201:FF:FE01:1 IPv6-Remote-Address: FE80::225:9EFF:FEFB:BFF1 Process-Id Neighbor-Id 1 10.3.3.3 BFD Session (2) BFD Status: Up Interface: GE0/0/2 IPv6-Local-Address: FE80::201:FF:FE01:1 IPv6-Remote-Address: FE80::200:13FF:FE82:4569 Process-Id Neighbor-Id 1 10.1.1.1
Item |
Description |
---|---|
BFD Session |
BFD session number configured in OSPFv3 |
Process-Id |
Configured OSPFv3 process ID |
Neighbor-Id |
Neighbor ID |