Hi, when i login into my edgerouter x and go to the advanced qos page, thats what i see
But i have rules and its WORKING as it should
ubnt@ubnt# show traffic-control advanced-queue branch { queue 10 { bandwidth 30mbit description Download parent 1 priority 0 } queue 20 { bandwidth 3mbit description Upload parent 1 priority 0 } } filters { match 10 { attach-to 1 description "Wan Download" ip { destination { address 10.0.1.0/27 } } target 10 } match 20 { attach-to 1 description "Wan Upload" ip { source { address 10.0.1.0/27 } } target 20 } match 100 { application { category Games } attach-to 10 description Download/Games target 100 } match 101 { attach-to 10 description Download/Default target 101 } match 200 { application { category Games } attach-to 20 description Upload/Games target 200 } match 201 { attach-to 20 description Upload/Default target 201 } } leaf { queue 100 { bandwidth 10mbit ceiling 30mbit description Games parent 10 priority 0 queue-type CodelDown } queue 101 { bandwidth 10mbit ceiling 30mbit description Default parent 10 priority 3 queue-type CodelDown } queue 200 { bandwidth 1mbit ceiling 3mbit description Games parent 20 priority 0 queue-type CodelUp } queue 201 { bandwidth 1mbit ceiling 3mbit description Default parent 20 priority 3 queue-type CodelUp } } queue-type { fq-codel CodelDown { ecn enable } fq-codel CodelUp { ecn enable } } root { queue 1 { attach-to global bandwidth 40mbit } }
And my ubnt-daemon.log is empyt, seems wrong to me.
Should i be worried?