352-001 · Question #622
Which solution suppress the effect of excessive interface flapping events on routing protocols?
The correct answer is A. IP Event Dampening. IP Event Dampening suppresses the propagation of excessive interface state changes to routing protocols using a penalty-based mechanism, preventing interface flapping from destabilizing the routing table. It is the dedicated Cisco IOS feature designed specifically for this…
Question
Which solution suppress the effect of excessive interface flapping events on routing protocols?
Options
- AIP Event Dampening
- BSPF Backoff
- CCarrier Delay
- DBFD
How the community answered
(17 responses)- A88% (15)
- B6% (1)
- C6% (1)
Why each option
IP Event Dampening suppresses the propagation of excessive interface state changes to routing protocols using a penalty-based mechanism, preventing interface flapping from destabilizing the routing table. It is the dedicated Cisco IOS feature designed specifically for this purpose.
IP Event Dampening assigns an incrementing penalty each time an interface transitions down, and once the cumulative penalty exceeds the configured suppress threshold, the interface state change is no longer reported to routing protocols such as OSPF or BGP. The penalty decays exponentially using a configurable half-life timer, and reporting resumes only when the penalty drops below the reuse threshold, directly absorbing the impact of repeated flapping on routing stability.
SPF Backoff introduces incremental delays between successive SPF recalculations within link-state routing protocols like OSPF or IS-IS to reduce CPU load during instability, but it does not suppress the initial reporting of interface state changes to the routing process.
Carrier Delay adds a timer that defers reporting a carrier-down event to the routing process, which can absorb very brief transient outages, but it is not designed to track cumulative flapping events or apply exponential decay suppression like IP Event Dampening.
BFD (Bidirectional Forwarding Detection) is a sub-second failure detection protocol that accelerates the speed at which routing protocols learn of a forwarding path failure; it increases the sensitivity to link events rather than suppressing them.
Concept tested: IP Event Dampening suppression of interface flapping
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/interface/configuration/xe-16/ir-xe-16-book/ir-event-dmpng.html
Topics
Community Discussion
No community discussion yet for this question.