Configuring BGP Soft Reset describes how to configure BGP soft reset.
Task | Command(s) |
---|---|
In BGP configuration mode, optionally enable BGP soft reconfiguration for a peer or peer group. | neighbor {ip-address | groupID} soft-reconfiguration |
In BGP configuration mode, optionally disable the automatic sending of route-refresh messages on inbound policy changes. Automatic route refresh is enabled by default. If soft reconfiguration is enabled, route refreshes are not sent. | no bgp automatic-route-refresh |
In any command mode, optionally tear down one or all BGP connections. Optionally specify the soft option to perform a route refresh. | clear ip bgp {peer-address | *} [soft] |