<div dir="ltr">Hello Renato,<div><br></div><div>Are you sure about that?</div><div><br></div><div>Configuration is:</div><div><div>!</div><div><div>interface eth0</div><div> ip address <a href="http://192.0.2.2/30">192.0.2.2/30</a></div><div>!</div><div>interface lo</div><div> ip address <a href="http://192.0.2.8/32">192.0.2.8/32</a></div><div>!</div></div><div>router bgp 64497</div><div> no bgp default ipv4-unicast</div><div> coalesce-time 1000</div><div> neighbor 192.0.2.1 remote-as 64496</div><div> !</div><div> address-family ipv4 unicast</div><div> network <a href="http://192.0.2.8/32">192.0.2.8/32</a></div><div> redistribute connected</div><div> exit-address-family</div><div> !</div><div> address-family ipv4 labeled-unicast</div><div> neighbor 192.0.2.1 activate</div><div> exit-address-family</div><div>!</div></div><div><br></div><div>And 192.0.2.1 is not receiving any routes</div><div><br></div><div>Regards</div><div><br></div><div>Marco</div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Jul 23, 2018 at 6:18 PM Renato Westphal <<a href="mailto:renato@opensourcerouting.org">renato@opensourcerouting.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Marco,<br>
<br>
In the FRR BGP-LU implementation, both the unicast and labeled-unicast<br>
SAFIs share the same routing table. So if you use the "network" and<br>
"redistribute" commands under "address-family ipv4 unicast", the<br>
redistributed routes will be assigned a local label if one is<br>
configured in zebra (BGP-LU doesn't support dynamic labels yet).<br>
<br>
Example:<br>
address-family ipv4 unicast<br>
network <a href="http://1.1.1.1/32" rel="noreferrer" target="_blank">1.1.1.1/32</a><br>
no neighbor 10.0.1.2 activate<br>
exit-address-family<br>
!<br>
address-family ipv4 labeled-unicast<br>
neighbor 10.0.1.2 activate<br>
exit-address-family<br>
!<br>
<br>
Unfortunately we don't have documentation for BGP-LU yet since it's a<br>
relatively new feature. In case it helps, here's my BGP-LU test<br>
topology: <a href="https://gist.github.com/rwestphal/9707df2ff6c2073c8b46a23e7d603859" rel="noreferrer" target="_blank">https://gist.github.com/rwestphal/9707df2ff6c2073c8b46a23e7d603859</a><br>
<br>
Regards,<br>
Renato.<br>
<br>
On Fri, Jul 20, 2018 at 5:08 AM, Marco Marzetti <<a href="mailto:marco@lamehost.it" target="_blank">marco@lamehost.it</a>> wrote:<br>
> Dear members of the group,<br>
><br>
> I've noticed neither "redistribute" nor "network" commands are supported by<br>
> bgpd for AFI/SAFI ipv4 labeled-unicast.<br>
><br>
> I took a look at github and i can't find the features in any of the<br>
> milestones.<br>
> Is there an underlying reason i can't spot or is it just the dev team hasn't<br>
> found time yet?<br>
><br>
> Thank you for your help.<br>
><br>
> Regards<br>
><br>
> _______________________________________________<br>
> frog mailing list<br>
> <a href="mailto:frog@lists.frrouting.org" target="_blank">frog@lists.frrouting.org</a><br>
> <a href="https://lists.frrouting.org/listinfo/frog" rel="noreferrer" target="_blank">https://lists.frrouting.org/listinfo/frog</a><br>
><br>
<br>
<br>
<br>
-- <br>
Renato Westphal<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Marco</div>