Page 1 of 1

PPPoE users not disconnecting after completion of Data Limit

Posted: Tue Feb 07, 2012 10:22 am
by shivakrishnan
We have our own Radius and use Mikrotik as NAS for PPPoE users.
We support following VSAs of Mikrotik:
Bandwidth:
MIKROTIK_RATELIMIT

Data Transfer:

MIKROTIK_RECV_LIMIT
MIKROTIK_XMIT_LIMIT
MIKROTIK_TOTAL_LIMIT

Issue :
Users with Data limit eg. 200 MB (total) allotted to a user say ‘xyz’ gets logged in. But after the completion of 200 MB the user gets disconnected from Radius but still remains in the NAS as active PPP connections. And thus is able to download and use Internet till the time that user doesn’t logs out. Why isn’t the user getting disconnected after downloading 200MB ? Is anything reqd. from Radius side ?

We have to manually disconnect the users from NAS for this reason.

Help needed

S Krishnan

Re: PPPoE users not disconnecting after completion of Data L

Posted: Wed Feb 08, 2012 10:55 am
by dejanb
Hello!

Did you enabled "radius incoming" on NAS?
If no or not sure try:
radius incoming print
if not enabled:
radius incoming set accept=yes port=1700
Regards!