Sets dampening parameters for the route in BGP address-family mode.
Disabled.
BGP address-family IPv4 unicast configuration mode
BGP address-family IPv6 unicast configuration mode
Use the no form of this command to disable dampening.
Use dampening without operands to set default values for all dampening parameters.
To use the dampening values established in a route map, configure the route map first, and then enter the route-map command, followed by the name of the configured route map.
A full range of dampening values (half-life, reuse, suppress, max-suppress-time) can also be set by means of the set as-path prepend command.
The following example enables default dampening as an IPv4 address-family function.
device# configure terminal device(config)# router bgp device(config-bgp-router)# address-family ipv4 unicast device(config-bgp-ipv4u)# dampening
The following example changes all the dampening values as an IPv6 address-family function.
device# configure terminal device(config)# router bgp device(config-bgp-router)# address-family ipv6 unicast device(config-bgp-ipv6u)# dampening 20 200 2500 40