Dear,
Anyone can show me where is the wrong of my script below ? It does not work ![]()
:if (/que tree find packet-mark=“packet-A” rate>100000) do={
{/que tree set [find packet-mark=“packet-B”] max-limit=“300000”}
} else={
{/que tree set [find packet-mark=“packet-B”] max-limit=“500000”}
}
What I need:
If packet-A have avg. rate higher than 100 kbps, then it wil make packet-B max-limit 300 kbps. Then if packet-A have avg. rate below 100 kbps, it will make packet-B max-limit 500 kbps.
Thanks.