12-10-2023 10:50 PM - last edited on 12-15-2023 04:24 AM by Translator
Hi Team,
i have one query if we change the IBGP over loopback GR (switchover timers to warm reboot timers ) so in this case do we need to do
clear ip bgp
(hard reset) for negotiate the timers or will it automatically negotiate
Solved! Go to Solution.
12-11-2023 09:56 PM
when you adjust the timer immediate you get message to reset all bgp sessoin
12-10-2023 10:56 PM - last edited on 12-15-2023 04:25 AM by Translator
Hello @abhishekgarg658545708
When you make changes to the BGP timers, such as transitioning from IBGP over a loopback with switchover timers to warm reboot timers, BGP generally doesn't automatically renegotiate the timers. In many cases, you would need to clear the BGP sessions to apply the new timers.
The command
clear ip bgp
with the `soft` option is often used for this purpose. It triggers a soft reset, which attempts to re-establish BGP sessions gracefully without tearing down the entire BGP process. This allows the router to negotiate any changes, including timer adjustments, without causing a complete disruption.
clear ip bgp * soft
This command clears all BGP sessions gracefully.
12-11-2023 09:39 PM - last edited on 12-15-2023 04:27 AM by Translator
Hi M02@rt37
i think
clear ip bgp * soft
command can't hep to re-negotiate the timers (it is generally for prefixes and policies ) , we need to perform hard reset then only BGP open message will send
12-11-2023 10:01 PM
So @abhishekgarg658545708, Hard reset this iBGP peering. It is not automatic.
Thanks for your feedback.
12-10-2023 11:53 PM - last edited on 12-15-2023 04:27 AM by Translator
We dont have other option
Change timer in one router and check time in other router with
Shwo ip bgp neighbors x.x.x.x
If the timer show modify one no need hard reset if not change then you need to reset the connection.
MHM
12-11-2023 09:56 PM
when you adjust the timer immediate you get message to reset all bgp sessoin
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