This may not be that helpful, but the code you've shown looks right to me. You might try looking at it on the wire using Wireshark, but I suspect it will look fine and that the problem is with the switch (which I know nothing about).
-- Murphy On Sep 29, 2011, at 7:36 PM, Ali Sydney wrote: > 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 _______________________________________________ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev