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
Hi.
ReplyDeleteWery good projekt.
Please write by step by step how to setting.
Please.
ReplyDeletevery useful, thanks.
ReplyDeleteOK. Why you not write step by step process
ReplyDelete?
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
ReplyDeleteie :for x from=2 to=253 do={/queue simple set numbers=$x max-limit=2M/35M target="192.168.1.$x"}