Simple Queue Bandwidth Management in Mikrotik

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhM9dANAITborHXKA96vhjW7bG4zxJ6bvmkvdkovS7dAAUo8RM8fSI-cEng0NJ9rMig_jcD7Tbpxiip3xKYucj95ZGI_Zpgt-F09JxgHwKC5aeUq_7CTAiIpDhgPzYxeQ1rxH7MYn8O94w/s1600/bandwidth+management.jpg
If you have a local network with many clients, you need to manage your bandwidth allocation for each user so there is no user dominates the traffic and makes other users becoming annoyed because they get unexpected internet speed.
In Mikrotik RouterOS, it has a feature called Queues. You can manage your bandwidth with it, so your clients will get the same bandwidth fairly and nobody will dominates the others.

The easiest way to implement bandwidth management in Mikrotik RouterOS is using Simple Queue. We can set download and upload limitation based on client's IP address.

EXAMPLE

We are going to set a limitation to client who has IP address : 192.168.10.2 and his maximum download speed is 512 Kbps and maximum upload speed is 128Kbps. So, open your winbox and go to Queues on the left menu. On Simple Queue bar, click the "Plus" button on the left top which is colored with blue.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMtllEFdJqlnxobSPafYOwkXblpktONlHbF8uwuDW_RetdfGUYRfRL9EEUY1nzjmmReCODPiGV4TsQBPGcTb-fB87VbObg8QQBV5bvrFULfF9hUmfsCEqCPClQroBqgLE_sdNBi5hYrJw/s1600/queues1.png
After you click the "Plus" button, will be shown a fields like these above picture. So, you can fill all required fileds like this :
  • Name : Client 192.168.10.2
  • Target : 192.168.10.2
  • Target Upload : 128 Kbps
  • Target Download 512 Kbps
For better illustration, make sure you fill all required fields like this :
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLBNKxnV-Jy9Ky8KqwycktnIKXpt0jJmXTozZ69GpkrFHqs4Frgkks7jDZ8xclASJJNvqZ9O1QWX2DaP3R5T0cY5-eFEoIOsSbKpb7M9AY9rWCfJrWg9aPKVL3FnHGxNZQQfsCQbfZAms/s1600/queues1.png
After that, click OK button and your bandwidth management with Simple Queue should be worked.

Actually, Target Address is not supposed to be a specific IP address, but you may to set a network address or IP address range.
  • Single IP (192.168.10.2)
  • Network IP (192.168.10.0/24)
  • Several IPs (192.168.10.2, 192.168.10.3) with click little down arrow button on target address field.
With this configuration, targeted address will get the maximum download and upload like the planned number as long there is enough bandwidth from Internet Service Provider.

Comments

Post a Comment

Please leave your comment politely and do not write a spam message.

Thank you. :)