06-26-2006 04:37 PM - edited 03-03-2019 01:08 PM
Hi folks,
what the difference between bgp graceful-restart and peer soft-reconfiguration? The first is only for dual route processors systems, or maybe the behavior is quite different?
Thanks for your support
Regards
Andrea
Solved! Go to Solution.
06-27-2006 06:12 AM
Hi,
soft-reconfiguration will store all BGP updates from a neighbor in memory, i.e. you have an exact copy of the updates BEFORE your filters. Thus "clear ip bgp
Once your route processor dies, however, all BGP sessions die. Once the session is terminated also the "soft" copy in memory is removed and the forwarding table is cleared.
So bgp graceful-restart addresses this problem: one RP dies and a second one is present to take over. The line cards will keep the forwarding table though the BGP session is gone until BGP establishes full connecivity again. The result is: your users will have less disruption (if any).
Hope this helps! Please rate all posts.
Regards, Martin
06-27-2006 06:12 AM
Hi,
soft-reconfiguration will store all BGP updates from a neighbor in memory, i.e. you have an exact copy of the updates BEFORE your filters. Thus "clear ip bgp
Once your route processor dies, however, all BGP sessions die. Once the session is terminated also the "soft" copy in memory is removed and the forwarding table is cleared.
So bgp graceful-restart addresses this problem: one RP dies and a second one is present to take over. The line cards will keep the forwarding table though the BGP session is gone until BGP establishes full connecivity again. The result is: your users will have less disruption (if any).
Hope this helps! Please rate all posts.
Regards, Martin
05-21-2024 03:45 PM
This is helpful but then the question becomes why use soft-reconfiguration at all when graceful-restart appears to be the best option
05-22-2024 12:01 AM
make new post it better
MHM
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