I need a drop functionality as a client pppoe if it is with a certain speed. Ex 1024k
I know the script or api will have read speeds in the queue, get the user login pppoe that fits the speed of 1024k and then run a ppp active remove that user.
I searched the forum but did
not find. Someone has done something similar?
To βdropβ a pppoe session (which will likely cause it to reconnect depending on your pppoe client settings):
/interface pppoe-server remove ββ
You could have a script do this upon some condition. My billing platform has change hooks that can run commands like this on my routers through a ssh tunnel.