Mikrotik Script for adding 253 queues by 10 seconds:




Mikrotik Script for adding 253  queues by 10 seconds:

:for x from=2 to=254 do={/queue simple add name="User-$x" d interface=all max-limit=3M/3M target-addresses="192.168.1.$x"}

where
      Upload speed=3M
      Download speed=3M
      Client IP-address=192.168.1.0/24
 

exporting queues list
##  queuee simple
#export file=name




5 comments:

  1. Hi.
    Wery good projekt.
    Please write by step by step how to setting.

    ReplyDelete
  2. OK. Why you not write step by step process
    ?

    ReplyDelete
  3. for editing existing rules use set instead of add and leave out "name" but you need to specify the number line you are editing so add numbers=$x
    ie :for x from=2 to=253 do={/queue simple set numbers=$x max-limit=2M/35M target="192.168.1.$x"}

    ReplyDelete