On May 23, 2014 2:20 PM, "Fei Yeh" <nufe...@gmail.com> wrote:
> I'm using Floodlight to control a sliver on the SOX AM NEC Openflow Switch through the foam https://foam.sox.net:3626/foam/gapi/2
There is a bug in the version of flowvisor in use of sox that makes retrieving stats basically impossible.
--
Nick
--
GENI Users is a community supported mailing list, so please help by responding to questions you know the answer to.
If this is your first time posting a question to this list, please review http://groups.geni.net/geni/wiki/GENIExperimenter/CommunityMailingList
---
You received this message because you are subscribed to the Google Groups "GENI Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to geni-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Does this mean that I won't be able to see if a flow is created on the SOX switch with a NOX controller with a console either?
On May 28, 2014 10:31 AM, "Fei Yeh" <nufe...@gmail.com> wrote:
>
> I took a capture of the control plane packets on the controller, limiting to the packets between the controller and the SOX flowvisor. Then I opened the capture file on a computer with Wireshark. However, the captured packets just display as generic "Data" in Wireshark with OpenFlow plugin, instead of "OpenFlow Protocol". How do you find the stats reply in a captured packet file?
You have to right click on one of the openflow data packets (as its using a nonstandard port) in the connection and select "decode as..." and then tell wireshark it is openflow (possibly OFP, depending on your wireshark version).
--
Nick
Ok the packets are listed as OFP 1.0 now, but the Data tree is gone, and not replaced by a "OpenFlow" tree as expected. It's just empty...
What have you used to look at OFP packets? Wireshark? tcpdump? What version and on what kind of platform?
Nick, I saw that you have a "download" section under "openflow-dissector" in Bitbucket as linked to in one of your posts somewhere else. I signed up for an account but then I get an "Access denied" when I try to go to the page. If this is a wireshark dissector plugin that you know works , please let me know what version of Wireshark I should be using for it.