[nox-dev] Queue_stats

2011-06-22 Thread Min-Hyup KANG
Hi, allI can check Description Statistics, Aggregate Flow Statistics, Table Statistics, Port statistics.Especailly, I would like to check aggregate flow statistics ONLY "packet_count" in monitor.pythere isdef aggregate_stats_in_handler(self, dpid, stats): print '\t',stats" print '\t',stats

Re: [nox-dev] Using Discovery Module

2011-06-22 Thread Aaron Rosen
Hi Murphy, I managed to get it running but I can't seem to get it working correctly: In discovery.py I've uncommented line 334 to print the following: print 'Sending packet out of ',longlong_to_octstr(dp), ' port ',str(port) From that I see: Sending packet out of 06:d6:00:26:f1:3f:e4:80 port

Re: [nox-dev] Using Discovery Module

2011-06-22 Thread Murphy McCauley
Hm. Maybe this is bitrot. Please check that the first part of the patch got applied and wasn't rejected. Specifically, line 65ish should be: cid.fill(chassis_id.SUB_LOCAL, array.array('B', 'dpid:' + hex(long(dpid)) [2:-1])) If it is, try replacing the log message around line 268 with

Re: [nox-dev] Using Discovery Module

2011-06-22 Thread Aaron Rosen
Hi Murphy, It looks like the patch git applied fine. Changing that line yields the following output: 00453|discovery|ERR:lldp chassis ID subtype is 4 not 'local', ignoring Thanks, Aaron On Wed, Jun 22, 2011 at 6:16 PM, Murphy McCauley jam...@nau.edu wrote: Hm.  Maybe this is bitrot.  Please

Re: [nox-dev] Using Discovery Module

2011-06-22 Thread Aaron Rosen
Hi Murphy, I did a branch checkout of what i had but I'm doing a completely clean one now. (I'll let you know those results shortly). Also there is a flowvisor in between. I've attached a packet in of this type. Wireshark is also claiming they are malformed. Thanks, Aaron On Wed, Jun 22,

Re: [nox-dev] Using Discovery Module

2011-06-22 Thread Aaron Rosen
I get the same exact error after doing a fresh build (and after commenting out that line) ./nox_core -i ptcp:6633 discovery switch NOX 0.9.1~full~beta (nox_core), compiled Jun 22 2011 21:50:51 Compiled with OpenFlow 0x01 1|discovery|ERR:lldp chassis ID subtype is 4 not 'local', ignoring