[ovs-discuss] Creating custom topology using openvswitch on LAN

2012-01-18 Thread Dushyant Arora
Hello, I have access to 4 PCs connected to a LAN. I wish to connect these using openvswitch in a diamond topology like so. H1 - H2 --H4 | | -H3- H1 and H4 have VMs running on VirtualBox. All hosts have openvswitches running. Here is the configuration I

Re: [ovs-discuss] Problem connecting switch to remote NOX controller

2012-01-20 Thread Dushyant Arora
Found the problem. It is working now. There was a typo in the last mail: $ sudo ./nox_core -i ptcp:xxx.xxx.7.56:6633 pyswitch -v -v - Original Message - From: Dushyant Arora dushy...@cs.princeton.edu To: discuss@openvswitch.org Sent: Saturday, January 21, 2012 12:48:08 AM Subject: [ovs

Re: [ovs-discuss] Openvswitch MPLS actions

2013-03-08 Thread Dushyant Arora
Hi Ben, Are there any special installation instructions if we want to install a particular openflow version (say only 1.1)? Thanks, Dushyant On Fri, Mar 8, 2013 at 12:00 PM, Ben Pfaff b...@nicira.com wrote: On Fri, Mar 08, 2013 at 10:29:12PM +0530, Nikhil wrote: I want to try MPLS with

Re: [ovs-discuss] Openvswitch MPLS actions

2013-03-08 Thread Dushyant Arora
You can also get it from Simon's github account, I believe: https://github.com/horms/ On Fri, Mar 8, 2013 at 12:19 PM, Dushyant Arora dushyantaror...@gmail.com wrote: UghhhWhy didn't I read the FAQfacepalmI have been trying to figure this for days. Thanks a bunch Ben! On Fri, Mar

[ovs-discuss] Simple MPLS experiment with OpenvSwitch

2013-03-08 Thread Dushyant Arora
Hello, I am trying to run a very basic MPLS test. I have the following versions of OpenvSwitch and Mininet: $ ovs-vsctl --version ovs-vsctl (Open vSwitch) 1.10.90 Compiled Mar 5 2013 16:25:06 $ mn --version 2.0.0 I have set up a simple topology using Mininet (one switch and two nodes):

Re: [ovs-discuss] Simple MPLS experiment with OpenvSwitch

2013-03-09 Thread Dushyant Arora
-vsctl set bridge s1 protocols=OpenFlow10,OpenFlow12,OpenFlow13 what should I do in the userspace switch? On Sat, Mar 9, 2013 at 6:58 PM, Dushyant Arora dushyantaror...@gmail.com wrote: Ok, I figured out I need to use dpctl utility but I don't know what to provide as the switch path $ dpctl show unix

Re: [ovs-discuss] Simple MPLS experiment with OpenvSwitch

2013-03-09 Thread Dushyant Arora
be using ovs-dpctl, since that's just for speaking with the kernel module, which isn't needed for the userspace switch. So, what utility will I be using? dpctl? --Justin On Mar 9, 2013, at 3:32 PM, Dushyant Arora dushyantaror...@gmail.com wrote: Thanks for replying Ben. I changed

Re: [ovs-discuss] Simple MPLS experiment with OpenvSwitch

2013-03-09 Thread Dushyant Arora
. On Sat, Mar 9, 2013 at 8:19 PM, Ben Pfaff b...@nicira.com wrote: Your output makes it clear that you are not using Open vSwitch but actually the OpenFlow reference implementation. On Mar 9, 2013 4:15 PM, Dushyant Arora dushyantaror...@gmail.com wrote: Here are the contents of /tmp/s1-ofd.log