<div dir="ltr">Hi Marcin,<div><br></div><div style>The BFD is running on the line card. If you enable BFD for your eBGP neighbor, the BGP will become a client for BFD, i.e. BGPd process will be notified if the BFD session fails.</div>
<div style><br></div><div style>The config part is very simple:</div><div style><br></div><div style>context bfd-bgp</div><div style><div> router bfd</div><div>  interface to-as123</div><div>   minimum transmit-interval 100</div>
<div>   minimum receive-interval 100</div><div>   detection-multiplier 3</div></div><div style><br></div><div style>router bgp 123</div><div style>  neighbor 1.1.1.2 external</div><div style>   bfd</div><div class="gmail_extra">
<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">To verify that the BGPd is correctly registered for receiving BFD events, you can check "show bfd session details" and under the "Client" you would see bgp.<br>
<br><div class="gmail_quote">On Thu, Jun 13, 2013 at 5:49 AM, Marcin Kuczera <span dir="ltr"><<a href="mailto:marcin@leon.pl" target="_blank">marcin@leon.pl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
hello,<br>
<br>
I have a customer who has a customer that is very sensitive to BGP failovers.<br>
I mean - holdtime is a problem if there is a real fault between routers (not just bgpd restart).<br>
<br>
There is quite long timeout - restart 120s + 90s of holdtime..<br>
<br>
Ok, we don't have problems everyday - but recently before upgrade to 12.1.1.2 we did for a week.<br>
So I need to find some soft solution for future cases.<br>
<br>
Now, I'am wondering what will happen if we start using BFD between our and our customer routers.<br>
Is the BDF for BGP a separate process from bgpd ?<br>
<br>
I mean - I would like to keep graceful restart for bgpd crash cases, and BFD for linecard crashes case.<br>
Does anyone has an experience using these features together and could share its opinion ?<br>
<br>
(and drop a example of BFD config for a BGP peer ;)<br>
<br></blockquote></div>-- <br>Best regards,<br>Yuri
</div></div>