Hi,

In my Linux systems I have 4 interfaces and I use bonding for 2 of them and
the rest are down(no cable/or switch port is disabled)

I set specific BFD settings for bond interface
protocol bfd {
    debug { states, routes, filters, interfaces, events };
    interface "bond0" {
        min rx interval 400 ms;
        min tx interval 400 ms;
        idle tx interval 1000 ms;
        multiplier 3;
    };
}

and according to documentation BFD protocol will accept sessions even on
interfaces not covered by my definition. So, I will see BFD messages over the
other 2 interfaces when they are live(by mistake or intentionally)

I want to limit BFD sessions only to bond interface in order to avoid possible
BGP outages due to BFD session issues on the other interfaces.

Is it possible? I tried
interface -"eth*" { disabled on};

 but I got config error.

Cheers,
Pavlos

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to