clear bgp ipv6

To dynamically reset the BGPv6 connection for inbound / outbound route policy, use the command clear bgp ipv6 in Privileged EXEC Mode. If the keyword soft and the associated direction are not specified, then this causes hard clear, that is, the BGP session with peer is reset.

clear ip bgp

clear ip bgp
{ <* } { | ipv6-address> } { [soft } { [in } { [prefix-filter] } { | out] }

Parameters

Parameter Type Description
*   Enter to configure all BGP peers.
ipv6-address   Enter to configure the remote IP address which is associated with specific BGP peer
soft   Enter to configure the Soft rest; that is, the BGP session with peer is not reset).
in   Enter to perform a dynamic soft inbound reset.
prefix-filter   Enter to push out prefix-list ORF and initiate inbound soft reconfiguration.
out   Enter to perform a dynamic soft outbound reset.

Mode

Privileged EXEC Mode

Examples

iS5comm# clear bgp ipv6 1111::2222