03-06-2019 09:25 AM
Why do we not use above command in ISP network?
Please explain
03-06-2019 09:52 AM
Because it clears all the connection and terminates. Specifies that all current BGP sessions will be reset.
Then the process start to re-establish the session.
I do not know what context you were looking, explain more ? if you like detailed reply.
03-07-2019 01:37 AM
Can we have difference between below command---
Clear ip BGP *
clear ip bgp * soft
clear ip bgp * soft in/out
clear ip bgp <bgp neigbour> soft in/out
03-07-2019 02:08 AM
Hello
@knaik99 wrote:
Can we have difference between below command---
Clear ip BGP * <--- hard resets all bgp tcp neighbors connections drops peerings , incurs outage, reestablishes bpp relationships with updated adjacency and local rib tables
clear ip bgp * soft <--- soft route refresh adjacency/local rib tables relating to all bgp peers
clear ip bgp * soft in/out <--- soft route refresh of adjacency-rib-in or out and local rib table relating to all bgp peers
clear ip bgp <bgp neigbour> soft in/out <--- soft route refresh of a specific bgp neighbor adjacency-rib-in or out and local rib table.
03-06-2019 12:22 PM - edited 03-06-2019 12:24 PM
Hello
Clear ip bgp * - will tear-down and reset all bgp tcp connections so it must be used with caution especially on a isp rtr - however you can use a related command that will not be as intrusive as the above that will request and refresh the bgp tables via the bgp route refresh capability, the below commands can do such a job.
clear ip bgp * soft
clear ip bgp * soft in/out
clear ip bgp <bgp neigbour> soft in/out
03-06-2019 05:54 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide