Re: [nox-dev] verify switches connected from web browser

2010-02-10 Thread Martin Casado
Which version of Nox? Following the instructions in the NOX Manual: Setting Up a Virtual Testing Environment, I get through all steps except the last. It states that you can verify that the switches are connected by going to http://localhost:. I did this but it just says cannot connect. W

[nox-dev] verify switches connected from web browser

2010-02-10 Thread Ashish Agarwal
Following the instructions in the NOX Manual: Setting Up a Virtual Testing Environment, I get through all steps except the last. It states that you can verify that the switches are connected by going to http://localhost:. I did this but it just says cannot connect. What am I supposed to see? Th

Re: [nox-dev] Flow_stats_in_event's "more" field

2010-02-10 Thread Rob Sherwood
Actually, the idea is that a single flow_stats request can produce multiple flow_stats responses. Each flow_stats response (i.e., struct ofp_flow_stats) corresponds to a single flow entry, so you get one per flow entry. Yes, we could have created a parent structure to hold all of the responses in

Re: [nox-dev] NOX-6 and OpenFlow 1.0: Do not connect...

2010-02-10 Thread Macapuna, Carlos A. B.
you are referring to the reference implementation at openflowswitch.org, correct? Yes, I am. (at http://openvswitch.org/pipermail/announce_openvswitch.org/2010-January/04.html ) The NOX has been with -v. Follows the ofprotocol with -v too. . Feb 10 06:39:33|00133|rconn|INFO|tcp:10.0.2.2

Re: [nox-dev] NOX-6 and OpenFlow 1.0: Do not connect...

2010-02-10 Thread kk yap
Hi Carlos, Justin is right, we use this a lot at Stanford. The switch is not coming up right. Look at Feb 10 04:53:55|00068|vconn_unix|ERR|/tmp/vconn-unix.1174.8: connection to /tmp/ofsw failed: No such file or directory This means the unix domain socket is not created properly. You should ma

Re: [nox-dev] NOX-6 and OpenFlow 1.0: Do not connect...

2010-02-10 Thread Justin Pettit
I assume for by OF1.0, you are referring to the reference implementation at openflowswitch.org, correct? I'm fairly certain the guys at Stanford are using that codebase to work with NOX, so it should work. How are you starting NOX and the switches? You may want to try starting both with the "

[nox-dev] NOX-6 and OpenFlow 1.0: Do not connect...

2010-02-10 Thread Macapuna, Carlos A. B.
Hi Martin, Even doing: *git clone git://noxrepo.org/nox cd nox* *"git checkout -b openflow-1.0 origin/openflow-1.0"* ... in the installation of NOX, I can not connect to OpenFlow 1.0. This works for the Open vSwitch with support OF1.0, but not with the OF1.0. *In NOX:* 00064|openflow|DBG:Passive