/ip firewall mangle enable [find comment=“500kb”]
:delay 5;
/ip firewall mangle disable [find comment=“500kb”]
sorry,for my poor english.
v6.29.1 on RB2011UAS-2HnD,I want to use connbytes to match 100kb+/s’s traffic.why the following two rules are not the same as the results obtained.
/ip firewall mangle
add chain=postrouting action=add-dst-to-address-list protocol=tcp address-list=ratelimit address-list-timeout=3m
out-interface=bridge-local connection-bytes=500000-3000000 comment=“500kb” place-before=“1”
When using the 4294967295 value, this rule always gets the wrong results.
add chain=postrouting action=add-dst-to-address-list protocol=tcp address-list=ratelimit address-list-timeout=3m
out-interface=bridge-local connection-bytes=500000-4294967295 comment=“500kb” place-before=“1”