<div dir="ltr">Hi Donald,<div><br></div><div>I have an L2 working fine right now between two neighbors.</div><div>As soon as I add a veth interface into the same bridge where the Vxlan interface is connected, that MAC address is advertised to the other neighbor without any problem.</div><div>Also I see the entry in "bridge fdb show" command to send the broadcasts to the other neighbor using its VTEP IP:</div><div><br></div><div>00:00:00:00:00:00 dev vxlan200 dst 198.18.0.12 self permanent<br></div><div><br></div><div>198.18.0.12 is the neighbor IP.</div><div><br></div><div>I have an L2 network <a href="http://100.64.0.0/24">100.64.0.0/24</a></div><div>One router has 100.64.0.10 in the bridge and the neighbor has 100.64.0.11 in its bridge, they can communicate fine over VxLAN using the information provided by EVPN.</div><div><br></div><div>I am adding an static entry in the ARP table of 100.64.0.10 but this entry is not being propagated over EVPN</div><div># arp -i br100 -s 100.64.0.2 62:e1:e3:18:24:f8  pub<br></div><div><br></div><div>The output in EVPN is not reflecting this new ARP entry:</div><div><br></div><div><div><font face="monospace, monospace"># show evpn arp-cache vni 100</font></div><div><font face="monospace, monospace">Number of ARPs (local and remote) known for this VNI: 3</font></div><div><font face="monospace, monospace">IP                        Type   MAC               Remote VTEP</font></div><div><font face="monospace, monospace">100.64.0.10               local  62:e1:e3:18:24:f8</font></div><div><font face="monospace, monospace">fe80::60e1:e3ff:fe18:24f8 local  62:e1:e3:18:24:f8</font></div><div><font face="monospace, monospace">100.64.0.11               local  22:b9:50:4c:b8:9c</font></div></div><div><font face="monospace, monospace"><br></font></div><div>And when I check the neighbor to see why it cannot ping this is showing up:</div><div><br></div><div><div><font face="monospace, monospace"># arp -n</font></div><div><font face="monospace, monospace">Address                  HWtype  HWaddress           Flags Mask            Iface</font></div><div><font face="monospace, monospace">100.64.0.2                       (incomplete)                              br100</font></div></div><div><div style="font-family:monospace,monospace">100.64.0.10              ether   62:e1:e3:18:24:f8   C                     br100</div><div style="font-family:monospace,monospace"><br></div><div style=""><font face="arial, helvetica, sans-serif">If I manually add ARP entry into the neighbor(100.64.0.11) table it works.</font></div></div><div style=""><font face="arial, helvetica, sans-serif"><br></font></div><div style=""><font face="arial, helvetica, sans-serif">Not sure if this answer this question Donald, this is pretty much where I am right now.</font></div><div style=""><font face="arial, helvetica, sans-serif"><br></font></div><div style=""><font face="arial, helvetica, sans-serif"><br></font></div><div style=""><font face="arial, helvetica, sans-serif"><br></font></div><div style=""><font face="arial, helvetica, sans-serif"><br></font></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 12, 2018 at 12:07 PM, Donald Sharp <span dir="ltr"><<a href="mailto:sharpd@cumulusnetworks.com" target="_blank">sharpd@cumulusnetworks.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Felipe -<br>
<br>
FRR expects the neighbor entry to show up in a vxlan bridge in order<br>
to know to replicate it.  Have you done this?<br>
<br>
donald<br>
<div><div class="h5"><br>
On Thu, Jul 12, 2018 at 12:01 PM, Felipe Arturo Polanco<br>
<<a href="mailto:felipeapolanco@gmail.com">felipeapolanco@gmail.com</a>> wrote:<br>
> Hello,<br>
><br>
> Is there a way to make static ARP entries being advertised over EVPN?<br>
><br>
> I have added an static entry in my BGP EVPN speaker but somehow that entry<br>
> is not being advertised in the EVPN network.<br>
><br>
> Any help is very welcome.<br>
><br>
> Thanks,<br>
><br>
</div></div>> ______________________________<wbr>_________________<br>
> frog mailing list<br>
> <a href="mailto:frog@lists.frrouting.org">frog@lists.frrouting.org</a><br>
> <a href="https://lists.frrouting.org/listinfo/frog" rel="noreferrer" target="_blank">https://lists.frrouting.org/<wbr>listinfo/frog</a><br>
><br>
</blockquote></div><br></div>