Configuring BGP4+ route dampening suppresses instable BGP4+ routes.
BGP4+ route dampening is designed to suppress unstable routes and improve network stability. With BGP4+ route dampening, a BGP4+ device does not add any unstable routes to its BGP4+ routing table or advertise them to its BGP4+ peers.
A primary cause of route instability is route flapping. A route is considered to be flapping when it repeatedly appears and then disappears in the routing table. BGP4+ is applied to complex networks where routes change frequently. Frequent route flapping consumes lots of bandwidth and CPU resources and even seriously affects network operations. To prevent the impact of frequent route flapping, BGP4+ uses route dampening to suppress unstable routes.
With specified-requirement route dampening, you can use a route-policy to differentiate routes so that BGP4+ can apply route dampening parameters to different routes. You can also configure different route dampening parameters for different nodes of the same route-policy. When route flapping occurs, BGP4+ can use different route dampening parameters to suppress the routes that match the route-policy. For example, on a network, set a long dampening time for routes with a long mask, and set a short dampening time for routes with a short mask (8-bit mask for example).
The system view is displayed.
The BGP view is displayed.
The value of suppress must be greater than that of reuse and less than that of ceiling.
If the dampening command is run with a route-policy referenced, BGP4+ applies the route dampening parameters only to the routes that match the route-policy.
The configuration is committed.
After the configuration is complete, check whether the configuration has taken effect.
Run the display bgp ipv6 routing-table dampened command to check dampened BGP4+ routes.
Run the display bgp ipv6 routing-table dampening parameter command to check configured BGP4+ route dampening parameters.
Run the display bgp ipv6 routing-table flap-info [ regular-expression as-regular-expression | as-path-filter { as-path-filter-number | as-path-filter-name } | network-address [ { mask | mask-length } [ longer-match ] ] ] command to check route flapping statistics.
Run the display bgp vpnv6 routing-table dampening parameter command to check configured BGP VPNv6 route dampening parameters.