The dampening timer-interval command configures BFD session flapping suppression timers.
The undo dampening timer-interval command restores the default configuration.
BFD session flapping suppression timers start by default.
The default initial, secondary, and maximum BFD session flapping suppression timer values are 2000 ms, 5000 ms, and 12000 ms, respectively.
dampening timer-interval maximum maximum-milliseconds initial initial-milliseconds secondary secondary-milliseconds
undo dampening timer-interval [ maximum maximum-milliseconds initial initial-milliseconds secondary secondary-milliseconds ]
Parameter | Description | Value |
---|---|---|
maximum maximum-milliseconds | Specifies a maximum BFD session flapping suppression timer value. | The value is an integer ranging from 1 to 3600000, in milliseconds. The default value is 12000. |
initial initial-milliseconds | Specifies an initial BFD session flapping suppression timer value. | The value is an integer ranging from 1 to 3600000, in milliseconds. The default value is 2000. |
secondary secondary-milliseconds | Specifies a secondary BFD session flapping suppression timer value. | The value is an integer ranging from 1 to 3600000, in milliseconds. The default value is 5000. |
Usage Scenario
If BFD detects link Down, services are switched. A penalty mechanism is provided to delay BFD session negotiation and prevent frequent service switchovers, protecting link resources and reducing link resource consumption.
To configure BFD session flapping suppression timers, run the dampening timer-interval command.
Prerequisites
BFD has been globally enabled using the bfd command in the system view.
Configuration Impact
After the dampening timer-interval command is run:
Precautions
The configured maximum BFD session flapping suppression timer value must be greater than the configured initial or secondary BFD session flapping suppression timer value. Otherwise, the configuration fails.
Do not configure both the dampening timer-interval and wtr commands. Otherwise, the BFD session recovery period becomes long.