<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-7">
<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); background-color: rgba(0, 0, 0, 0);">
Hi Ondrej,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
thanks a lot for the clarification and your quick response!!!</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
Best Regards</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0);">
Michail Kotsiouros<br>
</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>From:</b> Ondrej Zajicek <santiago@crfreenet.org><br>
<b>Sent:</b> Tuesday, January 23, 2018 4:36 PM<br>
<b>To:</b> ?????? ??????????<br>
<b>Cc:</b> bird-users@network.cz<br>
<b>Subject:</b> Re: IPv6 multipath static routes with different weights and BFD supervision</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">On Mon, Jan 22, 2018 at 03:39:06PM +0000, ?????? ?????????? wrote:<br>
> Hi BIRD experts,<br>
> I face some problems on static routes on IPv6. I try to configure multipath static routes that are supervised with BFD. I use the following conf:<br>
> route <DEST_IPv6> multipath<br>
>         via <NEXT_HOP1_IPv6> weight 10 bfd<br>
>         via <NEXT_HOP2_IPv6> weight 20 bfd;<br>
> This does not seem to have the expected behavior since I notice that the static routes are configured with the same priority rather than having the less weighted one with higher priority than the more weighted.<br>
> When I try to check the routes passed to the kernel I notice this:<br>
> <DEST_IPv6> via <NEXT_HOP1_IPv6> dev eth3  proto bird  metric 1024<br>
> <DEST_IPv6> via <NEXT_HOP2_IPv6> dev eth5  proto bird  metric 1024<br>
> The same configuration for IPv4 works as expected...<br>
> could you, please, give me some initial orientation regarding the issue?<br>
<br>
Hi<br>
<br>
I think that older kernels (ones that report IPv6 ECMP routes as multiple<br>
routes) do not support weight for IPv6. On Jessie, i cannot set IPv6<br>
weighted ECMP even using 'ip route add'.<br>
<br>
Not sure about newer kernels. BIRD uses older IPv6-ECMP API for route<br>
changes (to be compatible with older kernels), so we do not support<br>
weight here neither.<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>