Hi Everyone,
            I posted this question on the OpenFlow list, but have yet get the 
issue resolved. Perhaps you may have a few suggestions? 


I am trying to use the min-rate feature to implement some level of QoS. Below 
are the details:
1. Using dpctl, I configured 2 queues (Queue 1 and 2) on Port 3 of the Pronto 
3290 switch.
2. I attempted to map tcp and udp flows to these queues using the NOX 
controller that is directly connected to the switch (i.e. No FlowVisor in the 
mix).
3. I assumed the following actions would do the mapping:

# Map tcp flows to Queue 1 of port 3
actions = [[openflow.OFPAT_ENQUEUE,[3,1]]]

# Map udp flows to Queue 2 of port 3
actions = [[openflow.OFPAT_ENQUEUE,[3,2]]]

but I'm getting the following errors:

OpenFlow error: invalid action type 11


Can you please provide some feedback? Thanks.

-Ali
_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev

Reply via email to