I have script in hotspot?
/ip hotspot active remove[/ip hotspot active find user ali]
I need same this script in pppoe?
I have script in hotspot?
/ip hotspot active remove[/ip hotspot active find user ali]
I need same this script in pppoe?
/ppp active remove [/ppp active find … ]
We have tested this code did not work
/ppp active remove [/ppp active find …]
and also tested this code and also did not work
/ppp active remove [/ppp active find secret …]
Which version? Works for me on 3.0
V 2,9,27
then you should upgrade to 2.9.46 or 3.0rc6
But the code works correctly on hotspot must method works on pppoe in this version
Thank you (MRZ) to help me I found the solution to the problems in another way ?
/ interface pppoe-server remove [find user=ali]
I have been looking for a script to remove pppoe users and ‘dead’ sessions for a long time when in came across this script. It works great. Thank you.
Hi ;
I am glad to write here .
I am looking for a script to enable and to disable a pppoe users in a specific time , as example :
I am also having trouble with a script to remove Hotspot users, it works fine in 2.9.x but does nothing in 3.x
/ ip hotspot user {:foreach r in=[find profile=Advanced] do={remove $r}}
is the command, and when I run it in the terminal, I get this.
[admin@Andy] > / ip hotspot user {:foreach r in=[find profile=Advanced] do={remove $r}}
ambiguous value of profile, more than one possible value matches input
any ideas?