i’m using mikrotik v.2.8.21
how i configure to limit client in using download manager program?
does by limiting it in simple queue effective?
bcause somtimes in simple queue although i have have configuring limit at 64000 and max limit at 96000 in tab bps i see user connection can get at 30kbps.
What does the useful of limit and max limit in simple queue?
MikroTik RouterOS may be used to provide CIR and MIR with some contention level and priority. Here we will talk in terms of queues (which represent either real or virtual interface) and classes (children of a queue; each class has an another queue attached to it):
limit-at property is used to specify CIR. If the queue will be able to provide that data rate, it will (i.e, the parent queue (and the link the router is connected to) should be able to provide the total data rate equal or greater that the sum of all CIRs the queue should satisfy in order to quarantee these CIRs). CIRs will be satisfied in order of their priority.
max-limit property is used to specify MIR. If the queue has satisfied all the CIRs and it is able to provide some additional data rate, it will try to distribute that additional data rate between all its classes regardless of their priorities and not exceeding their MIRs.