display rip process-id bfd session { interface interface-type interface-number | neighbor-id | all }
| Parameter | Description | Value |
|---|---|---|
| process-id | Specifies the ID of a RIP process. |
The value is an integer ranging from 1 to 65535. |
| interface | Specifies the interface on which the BFD session is configured. |
- |
| interface-type interface-number | Specifies the type and number of the interface. |
- |
| neighbor-id | Specifies the RIP neighbor ID on which the BFD session is configured. |
The value is in dotted decimal notation. |
| all | Displays information about BFD sessions established on all BFD-enabled interfaces in the RIP process. |
- |
The display rip bfd session command can be used to view the following information in a RIP process:
BFD sessions of a specified process
BFD sessions on a specified interface
BFD sessions on a specified neighbor
# Display information about BFD sessions in all RIP processes with IDs of 1.
<sysname> display rip 1 bfd session all
LocalIp :10.1.0.1 RemoteIp :10.1.0.2 BFDState :Up
TX :1000 RX :1000 Multiplier:3
BFD Local Dis:8192 Interface:GigabitEthernet 0/0/0
Diagnostic Info: No diagnostic information
LocalIp :10.2.0.1 RemoteIp :10.2.0.2 BFDState :Up
TX :1000 RX :1000 Multiplier:3
BFD Local Dis:8193 Interface:GigabitEthernet 0/0/1
Diagnostic Info: No diagnostic information
Item |
Description |
|---|---|
LocalIp |
Local IP address |
RemoteIp |
Remote IP address |
BFDState |
A BFD session status can be either Up or Down. |
Tx |
Minimum interval at which BFD packets are sent |
Rx |
Minimum interval at which BFD packets are received |
Multiplier |
Remote detection multiplier |
BFD Local Dis |
Local discriminator dynamically assigned by BFD |
Interface |
Local interfaces on which BFD sessions are configured |
Diagnostic Info |
Diagnostic information |