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

2013-03-09 Thread Dushyant Arora
Sat, Mar 9, 2013 at 8:19 PM, Ben Pfaff 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" wrote: >> >> Here are the contents of /tmp/s1-ofd.log

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

2013-03-09 Thread Dushyant Arora
ce > > You won't 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 wrote: > >

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

2013-03-09 Thread Dushyant Arora
sudo ovs-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 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

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

2013-03-09 Thread Dushyant Arora
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:??? The only example I could find on the Internet uses /var/run/... as the path but I don't see s1.sock there. On Sat, Mar 9, 2013 at 6:32 PM, Dushyant Arora wrote: &g

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

2013-03-09 Thread Dushyant Arora
module so far, so please pardon my ignorance. What am I doing wrong? On Fri, Mar 8, 2013 at 7:11 PM, Ben Pfaff wrote: > On Fri, Mar 08, 2013 at 06:54:31PM -0500, Dushyant Arora wrote: >> I am trying to run a very basic MPLS test. I have the following >> versions of OpenvSwitch and Min

[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] 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 wrote: > UghhhWhy didn't I read the FAQfacepalmI have been trying > to figure this for days. Thanks a bunch Ben! > > On Fri, M

Re: [ovs-discuss] Openvswitch MPLS actions

2013-03-08 Thread Dushyant Arora
on is solidly implemented, >Open vSwitch will enable that version by default. > > > On Fri, Mar 08, 2013 at 12:05:50PM -0500, Dushyant Arora wrote: >> Hi Ben, >> >> Are there any special installation instructions if we want to install >> a particular openflow v

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 wrote: > On Fri, Mar 08, 2013 at 10:29:12PM +0530, Nikhil wrote: >> I want to try MPLS with openvswitch, pleas

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" To: discuss@openvswitch.org Sent: Saturday, January 21, 2012 12:48:08 AM Subject: [ovs-discus

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

2012-01-20 Thread Dushyant Arora
Hello, I have created a bridge br0 using ovs-vsctl. Here are the details: $ sudo ovs-vsctl show e5d4fbba-e9dc-47e1-be63-9dbb7ddd9120 Bridge "br0" Controller "tcp:xxx.xxx.7.56:6633" Port "br0" Interface "br0" type: internal Port "gre1"

[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