i have a DSL Line with Donwload Bandwidth of ~11M.
Now i try to prioritze the traffic of some networks over another. Goal is that prioritize networks get full speed of 11M and other gets 0M until some bandwidth are left.
I configure 3 queues, one as parent the other two as children to match the traffic and set the priority.
The traffic match and i see that the queues are hit. But the traffic is not prioritize over the other.. it seems they share the bandwith
Here is the configuration of the queues :
Code: Select all
/queue simple
add max-limit=4M/11M name=q1.parent priority=1/1 queue=default/default target=\
vlan1111-dsl-bond2-int
add limit-at=4M/11M max-limit=4M/11M name=q1.prio2 parent=q1.parent priority=\
2/2 queue=default/default target=\
192.168.10.0/24,192.168.11.0/24,192.168.33.0/24
add limit-at=64k/64k max-limit=4M/11M name=q1.prio3 parent=q1.parent priority=\
3/3 queue=default/default target=192.168.60.0/24
Thank you in advance
Regards
Marcus