22 clear bgp a.b.c.d|x:x::x:x, 23 clear bgp asn – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 292

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 292 of 855

IN = in (prefix-filter)
in = Indicates that incoming advertised routes will be cleared.
prefix-filters = Pushes out prefix-list ORF and does inbound soft reconfiguration.
out = Indicates that outgoing advertised routes will be cleared.
SOFT = soft (in|out) Indicates that both incoming and outgoing routes will be cleared.

Command Mode

Privileged Exec mode

Examples

Switch# clear bgp * soft in
Switch# clear bgp ipv6 * in prefix-filter

16.22 clear bgp A.B.C.D|X:X::X:X

Use this command to reset the BGP connection for specified peers.

Command Syntax

clear bgp A.B.C.D|X:X::X:X (IN|out|SOFT)
clear bgp ipv6 (A.B.C.D|X:X::X:X) (IN|out|SOFT)
A.B.C.D Specifies the IPv4 address of the BGP route to be cleared.
X:X::X:X Specifies the IPv6 address of the BGP route to be cleared.
IN = in (prefix-filter)
in = Indicates that incoming advertised routes will be cleared.
prefix-filters = Pushes out prefix-list ORF and does inbound soft reconfiguration.
out = Indicates that outgoing advertised routes will be cleared
SOFT = soft (in|out) Indicates that both incoming and outgoing routes will be cleared

Command Mode

Privileged Exec mode

Examples

Switch# clear bgp 3.3.3.3 soft in prefix-filter
Switch# clear bgp ipv6 2.2.2.2 out

16.23 clear bgp ASN

Use this command to reset the BGP connection for peers in the specified Autonomous System.

Command Syntax

clear bgp ASN (IN|out|SOFT)

Advertising