Configuring BGP Route Dampening
Use the following commands to configure BGP route dampening.
BGP route dampening maintains a history of flapping routes and prevents advertising these routes.
A route is considered to be flapping when it is repeatedly transitioning from available to unavailable or vice versa.
Syntax:
|
|
Note - BGP route dampening is only supported for External BGP (EBGP). |
Parameters:
Parameter |
Description |
---|---|
|
Specifies whether to enable or disable BGP route dampening. |
|
Specifies the value of the instability metric at which route suppression takes place. A route is not installed in the forwarding table or announced even if it reachable during the period that it is suppressed. |
|
Specifies an instability metric value for suppressing routes of 3. |
|
Specifies the value of the instability metric at which a suppressed route becomes unsuppressed if it is reachable but currently suppressed. The value assigned to the reuse-below metric must be lower than the suppress-above value. |
|
Specifies an instability metric value for announcing previously suppressed routes of 2. |
|
Specifies the upper limit of the instability metric. The value must be greater than the suppress-above value plus 1. Each time a route becomes unreachable, 1 is added to the current instability metric. |
|
Specifies the upper limit of the instability metric as 16. |
|
Specifies the time for the instability metric to reach half of its value when the route is reachable. The smaller the value the sooner a suppressed route becomes reusable. |
|
Specifies a value of 300. |
|
Specifies the time for the instability metric to reach half its value when the route is NOT reachable. The value must be equal to or higher than the reachable-decay value. |
|
Specifies a value of 900 |
|
Specifies the period for which route flapping history is maintained for a given route. |
|
Specifies a value of 1800. |