Static route tracking with BFD
Ondrej Zajicek
santiago at crfreenet.org
Mon Jan 6 04:20:10 CET 2020
On Fri, Jan 03, 2020 at 02:28:25PM +0000, Юрий Иванов wrote:
> Hi,
>
> I've successfully bring bfd session up with my router.
> All seems good, but in some cases I will need to flush static route if bfd session comes down.
>
> As far as I know BIRD 2.0.7 support this but how to configure it?
Hi
See examples from docs:
route 10.0.0.0/8 # Multipath route
via 198.51.100.10 weight 2
via 198.51.100.20 bfd # BFD-controlled next hop
via 192.0.2.1;
...
route 192.168.10.0/24 via 198.51.100.100 {
ospf_metric2 = 100; # Set extended attribute
ospf_tag = 2; # Set extended attribute
bfd; # BFD-controlled route
};
--
Elen sila lumenn' omentielvo
Ondrej 'Santiago' Zajicek (email: santiago at crfreenet.org)
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net)
"To err is human -- to blame it on a computer is even more so."
More information about the Bird-users
mailing list