find and replace rate limit and other hotspot profile

: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"
}

2 comments:

  1. how to use it for ppp?

    ReplyDelete
    Replies
    1. 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"
      }

      Delete