'Adding QoS values using RYU REST API
I'm trying to replicate this example of QoS using DiffServ from the Ryubook examples however after following the instructions and verifying the settings, running iperf does not produce the same results.
[{"switch_id": "0000000000000001", "command_result": [{"qos": [{"qos_id": 1, "priority": 1, "dl_type": "IPv4", "ip_dscp": 26, "actions": [{"queue": "1"}]}, {"qos_id": 2, "priority": 1, "dl_type": "IPv4", "ip_dscp": 34, "actions": [{"queue": "2"}]}]}]}]
[{"switch_id": "0000000000000002", "command_result": [{"qos": [{"qos_id": 1, "priority": 1, "dl_type": "IPv4", "nw_dst": "172.16.20.10", "nw_proto": "UDP", "tp_dst": 5002, "actions": [{"mark": "26"}]}, {"qos_id": 2, "priority": 1, "dl_type": "IPv4", "nw_dst": "172.16.20.10", "nw_proto": "UDP", "tp_dst": 5003, "actions": [{"mark": "34"}]}]}]}]
I have also tried using Postman but i'm not successful with that either.
Could someone sugest why the setting are not working? Thank You
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
