Case: enabled user pppoe and print result
- Create script on /system script add name=”Unsuspend”
:local date;
:set date [/system clock get date];
/ppp secret set [find where name~"$p"] comment="Unsuspend $date, Kura" disabled=no
/ppp secret print where name~"$p"
2. call script on terminal
@Mikrotik]> :global f [:parse [/system script get Unsuspend source ]]
3. set parametter and run
@Mikrotik]> $f p="003174"