Queue Problem

My dl BW is 10mbps and ul is 2mbps. Now what i want is to divide the total bandwidth into chunks of 512kbps and 1mbps for my users. Like i want to dedicate 1mbps DL and 256kbps UL to 192.168.0.2 to 15 and 512kbps DL and 128kbps UL to 192.168.0.16 to 21 and from the first chunk i want 192.168.0.4 & 8 to get 128/32 each and like that. How can i do that? Pls help me in detail. Please…

No one can help :frowning: or its not possible?!!!

No one? :frowning:

read about Simple Queues, it should be enough for your task. also you may use PCQ with Simple Queues

Thanks. I’ve gone thru those manuals and usnderstood a bit. It will be very much appritiated if u would kindly give a line by line solution to my particular problem.

As i’m new to this routerOS, it’s a bit dificult for me to bring out a solution to my problem from those manuals.

I think if i use simple queue it’s not possible to make chunks of bw. And in simple queue 1st rule executes 1st.

I’m using Mikrotik for bandwidth shaping and web proxy. Thanks again and wating for ur reply.

for ‘chunks’ you should use queue tree. create one parent queue for 192.168.0.2-15 download with max-limit=1M, then two subqueues: for 192.168.0.4&8 with max-limit=128k (and probably limit-at=128k, if you want use CIR) and for others. the same for upload, and the same for 192.168.0.16-21

in mangle, mark connections/packets according to your needs