<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Strange but such construction leads to error:</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span> 87         route 1.0.1.1/32 via 10.0.100.1 {<br>
</span>
<div> 88           bfd;<br>
</div>
<span> 89         };</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>bird> configure <br>
</span>
<div>Reading configuration from /etc/bird.conf<br>
</div>
<div>/etc/bird.conf:88:11 syntax error, unexpected BFD<br>
</div>
<span>bird> </span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Only first example works:</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>    route 1.0.1.1/32 via 10.0.100.1 bfd;</span><br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>От:</b> Ondrej Zajicek <santiago@crfreenet.org><br>
<b>Отправлено:</b> 6 января 2020 г. 5:20<br>
<b>Кому:</b> Юрий Иванов <format_hub@outlook.com><br>
<b>Копия:</b> bird-users@network.cz <bird-users@network.cz><br>
<b>Тема:</b> Re: Static route tracking with BFD</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">On Fri, Jan 03, 2020 at 02:28:25PM +0000, Юрий Иванов wrote:<br>
> Hi,<br>
> <br>
> I've successfully bring bfd session up with my router.<br>
> All seems good, but in some cases I will need to flush static route if bfd session comes down.<br>
> <br>
> As far as I know BIRD 2.0.7 support this but how to configure it?<br>
<br>
Hi<br>
<br>
See examples from docs:<br>
<br>
    route 10.0.0.0/8                # Multipath route<br>
        via 198.51.100.10 weight 2<br>
        via 198.51.100.20 bfd   # BFD-controlled next hop<br>
        via 192.0.2.1;<br>
    ...<br>
    route 192.168.10.0/24 via 198.51.100.100 {<br>
        ospf_metric2 = 100;     # Set extended attribute<br>
        ospf_tag = 2;           # Set extended attribute<br>
        bfd;                    # BFD-controlled route<br>
    };<br>
<br>
-- <br>
Elen sila lumenn' omentielvo<br>
<br>
Ondrej 'Santiago' Zajicek (email: santiago@crfreenet.org)<br>
OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net)<br>
"To err is human -- to blame it on a computer is even more so."<br>
</div>
</span></font></div>
</body>
</html>