Community discussions

MikroTik App
 
m0tfe
just joined
Topic Author
Posts: 24
Joined: Tue Apr 29, 2008 6:19 am

Script to add queues not working

Sat Aug 29, 2009 2:29 pm

for example this script is not working on OS v3.x
:for i from=2 to=15 do={/queue simple add target-address=(192.168.172. . $i . "/32") limit-at=10000/10000 max-limit=22000/128000}
can anyone help me with the reason?
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8712
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: Script to add queues not working

Sat Aug 29, 2009 6:25 pm

what about
"192.168.172."
instead of
192.168.172.
?
 
m0tfe
just joined
Topic Author
Posts: 24
Joined: Tue Apr 29, 2008 6:19 am

Re: Script to add queues not working

Sun Aug 30, 2009 3:18 pm

thank you...
can you help me please adjusting this script, I need to set also in it for each queue a burst-limit , burst-threshold and burst-time
 
User avatar
Chupaka
Forum Guru
Forum Guru
Posts: 8712
Joined: Mon Jun 19, 2006 11:15 pm
Location: Minsk, Belarus
Contact:

Re: Script to add queues not working

Sun Aug 30, 2009 8:04 pm

replace
limit-at=10000/10000 max-limit=22000/128000
with
limit-at=10000/10000 max-limit=22000/128000 burst-limit=bla-bla burst-threshold=bla-bla burst-time=bla-bla