Community discussions

MikroTik App
 
mrmuu
newbie
Topic Author
Posts: 30
Joined: Thu Dec 01, 2011 4:52 pm
Location: hungary

simple queue + parents for costumer bandwidth limitations

Wed Apr 27, 2022 2:38 pm

Hi,

I would have a theoretical question.I have seen in a mum-video that the best way to limit bandwidth for users in ccr that use simple queues with parents. I think this is because the package does not have to go through all the queues, just find his parents.
I have try it on my desk and it works fine , I have set up two bandwidth-plan with four clients they could download at the same time with the set values.

What do you think will it work with 100 clients, that's the best way ?

thanks

/queue type
add kind=pcq name=pcq-10M pcq-classifier=dst-address pcq-rate=10M
add kind=pcq name=pcq-20M pcq-classifier=dst-address pcq-rate=20M
/queue simple
add burst-time=10s/10s name="Plan- 20M Parent" priority=5/5 queue=\
pcq-upload-default/pcq-20M target=10.170.170.102/32,10.170.170.103/32
add burst-time=10s/10s name="Plan -10M Parent" priority=5/5 queue=\
pcq-upload-default/pcq-10M target=10.170.170.100/32,10.170.170.101/32
add burst-time=10s/10s name=child1-10M parent="Plan -10M Parent" queue=\
pcq-upload-default/pcq-download-default target=10.170.170.100/32
add burst-time=10s/10s name=child2-10M parent="Plan -10M Parent" queue=\
pcq-download-default/pcq-download-default target=10.170.170.101/32
add burst-time=10s/10s name=child1-20M parent="Plan -10M Parent" queue=\
pcq-upload-default/pcq-20M target=10.170.170.103/32
add burst-time=10s/10s name=child2-20M parent="Plan -10M Parent" queue=\
pcq-upload-default/pcq-20M target=10.170.170.104/32

Who is online

Users browsing this forum: anav, Bing [Bot] and 93 guests