<div dir="ltr">Hello K.<div><br></div><div>Sorry, I'm late.</div><div>Here is my full configuration</div><div><br></div><div>
===================================================================</div><div><br></div><div>log "/var/log/bird/bird.log" { debug, trace, info, remote, warning, error, auth, fatal, bug };<br>debug protocols all;<br><br># Loopback IP<br>router id [bird-server lo ip];<br><br><br>protocol kernel {<br> persist; # Don't remove routes on bird shutdown<br> scan time 20; # Scan kernel routing table every 20 seconds<br> import none; # Default is import all<br> export all; # Default is export none<br> merge paths on; # Enable ECMP Multi path.<br>}<br><br>protocol direct {<br> interface "lo";<br>}<br><br>protocol device {<br> scan time 10; # Scan interfaces every 10 seconds<br>}<br><br>protocol bfd {<br> multihop {<br> min rx interval 300 ms;<br> min tx interval 300 ms;<br> multiplier 3;<br> };<br>}<br><br>protocol static {<br><br> route [swich A router-id] via [interface IP to switch A];<br> route
[swich B router-id]
via
[interface IP to switch B]
;<br>}<br><br># BGP Configuration<br>protocol bgp as1 {<br> import all;<br> export all;<br><br> # local Loopback IP<br> # neighbor (tchy loopback ip)<br> local
[bird-server lo ip]
as 65001;<br> neighbor
[swich A router-id] as 65001;<br> hold time 30;<br> enable route refresh off;<br> bfd on;<br>}<br><br>protocol bgp as2 {<br> import all;<br> export all;<br><br> local
[bird-server lo ip]
as 65001;<br> neighbor
[swich B router-id]
as 65001;<br> hold time 30;<br> enable route refresh off;<br> bfd on;<br>}<br></div><div><br></div><div>=================================================================== <br><br></div><div>Please check it.</div><div><br></div><div>Regards.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">2020년 7월 29일 (수) 오후 4:46, Kees Meijs | Nefos <<a href="mailto:kees@nefos.nl">kees@nefos.nl</a>>님이 작성:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
Yes we have; multiple times.<br>
<br>
Could you please provide a full configuration? (Feel free to remove<br>
passwords and such, obviously.)<br>
<br>
Cheers,<br>
Kees<br>
<br>
On 29-07-2020 09:45, seunghwan hwang wrote:<br>
> Is not working.<br>
> Have you ever rebooted(# shutdown -r now) with your settings?<br>
> Still, only the BGP is established and the BFD state remains in Init.<br>
><br>
<br>
</blockquote></div>