31 clear ip bgp external, 32 clear ip bgp peer-group – CANOGA PERKINS 9175 Command Reference User Manual

Page 265

Advertising
background image

CanogaOS Command Reference

16-20

16.31 clear ip bgp external

Use this command to reset a BGP connection for all external peers.

Command Syntax

clear ip bgp external (IN|out|SOFT|)

clear ip bgp external ipv4 PREFIX ROUTES

external Clears all external peers

ipv4 = clears all IPv4 address family peers

ROUTES = IN|out|soft

IN = in (prefix-filter)

in = Indicates that incoming advertised routes will be cleared

prefix-filter = 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

PREFIX = unicast|multicast

unicast = address family modifier

multicast = address family modifier

Command Mode

Privileged Exec mode

Examples

Switch# clear ip bgp external out

Switch# clear ip bgp external ipv4 unicast in prefix-filter

16.32 clear ip bgp peer-group

Use this command to reset a BGP connection for all members of a peer group.

Command Syntax

clear ip bgp peer-group WORD(IN|out|SOFT|)

clear ip bgp peer-group WORD ipv4 PREFIX ROUTES

peer-group Clears all members of a peer group

WORD = Specifies the name of the peer group for which all members will be cleared.

ipv4 = clears all IPv4 address family peers

ROUTES = IN|out|soft

IN = in (prefix-filter)

in = Indicates that incoming advertised routes will be cleared

prefix-filter = 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

PREFIX = unicast|multicast

Advertising