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
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
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
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