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 <kees@nefos.nl>님이 작성:
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";
    };

    multihop {
        interval 300 ms;
        multiplier 3;
    };
}

K.

On 24-07-2020 13:55, Ondrej Zajicek wrote:
Is it a normal situation?
I think BFD has to start the mechanism after BGP neighbor is UP.
Is there any missing part of my configurations?
Your config seems ok.