Use the bgp dampening command if you want to enable route flap dampening with the same values on all BGP routes, or on all routes matching the specified route map. If you specify a route map, the router dampens only routes that are permitted by the route map. For example:
- host1(config-router)#bgp dampening 8 600 2500
30 route-map 1
bgp dampening
clear bgp ipv6 dampening
clear ip bgp dampening
To clear IPv6 dampening information for all routes in all routers:
- host1#clear bgp ipv6 dampening
To clear IPv6 dampening information for a specific route:
- host1#clear bgp ipv6 dampening 6000::/64
To clear IPv4 dampening information for all routes in all address families in all VRFs:
- host1#clear ip bgp dampening
To clear IPv4 dampening information for all routes in VRF dogwood:
- host1#clear ip bgp ipv4 dogwood dampening
To clear IPv4 dampening information for all non-VRF routes in the IPv4 unicast address family:
- host1#clear ip bgp vrf unicast dampening
To clear IPv4 dampening information for a specific route:
- host1#clear ip bgp dampening 192.168.5.0 255.255.255.0
To clear IPv4 dampening information for the most specific route matching an address:
- host1#clear ip bgp dampening 192.168.5.0