Re: [pox-dev] Creating Queues in flow_stats.py

2013-10-23 Thread Ali Al-Khamis
Hi Sayed Qaiser,  If you would like to check the queue stats, could you check the stats via this command:  ovs-ofctl queue-stats switch or tcp:127.0.0.1:6634.  If there is no result, you need to create queues at each port by using ovs-vsctl . then, you should use [msg.actions.append(of.ofp_act

Re: [pox-dev] About print network status

2013-10-03 Thread Ali Al-Khamis
o ask how to measure real time queueing, so the controller has information about how many packets in each queue at particular time.   Regards,  Ali From: Murphy McCauley To: Ali Al-Khamis Cc: "pox-dev@lists.noxrepo.org" Sent: Thursday, 12 Septe

[pox-dev] About print network status

2013-09-11 Thread Ali Al-Khamis
Hi all,  I am new in POX controller. I would like to ask how the POX controller can print the network's status such as Bandwidth.., so if there is any exchange information of the network or a switch status between the switch and the controller. Regards,  Ali

[pox-dev] Matching for protocol type

2013-01-22 Thread Ali Al-Khamis
Hi all,  I am new in OpenFlow and POX. My question is about installing a rule or flow table entry to send a TCP packet to a specific port (working on  forwarding.l2_learning).  I always find an error for this type of matching:         if of.match.nw_proto == 6             out_port = 2