As mentioned on a previous post where I found this script, it does everthing its suppose to accept actually slow down the connection to the specified values. It changes the values in the queue as asked but the clients still download at there normal pre defined limits as before.
Here the exact script im using. PLEASE HELP
/queue simple
:for i from=1 to= 254 do = {
:if ([/queue simple find target-addresses=(“10.5.50.” . $i)] != “”) do={
:set traf [get [find target-addresses=(“10.5.50.” . $i)] total-bytes]
:if ($traf > 314572800) do = {
set [find target-addresses=(“10.5.50.” . $i)] max-limit= 56000/80000
}
}
}