<div dir="ltr"><div>I am asking if that can be done on a single physical host having OVS. <br></div>Say, as mininet creates bridges which act as switches. Can vxlan be setup using Mininet?<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Shravan<br></div></div></div>
<br><div class="gmail_quote">On 10 January 2017 at 23:33, Scott Lowe <span dir="ltr">&lt;<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Please see my response below.<br>
<span class=""><br>
<br>
On 01/10/2017 02:26 AM, Shravan S K wrote:<br>
&gt; Is it possible to create a VXLAN setup using just bridges created by<br>
&gt; OVS? (using ovs-vsctl to create these bridges,ports and vxlan config)<br>
&gt;<br>
&gt; vm01-------------------|             |------------------vm03<br>
&gt;                           br1-------br2<br>
&gt; vm02-------------------|             |-------------------vm04<br>
<br>
<br>
</span>Yes, this is possible. On each hypervisor where OVS is running and where<br>
you have VMs you&#39;d like to connect over VXLAN tunnels, create a bridge<br>
(&quot;br-tun&quot;, for example). Create and configure a VXLAN port appropriately<br>
on br-tun on each hypervisor, and then connect your VMs. You should be<br>
good to go. My website has an example of doing this with GRE; VXLAN<br>
should be nearly identical.<br>
<br>
Hope this helps,<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Scott<br>
<br>
</font></span></blockquote></div><br></div>