Radius + Mikrotik PPPOE

Hello everybody.

i am using mikrotik 3.23 OS for PPPOE server.
what i now want to do is have the ability to disconnect pppoe users by sending a script from the radius server.
i.e. i change the package of a client. so now i want to disconnect the client so that when s/he signs in again, they sign-in with the new package.

i can do ssh to the mikrotik from the radius server. the radius server is running Debian 2.6.26-2-686.

is there any script already written to do this job? if now, how would i go about developing this and with what tool?
normally all my users are under /pppoe/active

help on this matter would be great. we are an isp running about 3000 clients.

thanks in advance
Niamul

Given that you have 300 clients, are you using RADIUS? Can you go to RADIUS? It’s a perfect fit for what you’re trying to do and will solve other problems you are going to come across.
http://wiki.mikrotik.com/wiki/Manual:RADIUS_Client#Change_of_Authorization

What would be suggested for authentication? Using custom built for user profile and auth

I don’t understand the question.