NASidentifier problem

Lamar Townsend ( (no email) )
Thu, 14 May 1998 23:54:01 -0500

Well,
I finally got CallsOnline working today along with most of the
accounting between my USR Total Control hubs and Emerald/RadiusNT. But I
am still having one small problem.. After I got the first few calls
conntected and the huge rush of excitement lifted (I'm sure most of you can
relate) I noticed I was getting an error in radius running in x15 mode..
Something about the NASidentifier being null How do I fix this little
problem? Also, what is the unknown attribute 50 and 51? Below is part of
the Radius log.

Thanks
Lamar Townsend
lamar@microgear.net

Resp Time: 491 Auth: 1/0 -> 1 Acct: 1/1/0 -> 2
radrecv: Request from host cfcb0a22 code=4, id=6, length=254
User-Name = "lamar"
NAS-Identifier = 207.203.10.34
Acct-Status-Type = Start
Acct-Session-Id = "0f000001"
Acct-Delay-Time = 0
Acct-Authentic = RADIUS
User-Service = Framed-User
NAS-Port-Type = Async
NAS-Port = 257
Vendor-Specific = ""
Vendor-Specific = ""
Vendor-Specific = ""
Vendor-Specific = ""
Vendor-Specific = ""
Caller-Id = "3187976474"
NAS-Port-DNIS = ""
Vendor-Specific = ""
Vendor-Specific = ""
Vendor-Specific = ""
Vendor-Specific = ""
Framed-Protocol = PPP
Framed-Address = 207.203.10.132
Vendor-Specific = ""
Received unknown attribute 51
Received unknown attribute 50

SQL Statement: INSERT INTO Calls
(CallDate,UserName,NASIdentifier,AcctStatusTyp
e,AcctSessionId,AcctDelayTime,UserService,NASPortType,NASPort,NASPortDNIS,F
ramed
Protocol,FramedAddress) VALUES
(GetDate(),'lamar','207.203.10.34',1,'0f000001',0
,2,0,257,'',1,'207.203.10.132')

Sending Accounting Ack of id 6 to cfcb0a22 (nas1.microgear.net)

Resp Time: 361 Auth: 1/0 -> 1 Acct: 2/1/0 -> 3
radrecv: Request from host cfcb0a22 code=4, id=41, length=66
Acct-Status-Type = 7
Acct-Delay-Time = 2460
Acct-Session-Id = "This is an Accounting ON message"

SQL Statement: INSERT INTO Calls
(CallDate,AcctStatusType,AcctDelayTime,AcctSes
sionId, UserName) VALUES (GetDate(),7,2460,'This is an Accounting ON
message','N
ULL')

ODBC: SQLExecDirect Error 233:
[Microsoft][ODBC SQL Server Driver][SQL Server]The column NASIdentifier in
tabl
e Calls may not be null.