04-16-2012 09:52 PM - edited 03-04-2019 04:02 PM
Hi,
In one of my client location cisco 1841 have two ISP connected in same router.
It is MPLS link configured with BGP protocol.one is BSNL and other is TATA.
If bsnl link down means i want sometime to take route to TATA.
if it is possible to set time in BGP??
Kindly tell me anyone how to configure??
04-16-2012 10:13 PM
Hi ,
Are your peers iBGP or eBGP ( I suppose eBGP)
Or tune the timers ( globally or per neighbor ) :
router bgp yy
bgp timers 3 9
neigh x.x.x.x timer 3 9
You have also by default enabled "fast external peer deactivation" which will deactivate your neighbor upon the interface will be down.
Regards
Dan
04-17-2012 12:08 AM
i want 5 min time interval between to take route from bsnl to tata.
04-16-2012 11:58 PM
Hi,
Probably Dan refers to fast external fall-over by writing "fast external peer deactivation".
With the fast external fallover the EBGP session between directly connected EBGP is disconnected as soon as the connected subnet through which the session is established is lost.
Definetely you can also improve the BGP convergence by reducing the BGP timers.
A hard reset (clear ip bgp) is needed in order to apply the new timers.
You can also reduce the BGP advertisment interval to a value lower than 30 sec (default)
neighbor ip-address advertisement-interval seconds
Finally, you can also reduce the bgp scan time for a faster convergence
bgp scan-time XX
Hope that helps
Vasilis
04-18-2012 05:37 AM
Hi,
I want if the bsnl link down means other link Tata takes the route after 5 min.
how to configure the timers in bgp???
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