Page 1 of 1

Script to add queues not working

Posted: Sat Aug 29, 2009 2:29 pm
by m0tfe
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?

Re: Script to add queues not working

Posted: Sat Aug 29, 2009 6:25 pm
by Chupaka
what about
"192.168.172."
instead of
192.168.172.
?

Re: Script to add queues not working

Posted: Sun Aug 30, 2009 3:18 pm
by m0tfe
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

Re: Script to add queues not working

Posted: Sun Aug 30, 2009 8:04 pm
by Chupaka
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