Could somebody please explain the difference in these 2 settings on a Mikrotik queue? I’ve noticed the “priority” number on the Advanced tab is under a “Packet marks” dropdown - wondering if this setting even kicks in without marking.
Also not entirely sure why there are Target upload/download sections on both the “general” and “advanced” tabs
In any case, If I have a 10Mb worth of bandwidth on my ADSL line and then the following 2 simple queues (example):
#0 - VOIP Phone (priority 2) - 1M down limit #1 - PC (priority 1) - 10M down limit
Which queue takes precedence if my PC is downloading at max speed and my VOIP phone is doing 1MB worth of traffic?
(What I want in reality is the VOIP phone to always win so my call quality isnt affected if my PC is trying to hog the line)
http://wiki.mikrotik.com/wiki/Manual:Queue
.. ..
priority ( 1..8 ) : Prioritize one child queue over other child queue. One is the highest, eight is the lowest priority. Child queue with higher priority will have chance to reach its max-limit before child with lower priority.
limit-at (NUMBER/NUMBER) : normal upload/download data rate that is guaranteed to a target
max-limit (NUMBER/NUMBER) : maximal upload/download data rate that is allowed for a target to reach
I wonder if its necessary for a PARENT queue to be active in order for the children to work?
i.e. I would just make my VOIP phone the parent so that it has full throughput, but if my phone is switched off (i.e. im not working) I wouldn’t want my children queues to not work