The ip route-static default-bfd command sets the global BFD parameters for a static route.
The undo ip route-static default-bfd command cancels the global BFD parameters of a static route.
By default, the minimum intervals at which BFD packets are received and sent is 10 ms, and the detection time multiplier is 3.
Parameter | Description | Value |
---|---|---|
min-rx-interval min-rx-interval |
Specifies the minimum interval at which BFD packets are received. |
The value is an integer ranging from 3 to 20000, in milliseconds. |
min-tx-interval min-tx-interval |
Specifies the minimum interval at which BFD packets are sent. |
The value is an integer ranging from 3 to 20000, in milliseconds. |
detect-multiplier multiplier |
Specifies the detection time multiplier. |
The value is an integer ranging from 3 to 50. |
Usage Scenario
To modify BFD parameters for static routes, run the ip route-static default-bfd command.
Configuration Impact
Precautions
After the values of global BFD parameters are changed, the values of BFD parameters corresponding to all the static routes that use default values of BFD parameters are changed.