March 7, 2021
MikroTik Simple Queue Script – Add All IP
![MikroTik Simple Queue Script – Add All IP](https://fastbikri.com/blog/wp-content/themes/ribbon-lite/images/nothumb-featured.png)
As a network administrator, you may need to create queue for all IP which will limit the internet usage for a particular router. For this the below command is very handy and easy to use. :for x from= 1 to= 254 do={/queue simple add name=”queue-$x” max-limit=1M/1M target=”192.168.24.$x”} Open the New Terminal from Winbox and type