Re: [ovs-discuss] Problems Connecting openvswitch to nox controller

2011-11-19 Thread Tahir Rauf
Hi, After compilation of OVS, you can run the following commands (Commands are taken from INSTALL.Linux as described by Justin). Go to ovsdb directory first. In OVS1.1.2, you can found it in openvswitch/utilities. * * *% mkdir -p /usr/local/etc/openvswitch* *% ./ovsdb-tool create /usr/local/etc/ope

Re: [ovs-discuss] Problems Connecting openvswitch to nox controller

2011-11-19 Thread Justin Pettit
NOX only speak OpenFlow, but the switch is connecting with the management protocol. The argument you're passing to ovs-vswitchd should be to a configuration database instance (created by ovsdb-server). You should get ovsdb-server and ovs-vswitchd running and talking together on your local box

[ovs-discuss] Problems Connecting openvswitch to nox controller

2011-11-19 Thread Theophilus Benson
I am trying to connect an openvswitch to a nox controller, but I get a JSON related error. Below, I have included the openvswitch command, the error from ovs-vswitch as well as the error from the nox controller. Here is the openvswitch command: ovs-vswitchd tcp:10.10.101.40:10023 I get the