protocol bfd {
interface "eth0" {
};
interface "eth1" {
};
interface "eth4" {
authentication keyed sha1;
password "BLADIEBLA";
};
multihop {
interval 300 ms;
multiplier 3;
};
}
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.