enqueue action - flow with set-queue action is not installed in the switch.
Hello Everyone,
I have the below flow which I am trying to install in a Cisco Switch. It uses the set-queue action followed by output action. It is not installed on the switch.
http://10.106.253.118:8181/restconf/c... { "flow": [ { "id": "2", "match": { "ethernet-match": { "ethernet-type": { "type": "0x0800" } }, "ip-match": { "ip-proto": "ipv4" } }, "instructions": { "instruction": [ { "order": "0", "apply-actions": { "action": [ { "set-queue-action": { "queue": "2000", "queue-id": "1" }, "order": "0" }, { "output-action": { "output-node-connector": "openflow:292517539810831:5097" }, "order": "1" } ] } } ] }, "table_id": "0" } ] }
Am I missing something ?
Did you get the answer? and can you clarify the below? 1. How to create queue from API (plz xml parameters) 2. How to set the queue into Flow from API?
karthik330 ( 2016-05-03 22:44:27 -0800 )edit