The mpls bfd-tunnel command sets dynamic BFD for tunnel parameters.
The undo mpls bfd-tunnel command deletes dynamic BFD for tunnel parameters.
By default, the minimum interval at which BFD packets are sent is 10 ms, the minimum interval at which BFD packets are received is 10 ms, the local BFD detection multiplier is 3.
Parameter | Description | Value |
---|---|---|
min-tx-interval min-tx-interval-value |
Specifies the minimum interval at which BFD packets are sent. |
The value is an integer ranging from 3 to 20000, in milliseconds. |
min-rx-interval min-rx-interval-value |
Specifies the minimum interval at which BFD packets are received. |
The value is an integer ranging from 3 to 20000, in milliseconds. |
detect-multiplier detect-multiplier-value |
Specifies a local BFD detection multiplier. |
The value is an integer ranging from 3 to 50. |
Usage Scenario
To set BFD for tunnel parameters, run the
mpls bfd-tunnel command. The parameters include the minimum interval at which BFD packets are sent, the minimum interval at which BFD packets are received, and the BFD detection multiplier.Prerequisites
The MPLS view has been displayed using the mpls command.
Precautions
If both the mpls bfd-tunnel and mpls bfd commands are run, parameters configured using the mpls bfd-tunnel command take precedence.