57
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Commands
clear bgp dampening
clear bgp dampening
To clear Border Gateway Protocol (BGP) route flap dampening information, use the clear bgp
dampening command.
clear 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 bgp all dampening
ipv4 Clears BGP information for the IPv4 address family.
unicast Clears BGP information for the unicast address family.
multicast Clears BGP information for the multicast address family.
all Clears 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 BGP information from all VRFs.
default (Optional) Clears BGP information from the default VRF.
management (Optional) Clears BGP information from the management VRF.
Release Modification
5.0(3)A1(1) This command was introduced.