Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-17 Thread Scott Lowe
On 01/16/2017 11:39 PM, Shravan S K wrote: > How to do the IP connectivity part using OVS internal ports? [SL] Take a look at either of these blog posts:

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-16 Thread Shravan S K
How to do the IP connectivity part using OVS internal ports? Thanks. Shravan On 16 January 2017 at 04:40, Scott Lowe wrote: > On 01/13/2017 03:20 AM, Shravan S K wrote: > > My motive is to simulate VXLAN functionality on a bigger topology using > > mininet. > > My plan - As Mininet uses OVS br

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-15 Thread Scott Lowe
On 01/13/2017 03:20 AM, Shravan S K wrote: > My motive is to simulate VXLAN functionality on a bigger topology using > mininet. > My plan - As Mininet uses OVS bridges to simulate vswitch functionality, > we can use ovs-vsctl to configure VXLAN functionality on the bridges. I > thought let me try f

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-13 Thread Michael Ben-Ami via discuss
Shravan, these mininet branches seem to address our problem: https://github.com/mininet/mininet/pull/577 https://github.com/mininet/mininet/pull/524 I've had more luck with the first one. On Fri, Jan 13, 2017 at 1:40 PM, Michael Ben-Ami wrote: > Thanks Joe, I'm looking at feasibility submittin

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-13 Thread Michael Ben-Ami via discuss
Thanks Joe, I'm looking at feasibility submitting a PR to mininet so that it can natively accomplish exactly this. On Fri, Jan 13, 2017 at 1:31 PM, Joe Stringer wrote: > On 13 January 2017 at 08:20, Michael Ben-Ami via discuss > wrote: > > I'm in a very similar boat as Shravan. The utility for

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-13 Thread Joe Stringer
On 13 January 2017 at 08:20, Michael Ben-Ami via discuss wrote: > I'm in a very similar boat as Shravan. The utility for me is to be able to > test flow sets on arbitrary mininet topologies that simulate real world > topologies that may or may not use VXLAN. The root cause as I see it is that > mi

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-13 Thread Michael Ben-Ami via discuss
] *On Behalf Of *Shravan S K > *Sent:* 13 January 2017 10:21 > > *To:* Scott Lowe > *Cc:* ovs-discuss@openvswitch.org > *Subject:* Re: [ovs-discuss] VXLAN support in OVS 2.5.0 > > > > My motive is to simulate VXLAN functionality on a bigger topology using > mininet. > My p

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-13 Thread O'Reilly, Darragh
-boun...@openvswitch.org] On Behalf Of Shravan S K Sent: 13 January 2017 10:21 To: Scott Lowe Cc: ovs-discuss@openvswitch.org Subject: Re: [ovs-discuss] VXLAN support in OVS 2.5.0 My motive is to simulate VXLAN functionality on a bigger topology using mininet. My plan - As Mininet uses OVS bridges

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-13 Thread Shravan S K
ill get you an appropriate simulation of computer to computer vxlan >> mechanisms. >> >> >> >> *From:* ovs-discuss-boun...@openvswitch.org [mailto: >> ovs-discuss-boun...@openvswitch.org] *On Behalf Of *Shravan S K >> *Sent:* Thursday, January 12, 2017 22:34

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-12 Thread Scott Lowe
uss-boun...@openvswitch.org >> [mailto:ovs-discuss-boun...@openvswitch.org] On Behalf Of Shravan S K >> Sent: Thursday, January 12, 2017 22:34 >> To: Scott Lowe >> Cc: ovs-discuss@openvswitch.org >> Subject: Re: [ovs-discuss] VXLAN support in OVS 2.5.0 >> >> &

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-12 Thread Justin Pettit
on of computer to computer vxlan > mechanisms. > > From: ovs-discuss-boun...@openvswitch.org > [mailto:ovs-discuss-boun...@openvswitch.org] On Behalf Of Shravan S K > Sent: Thursday, January 12, 2017 22:34 > To: Scott Lowe > Cc: ovs-discuss@openvswitch.org > Subject: Re:

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-12 Thread Shravan S K
Sent:* Thursday, January 12, 2017 22:34 > *To:* Scott Lowe > *Cc:* ovs-discuss@openvswitch.org > *Subject:* Re: [ovs-discuss] VXLAN support in OVS 2.5.0 > > > > Because of lack of hardware, I'm trying a vxlan setup on a single > computer. > > On 13-Jan-2

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-12 Thread Raymond Burkholder
12, 2017 22:34 To: Scott Lowe Cc: ovs-discuss@openvswitch.org Subject: Re: [ovs-discuss] VXLAN support in OVS 2.5.0 Because of lack of hardware, I'm trying a vxlan setup on a single computer. On 13-Jan-2017 04:47, "Scott Lowe" mailto:scott.l...@scottlowe.org> > wrote:

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-12 Thread Shravan S K
Because of lack of hardware, I'm trying a vxlan setup on a single computer. On 13-Jan-2017 04:47, "Scott Lowe" wrote: > Please don't drop the list. > > Before we go down that path, can you help me understand what you're > trying to achieve by building a VXLAN tunnel between two VMs on the same >

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-12 Thread Scott Lowe
Please don't drop the list. Before we go down that path, can you help me understand what you're trying to achieve by building a VXLAN tunnel between two VMs on the same host? On 01/12/2017 10:15 AM, Shravan S K wrote: > I am not sure how to do the config for what you said. > Can you please expl

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-11 Thread Scott Lowe
On 01/11/2017 03:54 AM, Shravan S K wrote: > Like this? > vm01---| > > |--vm03 > > br1(vxlanport1)br-int1===

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-11 Thread Shravan S K
Like this? vm01---| |--vm03 br1(vxlanport1)br-int1=br-int2--(vxlanport2)br2 vm02---| |---vm04 What is the need for the bridges br-int1 and br-int2? Why is it not possible without them(as the topolo

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-10 Thread Scott Lowe
Please see my response inline, prefixed with [SL]. On 01/10/2017 09:50 PM, Shravan S K wrote: > I am asking if that can be done on a single physical host having OVS. > Say, as mininet creates bridges which act as switches. Can vxlan be > setup using Mininet? [SL] I don't know if it's possible f

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-10 Thread Shravan S K
I am asking if that can be done on a single physical host having OVS. Say, as mininet creates bridges which act as switches. Can vxlan be setup using Mininet? Shravan On 10 January 2017 at 23:33, Scott Lowe wrote: > Please see my response below. > > > On 01/10/2017 02:26 AM, Shravan S K wrote:

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-10 Thread Scott Lowe
Please see my response below. On 01/10/2017 02:26 AM, Shravan S K wrote: > Is it possible to create a VXLAN setup using just bridges created by > OVS? (using ovs-vsctl to create these bridges,ports and vxlan config) > > vm01---| |--vm03 >

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2017-01-10 Thread Shravan S K
Is it possible to create a VXLAN setup using just bridges created by OVS? (using ovs-vsctl to create these bridges,ports and vxlan config) vm01---| |--vm03 br1---br2 vm02---| |---v

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2016-12-28 Thread Shravan S K
Thanks, Scott. Beautiful explanation in the post! Shravan On 28 December 2016 at 21:29, Scott Lowe wrote: > Please see my responses inline, prefixed by [SL]. > > > On Dec 28, 2016, at 4:15 AM, Shravan S K wrote: > > > > I am trying this - http://docs.openvswitch.org/ > en/latest/howto/userspa

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2016-12-28 Thread Scott Lowe
Please see my responses inline, prefixed by [SL]. On Dec 28, 2016, at 4:15 AM, Shravan S K wrote: > > I am trying this - > http://docs.openvswitch.org/en/latest/howto/userspace-tunneling/ > > 1) Which step connects vxlan interface,vxlan0, to the bridge,br-phy, as shown > in the diagram ? [

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2016-12-28 Thread Shravan S K
I am trying this - http://docs.openvswitch.org/en/latest/howto/userspace-tunneling/ 1) Which step connects vxlan interface,vxlan0, to the bridge,br-phy, as shown in the diagram ? 2) What should I do if *also* want to access(from the VM) the network that my host is in ? Thanks. Shravan On 28 De

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2016-12-27 Thread Ben Pfaff
On Wed, Dec 28, 2016 at 11:07:37AM +0530, Shravan S K wrote: > Does OVS 2.5.0 support VXLANs ? Yes. ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Re: [ovs-discuss] VXLAN support in OVS 2.5.0

2016-12-27 Thread Shravan S K
I found info in this http://openvswitch.org/releases/NEWS-2.6.0 Shravan On 28 December 2016 at 11:07, Shravan S K wrote: > Does OVS 2.5.0 support VXLANs ? > > > ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/l

[ovs-discuss] VXLAN support in OVS 2.5.0

2016-12-27 Thread Shravan S K
Does OVS 2.5.0 support VXLANs ? ___ discuss mailing list disc...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-discuss