Dears, I noticed wrong record inserted to radacct table with as below: RadAcctId = 5653 AcctSessionId = 2000D19 AcctUniqueId = 3a4ec8ee9b364898 .. .. AcctStartTime = 2010-12-30 12:24:59 AcctStopTime = 2010-11-24 04:10:55 AcctSessionTime = 10800 AccStatusType = Interim-Update ... ... The AcctStopTime value older than AcctStartTime value, and the new session overwriting on the old record. I just found this problem in 1 record from all our records. AcctSessionId values are repeated on my freeradius, is it normal? Regards, Moayad
Moayad Mohammad wrote:
I noticed wrong record inserted to radacct table with as below:
...
The AcctStopTime value older than AcctStartTime value,
I don't know why NAS vendors do that...
and the new session overwriting on the old record.
I just found this problem in 1 record from all our records.
Then you're lucky.
AcctSessionId values are repeated on my freeradius, is it normal?
Yes. The Acct-Session-Id value is created by the NAS, not by FreeRADIUS. And many NAS vendors don't know what they're doing. Alan DeKok.
participants (2)
-
Alan DeKok -
Moayad Mohammad