Disabling Damping by Prefix
Normally, you enable or disable damping on a per-peer basis. However, you can disable damping for a specific prefix received from a peer by including the
disableoption:disable;You can include this statement at the following hierarchy levels:
[edit policy-options dampingname][edit logical-routerslogical-router-namepolicy-options dampingname]Example: Disabling by Prefix
In this routing policy example, although damping is enabled for the peer, the
damping nonestatement specifies that damping be disabled for prefix3.0.0.0/8inPolicy-A. This route is not damped because the routing policy statement namedPolicy-Afilters on the prefix3.0.0.0/8and the action points to thedampingstatement namednone. The remaining prefixes are damped using the default parameters.[edit]policy-options {policy-statement Policy-A {from {route-filter 10.0.0.0/8 exact;}then damping none;}damping none {disable;}}