You can use the following clear ip bgp commands to remove specific BGP attributes for the L2VPN address family, and in one case, for the VPWS address family.
Tasks to clear BGP attributes are:
To clear BGP reachability information for a specific VPWS instance in the L2VPN address family:
To clear BGP reachability information for all VPLS and VPWS instances in the L2VPN address family:
- host1#clear ip bgp l2vpn all soft in
Use the soft in keywords to trigger inbound soft reconfiguration. There is no no version.
To clear route flap dampening information for a specific VPWS instance in the L2VPN address family:
- host1#clear ip bgp l2vpn dampening l2vpn vpws
l2vpnBoston
To clear route flap dampening information for all VPLS and VPWS instances in the L2VPN address family:
- host1#clear ip bgp l2vpn all dampening
There is no no version.
To clear the wait for receiving an End-of-RIB marker from the peer for all VPWS instances in the L2VPN address family:
- host1#clear ip bgp l2vpn vpws l2vpnBoston
wait-end-of-rib
To clear the wait for receiving an End-of-RIB marker from the peer for all VPLS and VPWS instances in the L2VPN address family:
- host1#clear ip bgp l2vpn all wait-end-of-rib
There is no no version.