bfd all-interfaces (RIP)
Function
The bfd all-interfaces command sets BFD session parameters.
The undo bfd all-interfaces command restores BFD session parameters to default values.
By default, the minimum intervals for receiving and sending BFD packets are 1000 ms and the detection time multiplier is 3.
Format
bfd all-interfaces { min-rx-interval min-receive-value | min-tx-interval min-transmit-value | detect-multiplier detect-multiplier-value } *
undo bfd all-interfaces { min-rx-interval [ min-receive-value ] | min-tx-interval [ min-transmit-value ] | detect-multiplier [ detect-multiplier-value ] } *
Parameters
Parameter | Description | Value |
---|---|---|
min-rx-interval min-receive-value | Specifies the minimum interval for receiving BFD packets from the peer. |
The value is an integer ranging from 10 to 2000, in milliseconds. The default value is 1000 milliseconds. |
min-tx-interval min-transmit-value | Specifies the minimum interval for sending BFD packets to the peer. |
The value is an integer ranging from 10 to 2000, in milliseconds. The default value is 1000 milliseconds. |
detect-multiplier detect-multiplier-value | Indicates the local detection multiplier. |
The value is an integer that ranges from 3 to 50. |
Usage Guidelines
Usage Scenario
The priority of BFD configured on an interface is higher than that configured for a RIP process. If BFD is enabled on an interface, BFD sessions are established using the BFD parameters set on the interface.
Actual interval at which BFD packets are transmitted on the local device = Max { min-transmit-value on the local device, min-receive-value on the peer}.
Actual interval at which BFD packets are received on the local device = Max { min-transmit-value on the peer, min-receive-value on the local device}.
Local BFD detection time = Actual interval at which BFD packets are received on the local device x detect-multiplier-value on the peer.
Prerequisites
BFD has been enabled on all the interfaces using the bfd all-interfaces enable command in the RIP view.