:foreach i in=[/ip hotspot user profile find rate-limit="2M/2M 4M/4M 1700k/1700k 32/32"] do={ /ip hotspot user profile set $i rate-limit="1600k/1600k 3M/3M 1400k/1400k 32/32"}
how to use it for ppp?
you can try::foreach i in=[/ppp profile find where rate-limit="2M/2M 4M/4M 1700k/1700k 32/32"] do={ /ppp profile set $i rate-limit="1600k/1600k 3M/3M 1400k/1400k 32/32"}
how to use it for ppp?
ReplyDeleteyou can try:
Delete:foreach i in=[/ppp profile find where rate-limit="2M/2M 4M/4M 1700k/1700k 32/32"] do={
/ppp profile set $i rate-limit="1600k/1600k 3M/3M 1400k/1400k 32/32"
}