mikrotik simple queues
v5.25 v6 differences
Simple queues Priority, parent and children v5.25 vs v6.2 and 6.3, bug or just different?
v5.25 Target Upload and Download enabled but values for children not needed, set to unlimited, for children to see traffic used for priority
v6 Target Upload and Download for children must be specified, unlimited doesn’t work, or no traffic gets in the queue
Thanks
Randy Newman
The following is the config:
I have one Simple queue set for the WAN interface with defined Upload and Download values
2 child simple queues:
one with packmark=mark-tele, priority 2
second with packmark=no-mark, priority 6
Works great in version 5 in version 6 the child queues dont see traffic, only way is to set values for Target Upload and Download Max Limit, unlimited doesn’t work.
The following are different routers so queue names and interfaces are a little different.
v5 works as follows, also works if max-limit is defined say max-limit=3M/512k
0 name=“ether1-ATT” target-addresses=“” interface=ether1-gw-att parent=none
packet-marks=“” direction=both priority=2 queue=default-small/default-small limit-at=0/0
max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
total-queue=default-small
1 name=“Voip-ATT” target-addresses=“” interface=ether1-gw-att parent=ether1-ATT
packet-marks=mark-tele direction=both priority=2 queue=default-small/default-small
limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
total-queue=default-small
2 name=“Not-Voip-ATT” target-addresses=“” interface=ether1-gw-att parent=ether1-ATT
packet-marks=no-mark direction=both priority=6 queue=default-small/default-small
limit-at=0/0 max-limit=0/0 burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
total-queue=default-small
v6 works as follows, does not work if max-limit=0/0
0 name=“ATT” target=ether1-gw parent=none packet-marks=“” priority=1/1
queue=default-small/default-small limit-at=0/0 max-limit=3M/512k
burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s total-priority=1
1 name=“Voip-ATT” target=ether1-gw parent=ATT packet-marks=mark-tele
priority=2/2 queue=default-small/default-small limit-at=0/0
max-limit=3M/512k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
total-priority=2
2 name=“Not-Voip-ATT” target=ether1-gw parent=ATT packet-marks=no-mark
priority=6/6 queue=default-small/default-small limit-at=0/0
max-limit=2560k/318k burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
total-priority=6