Re: [BFD] BFD is Not working after system reboot.

2020-08-18 Thread Kees Meijs | Nefos
Hi Seunghwan, Sorry for my late response (had two weeks of holiday). Your BFD protocol block doesn't mention any interfaces. The documentation states (see https://bird.network.cz/?get_doc&v=20&f=bird-6.html#ss6.2) that shouldn't be needed however: > Note that contrary to the behavior of interfac

Re: [BFD] BFD is Not working after system reboot.

2020-08-03 Thread Kees Meijs | Nefos
Hi Seunghwan, Thanks. I'll take a look shortly. Cheers, Kees On 03-08-2020 03:56, seunghwan hwang wrote: > Sorry, I'm late. > Here is my full configuration >

Re: [BFD] BFD is Not working after system reboot.

2020-08-02 Thread seunghwan hwang
Hello K. Sorry, I'm late. Here is my full configuration === log "/var/log/bird/bird.log" { debug, trace, info, remote, warning, error, auth, fatal, bug }; debug protocols all; # Loopback IP router id [bird-server lo ip]; protoco

Re: [BFD] BFD is Not working after system reboot.

2020-07-29 Thread Kees Meijs | Nefos
Hi, Yes we have; multiple times. Could you please provide a full configuration? (Feel free to remove passwords and such, obviously.) Cheers, Kees On 29-07-2020 09:45, seunghwan hwang wrote: > Is not working. > Have you ever rebooted(# shutdown -r now) with your settings? > Still, only the BGP i

Re: [BFD] BFD is Not working after system reboot.

2020-07-29 Thread seunghwan hwang
Hello K. Is not working. Have you ever rebooted(# shutdown -r now) with your settings? Still, only the BGP is established and the BFD state remains in Init. Regards. 2020년 7월 24일 (금) 오후 9:09, Kees Meijs | Nefos 님이 작성: > Sorry, I was unable to respond yet. > > In our config I explicitely defined

Re: [BFD] BFD is Not working after system reboot.

2020-07-24 Thread Kees Meijs | Nefos
Sorry, I was unable to respond yet. In our config I explicitely defined what interfaces should use bfd, for example: > protocol bfd { >     interface "eth0" { >     }; > >     interface "eth1" { >     }; > >     interface "eth4" { >         authentication keyed sha1; >         password "BLADIEBLA

Re: [BFD] BFD is Not working after system reboot.

2020-07-24 Thread Ondrej Zajicek
On Thu, Jul 16, 2020 at 06:00:07PM +0900, seunghwan hwang wrote: > Hello. > BFD is Not working normally. > My configuration is shown below. > ... > After system reboot(# shutdown -r now), BGP neighbor is established, But > BFD sessions are stuck in 'INIT' status. And BIRD does not send BFD packets.

Re: [BFD] BFD is Not working after system reboot.

2020-07-22 Thread seunghwan hwang
Hello K. What does "disabled" setting mean? This is my configuration == protocol bfd { multihop { min rx interval 300 ms; min tx interval 300 ms; multiplier 3; }; } protocol bgp as1 { import all;

Re: [BFD] BFD is Not working after system reboot.

2020-07-19 Thread seunghwan hwang
Hi K. I've already tried capturing tcpdump. BIRD's BFD neighbor was captured sending packets, but the packets sent by BIRD were not captured. In this state, BIRD's BFD packets were captured after restarting BFD protocol. The BFD packet was captured Only after restarting the BFD protocol . Is there

Re: [BFD] BFD is Not working after system reboot.

2020-07-17 Thread Kees Meijs | Nefos
Hi Seunghwan, If you're sure no packets were dropped, it might make sense to use tcpdump(8) or alike to ensure the BFD packets are really there. Regards, Kees On 17-07-2020 04:16, seunghwan hwang wrote: > Thanks for checking in this issue. > But, I can't understand. > If it was because of the ip

Re: [BFD] BFD is Not working after system reboot.

2020-07-16 Thread seunghwan hwang
Hello K. Thanks for checking in this issue. But, I can't understand. If it was because of the iptables, it would have been a problem for BGP as well. And I'm not using iptables rules, So Any packets weren't dropped. * iptables status #

Re: [BFD] BFD is Not working after system reboot.

2020-07-16 Thread Kees Meijs | Nefos
Hi Seunghwan, It might be your problem isn't BIRD but packet filter related. Please check the BFD packets are allowed in iptables c.q. netfilter using the correct ports and/or addresses. A possible reason why it starts working after a manual protocol restart is a ESTABLISHED, RELATED rule. Refe

[BFD] BFD is Not working after system reboot.

2020-07-16 Thread seunghwan hwang
Hello. BFD is Not working normally. My configuration is shown below. OS: Ubuntu 18.04 Kernel: 4.15.0-54-generic BIRD ver: 1.6.8 == protocol bfd { multihop { min rx interval 300 ms; min tx interval 300 ms; multiplier 3;