set dampening
Enables route flap dampening and optionally specifies dampening parameters for routes passing through the route map. The no version removes the set clause from a route map.
set dampening halfLife reuse suppress maxSuppressTime [ halfLifeUnreachable ]
- halfLifeHalf-life period in minutes, in the range 145; default value is 10. When a BGP route has been assigned a penalty, the penalty is decreased by half after each half-life period. Each time a route flaps, the router configured for route flap dampening assigns the route a penalty. Penalties are cumulative. BGP stores the penalty for all reachable and unreachable routes that have experienced recent flaps.
- reuseReuse limit in the range 120000; default value is 750. As the penalty for a flapping route decreases and falls below this reuse limit, the route is unsuppressed. That is, the route is added back to the BGP table and used for forwarding.
- suppressSuppress limit in the range 120000; default value is 2000; a route is suppressed when its penalty exceeds this limit
- maxSuppressTimeMaximum suppression time in minutes, in the range 1255; default value is 60; maximum amount of time a route can be suppressed
- halfLifeUnreachableAlternate half-life period in minutes for unreachable routes; a number in the range 145; default value is 20. If you do not specify this value, the router uses the same half-life period for both reachable and unreachable routes.
Route Map Configuration
Command introduced before JUNOSe Release 7.1.0.