Hi,
I don’t understand the example “Queue Tree Example With Masquerading” in 3.0 ROS web manual http://www.mikrotik.com/testdocs/ros/3.0/qos/queue.php
In this example it is said “Additionally, if there is spare bandwidth, share it among users equally” So meaning that without using pcq queue, if i have two users that exceeds limit-at value, and their rate is in yellow state (between limit-at and max-limit) if max-limit is set to 512 Kbps and each user tries to reach 300 Kbps, automatically does it will be applied equally sharing to both of them assigning 256 Kbps to each user without using pcq queue?
Wouldn’t an intermediate class with pcq queue, between parent class and leaf classes, be necessary to be able to share equally spare bandwidth of other users?
Thanks in advance,