Hello, i need a script for read the mac-address of all cookies in hotspot section and insert all in ip binding bypassed and after remove from cookies list.
Any suggestion?
Thanks
Thanks, it's worktry this :
:foreach m in=[/ip hotspot cookie find ] do={
:local mac [/ip hotspot cookie get value-name=mac-address $m]
/ip hotspot ip-binding add mac-address=$mac }