DGS-6604
m
clear ip bgp peer-group
CLI Reference Guide
98
To determine if a BGP router supports this capability, use the
show ip bgp
neighbors command on page 619
command. The following message is
displayed in the output when the router supports the route refresh capability:
Received route refresh capability from peer
If all BGP routers support the route refresh capability, use the
clear ip bgp peer-
group
command with the
in
keyword. It is not necessary to use the
soft
keyword, because soft reset is automatically assumed when the route refresh
capability is supported.
Examples
In the following example, all members of the BGP peer group named INTERNAL
are reset:
In the following example, a soft reconfiguration is initiated for the inbound
session with members of the peer group INTERNAL, and the outbound session
is unaffected:
Switch# clear ip bgp peer-group INTERNAL
Switch#
Switch# clear ip bgp peer-group INTERNAL soft in
Switch#