32 clear ip bgp peer-group – CANOGA PERKINS CanogaOS Command Reference User Manual
Page 298
CanogaOS Command Line Reference
Revision 1.02
Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches
Page 298 of 855
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
unicast = address family modifier
multicast = address family modifier
Command Mode
Privileged Exec mode
Examples
Switch# clear ip bgp peer-group Peer1 out
Switch# clear ip bgp peer-group mypeer ipv4 unicast in prefix-filter