73
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
clear ip bgp dampening
clear ip bgp dampening
To clear Border Gateway Protocol (BGP) route flap dampening information, use the clear ip bgp
dampening command.
clear ip bgp [ipv4 {unicast | multicast} | all] dampening [neighbor | prefix] [vrf vrf-name | all |
default | management]
Syntax Description
Command Default None
Command Modes Any command mode
Command History
Usage Guidelines This command requires the LAN Enterprise Services license.
Examples This example shows how to clear BGP route flap dampening information:
switch# clear ip bgp dampening
ipv4 (Optional) Clears BGP information for the IPv4 address family.
unicast (Optional) Clears BGP information for the unicast address family.
multicast (Optional) Clears BGP information for the multicast address family.
all (Optional) Clears the BGP information for all address families.
neighbor (Optional) Neighbor from the selected address family. The format is
A.B.C.D for IPv4.
prefix (Optional) Prefix from the selected address family. The format is
A.B.C.D/length for IPv4.
vrf vrf-name (Optional) Specifies a particular virtual routing and forwarding
(VRF) instance. The VRF name can be any case-sensitive,
alphanumeric string up to 32 characters.
all (Optional) Clears the BGP information from all VRF entries.
default (Optional) Clears the BGP information from the default VRF.
management (Optional) Clears the BGP information from the management VRF.
Release Modification
5.0(3)A1(1) This command was introduced.