Send document comments to nexus7k-docfeedback@cisco.com.
10-19
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 bgp {ip | ipv6} {unicast | multicast}
{neighbor | * | as-number | peer-template name |
prefix} [vrf vrf-name]
Clears one or more neighbors from the selected
address family. * 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.
clear ip bgp {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