Specifications
configure bgp neighbor no-dampening
ExtremeWare XOS 10.1 Command Reference Guide 607
configure bgp neighbor no-dampening
configure bgp neighbor [<remoteaddr> | all] {address-family [ipv4-unicast |
ipv4-multicast]} no-dampening
Description
Configures no route flap dampening over BGP peer sessions (disables route flap dampening).
Syntax Description
Default
This feature is disabled by default.
If no address family is specified, IPv4 unicast is the default.
Usage Guidelines
Use the following command to enable route flap dampening for BGP neighbors:
configure bgp neighbor [all | <remoteaddr>] {address-family [ipv4-unicast |
ipv4-multicast]} dampening {{half-life <half-life-minutes> {reuse-limit
<reuse-limit-number> suppress-limit <suppress-limit-number> max-suppress
<max-suppress-minutes>} | policy-filter [<policy-name> | none]}
Example
The following command disables route flap dampening to the BGP neighbor at 192.168.1.22:
configure bgp neighbor 192.168.1.22 no-dampening
remoteaddr Specifies an IP address of a BGP neighbor.
all Specifies all neighbors.
address-family The address family. BGP supports two address families: IPv4 Unicast and
IPv4 Multicast.