<div dir="ltr"><font face="verdana, sans-serif">Hi Bob,</font><div><font face="verdana, sans-serif"><br></font></div><div><font face="verdana, sans-serif">Hope you are doing good.</font></div><div><font face="verdana, sans-serif">I am looking into the following defect: <a href="https://bugs.launchpad.net/neutron/+bug/1224978">https://bugs.launchpad.net/neutron/+bug/1224978</a> "<i> </i><span style="color:rgb(51,51,51);line-height:34px"><i>port binding on multi segment networks could lead to agent misconfiguration</i>" discussed in the ML2 meeting on 28th May 2014.</span></font></div>
<div><font face="verdana, sans-serif"><span style="color:rgb(51,51,51);line-height:34px">It would be great if someone could provide document </span><span style="font-size:13px">on </span><span style="font-size:inherit;font-style:inherit;font-variant:inherit;font-weight:inherit;line-height:inherit">How to</span><span style="font-size:inherit;font-style:inherit;font-variant:inherit;font-weight:inherit;line-height:inherit"> </span><span class="" style="font-size:inherit;font-style:inherit;font-variant:inherit;font-weight:inherit;line-height:inherit">enable</span><span style="font-size:inherit;font-style:inherit;font-variant:inherit;font-weight:inherit;line-height:inherit"> </span><span class="" style="font-size:inherit;font-style:inherit;font-variant:inherit;font-weight:inherit;line-height:inherit">Modular</span><span style="font-size:inherit;font-style:inherit;font-variant:inherit;font-weight:inherit;line-height:inherit"> </span><span class="" style="font-size:inherit;font-style:inherit;font-variant:inherit;font-weight:inherit;line-height:inherit">L2</span><span style="font-size:inherit;font-style:inherit;font-variant:inherit;font-weight:inherit;line-height:inherit"> </span><span class="" style="font-size:inherit;font-style:inherit;font-variant:inherit;font-weight:inherit;line-height:inherit">Multi</span><span style="font-size:inherit;font-style:inherit;font-variant:inherit;font-weight:inherit;line-height:inherit">-Sege</span><span style="font-size:inherit;font-style:inherit;font-variant:inherit;font-weight:inherit;line-height:inherit">mnt</span><span style="font-size:inherit;font-style:inherit;font-variant:inherit;font-weight:inherit;line-height:inherit"> </span><span class="" style="font-size:inherit;font-style:inherit;font-variant:inherit;font-weight:inherit;line-height:inherit">Network without using ToR switch. So that I can proceed further and reproduce the defect and try to fix it.</span></font></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 17, 2014 at 11:05 PM, Qin, Xiaohong <span dir="ltr"><<a href="mailto:Xiaohong.Qin@emc.com" target="_blank">Xiaohong.Qin@emc.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Kyle,<br>
<br>
Did you get a chance to write some documents on how to deploy Neutron multi segment networks? I'm interested in these areas,<br>
<br>
1. use devstack to deploy multi segment networks<br>
<div class="">2. "The typical use case here would be something like a VXLAN to VLAN GW, which could be done in a ToR which supports both VLANs and VXLANs. At some point we plan to implement this "bridging" using a vSwitch such as OVS as well"<br>

<br>
</div>Can Neutron do this right now (VXLAN to VLAN GW) instead of using ToR switch?<br>
<br>
Thanks.<br>
<br>
Dennis Qin<br>
<div class="im HOEnZb"><br>
-----Original Message-----<br>
From: Kyle Mestery [mailto:<a href="mailto:mestery@siliconloons.com">mestery@siliconloons.com</a>]<br>
</div><div class="HOEnZb"><div class="h5">Sent: Sunday, February 09, 2014 9:48 AM<br>
To: Li, Chen<br>
Cc: <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Subject: Re: [Openstack] How to enable Modular L2 Multi-Segemnt Network<br>
<br>
On Feb 7, 2014, at 2:42 AM, Li, Chen <<a href="mailto:chen.li@intel.com">chen.li@intel.com</a>> wrote:<br>
<br>
> Hi,<br>
><br>
> Any update for the document about how to create network with Multi-Segemnt??<br>
><br>
Unfortunately I have been traveling for the OpenDaylight Summit last week and I have not had time to write this up yet. Have you tried creating the multi-segment network yet? Is your plan to "bridge" the networks together in a ToR somewhere? Since these are provider networks, that's currently the assumption.<br>

<br>
<br>
> Thanks.<br>
> -chen<br>
><br>
> -----Original Message-----<br>
> From: Kyle Mestery [mailto:<a href="mailto:mestery@siliconloons.com">mestery@siliconloons.com</a>]<br>
> Sent: Wednesday, January 22, 2014 10:27 PM<br>
> To: Li, Chen<br>
> Cc: <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
> Subject: Re: [Openstack] How to enable Modular L2 Multi-Segemnt<br>
> Network<br>
><br>
><br>
> On Jan 21, 2014, at 8:45 PM, Li, Chen <<a href="mailto:chen.li@intel.com">chen.li@intel.com</a>> wrote:<br>
><br>
>> Hello list,<br>
>><br>
>> I noticed there is a blueprint named "Modular L2 Multi-Segment Network API" : <a href="https://blueprints.launchpad.net/neutron/+spec/ml2-multi-segment-api" target="_blank">https://blueprints.launchpad.net/neutron/+spec/ml2-multi-segment-api</a>.<br>

>><br>
>> I want to enable it in my set-up, to help me understand:<br>
>> 1.       What is a multi-segment network<br>
><br>
> A multi-segment network is exactly as it sounds: A single Neutron network which is comprised of multiple, disparate individual segments. These could be the same type, such as both VLANs or both GRE tunnels. But they conceptually make up a single Neutron network.<br>

><br>
>> 2.       How it works.<br>
><br>
> Internally, ML2 will ensure these are both part of the same network.<br>
> However, for traffic to flow individually between them, you will need<br>
> to "bridge" (for lack of a better<br>
> word) these networks together externally. The typical use case here would be something like a VXLAN to VLAN GW, which could be done in a ToR which supports both VLANs and VXLANs. At some point we plan to implement this "bridging" using a vSwitch such as OVS as well.<br>

><br>
>> 3.       Why would people need this kind of network configuration usage.<br>
><br>
> If you have some devices, VMs, or hosts on one type of network (e.g. VLAN), and you want to provide access to devices, VMs, or hosts on another type (e.g. VXLAN), this allows you to do that.<br>
><br>
>> 4.       How the performance would looks like.<br>
><br>
> The performance would be dependent on the underlying system which is translating the network types.<br>
><br>
>><br>
>> But, I didn't find any guide for this.<br>
>><br>
>> Anyone can help me on this ?<br>
>> Something I should read ?<br>
>><br>
>> Some steps/commands I should run to create the network ?<br>
>><br>
> The steps to use this are not documented, and that needs to be addressed.<br>
> Vish was going to have a look at this and see what he could setup, if he has done that maybe he'll reply here. Otherwise, I'll come up with some rough documentation and send it out.<br>
><br>
> Thanks,<br>
> Kyle<br>
><br>
>> Thanks.<br>
>> -chen<br>
>><br>
>> _______________________________________________<br>
>> Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
>> Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
>> Unsubscribe :<br>
>> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
><br>
<br>
<br>
_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
<br>
<br>
_______________________________________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><b style="color:rgb(102,102,102)">Regards,</b><div><b style="color:rgb(102,102,102)">Romil <br></b><br></div></div>
</div>