clear ip bgp wait-end-of-rib
Brings down the underlying TCP connection and then brings it back up again, causing both peers to resend their complete BGP routing table, but clears the specified peer from the set of peers for which BGP is waiting to receive an End-of-RIB marker after a peer restart. Hard clearing a peer has the same effect for that peer. There is no no version.
clear ip bgp [ ipAddress | ipv6Address | peer-group peerGroupName | * ] [ vrf vrfName ]
[ ipv4 unicast | ipv4 multicast | vpnv4 unicast | l2vpn | route-target signaling ]
wait-end-of-rib
- ipAddressIP address of identified BGP neighbor to clear
- ipv6AddressIPv6 address of identified BGP neighbor to clear
- peerGroupNameName of a BGP peer group to clear
- *Clears all connections
- vrfNameName of a virtual routing and forwarding instance to clear
- ipv4 unicastClears the IPv4 unicast routing table; the default option
- ipv4 multicastClears the IPv4 multicast routing table
- vpnv4 unicastClears the VPNv4 unicast routing and forwarding table
- l2vpnClears the L2VPN reachability information
- route-target signalingClears the route-target membership information
Privileged Exec
Release Information Command introduced before JUNOSe Release 7.1.0.
l2vpn keyword added in JUNOSe Release 7.1.0.
ipv6Address variable added in JUNOSe Release 8.0.0.
route-target signaling keywords added in JUNOSe Release 8.2.0.