Send document comments to nexus7k-docfeedback@cisco.com.
10-20
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 10      Configuring Basic BGP
Configuring Basic BGP
clear ip bgp dampening [ip-neighbor | ip-prefix] 
[vrf vrf-name]
Clears route flap dampening in one or more 
networks. The arguments are as follows:
• ip-neighbor—IPv4 address of a neighbor.
• ip-prefix—IPv4. All neighbors within that 
prefix are cleared.
• vrf-name—VRF name. All neighbors in that 
VRF are cleared. The name can be any 
case-sensitive alphanumeric string up to 64 
characters.
clear ip bgp flap-statistics [ip-neighbor | 
ip-prefix] [vrf vrf-name]
Clears route flap statistics in one or more 
networks. The arguments are as follows:
• ip-neighbor—IPv4 address of a neighbor.
• ip-prefix—IPv4. All neighbors within that 
prefix are cleared.
• vrf-name—VRF name. All neighbors in that 
VRF are cleared. The name can be any 
case-sensitive alphanumeric string up to 64 
characters.
clear ip mbgp {ip {unicast | multicast}} 
{neighbor | * | as-number | peer-template name | 
prefix} [vrf vrf-name]
Clears one or more neighbors. * clears all 
neighbors in the address family. The arguments 
are as follows:
• neighbor—IPv4 or IPv6 address of a 
neighbor.
• as-number— Autonomous system number. 
The AS number can be a 16-bit integer or a 
32-bit integer in the form of higher 16-bit 
decimal number and a lower 16-bit decimal 
number in xx.xx format.
• name—Peer template name. The name can be 
any case-sensitive alphanumeric string up to 
64 characters.
• prefix—IPv4 or IPv6 prefix. All neighbors 
within that prefix are cleared.
• vrf-name—VRF name. All neighbors in that 
VRF are cleared. The name can be any 
case-sensitive alphanumeric string up to 64 
characters.
Command Purpose