Ticker

6/recent/ticker-posts

Simple Queue Bandwidth Shared on Mikrotik

Simple Queue Bandwidth Shared Mikrotik used to allocate the bandwidth of each client depend on clients in the network. By using this method then if one client is inactive (offline) then its bandwidth allocation will be given to another client.

Simple Queue Bandwidth Shared on Mikrotik

Today I will show you the configuration for my office total 50MB. As they want is:
- IP range 192.168.100.0/24 20MB Office-Connection
- Set Limit for HR IP 192.168.100.101 10MB
- Set Limit for Admin1 IP 192.168.100.102 5MB
- Set Limit for Admin2 IP 192.168.100.103 5MB

- IP range 192.168.110.0/24 30MB Boss-Connection
- Set Limit for BOSS IP 192.168.110.101 12MB
- Set Limit for IT1 IP 192.168.110.102 9MB
- Set Limit for IT2 IP 192.168.110.103 9MB

Step 1: Configuration for Server

Go to Simple Queue and used as follows:

1. IP range 192.168.100.0/24 20MB Office-Connection
Or by Script:
/queue simple add max-limit="20M/20M" limit-at="20M/20M" target="192.168.100.0/24" name="Office-Connection"
2. IP range 192.168.110.0/24 30MB Boss-Connection

Or by Script:
/queue simple add max-limit="30M/30M" limit-at="30M/30M" target="192.168.110.0/24" name="Boss-Connection"

Step 2: Configuration for Staff as Parent

1. Set Limit for HR IP 192.168.100.101 10MB as Parent of Office-Connection

Or by Script:
/queue simple add max-limit="10M/10M" limit-at="0/0" target="192.168.100.101" name="HR" parent="Office-Connection"

Repeat the step above for set limit for Admin1, Admin2 and Finance  

2. Set Limit for BOSS IP 192.168.100.101 12MB as Parent of Boss-Connection

Or by Script:
/queue simple add max-limit="12M/12M" limit-at="0/0" target="192.168.110.101" name="BOSS" parent="Boss-Connection"

Repeat the step above for set limit for IT1 and IT2  

Finally, now we have done for configuration. 




Conclusion

In this post, we have made a step-by-step tutorial on Simple Queue Bandwidth Shared on Mikrotik.I hope you liked it and please do share it with your friends and follow our social media for more.

If you face any problems with the code or have any questions, please feel free to ask in the comments section or contact us.

Post a Comment

0 Comments