Ascend-Maximum-Time

Josh Hillman ( (no email) )
Wed, 7 May 1997 20:00:38 -0400

Dale,

Looking in the Radattributes table, here's the attribute listing:
194 Ascend-Maximum-Time 1
Looking in the "Dictionary" file, here's the attribute listing:
ATTRIBUTE Ascend-Maximum-Time 194 integer

Here's the debug info for an UNsuccessful dialup session (not radlogin)
when Ascend-Maximum-Time is set to 32768; 0-32767 works fine. ...dialing
into a Max 4004 5.0Ai4.

C:\radius>radius -x15 -o -A -R97

RadiusNT 1.16.60 2/7/97 Copyright (c) 1996 IEA Software, Inc.

0) Mode: 1
1) AuthPort: 1645
2) AcctPort: 1646
3) ReqAcctAuth: 1
4) EncryptPasswords: 0
5) IgnoreCase: 0
6) Options: 97
7) Debug: 0
8) ODBCDatasource: Emerald
9) DataDirectory: c:\radius\data
10) AcctDirectory: c:\radius\acct
11) UsersFile: Users
12) Username:
13) Password:

Param: Debug Level: 15
Param: ODBC Only Enabled
Param: Require Authentication for Accounting packets
Param: ODBC Concurrency level: 97

SQL Statement: Select Name, RadAttributeID, Type From RadAttributes

SQL Statement: Select ra.Name, rv.Name, rv.Value From RadValues rv,
RadAttribut
es ra Where rv.RadAttributeID = ra.RadAttributeId

odbc_read_client_info()
Allocating Statement...

radrecv: Request from host c72cc20a code=1, id=96, length=97
User-Name = "testmaxtime"
Password = "\314\270\332\207e+\035\267^\371\311"
NAS-Identifier = 199.44.194.10
NAS-Port = 20216
NAS-Port-Type = Async
User-Service = Framed-User
Framed-Protocol = PPP
State = ""
Framed-Address = 199.44.194.41
Acct-Session-Id = "229671620"
rad_authenticate_ODBC()
Password = "\314\270\332\207e+\035\267^\371\311"
Decrypted Password: testing123
Allocating Statement...

SQL Statement: Select DateAdd(Day, ma.extension, maExpireDate),
DateAdd(Day, sa
..extension, saExpireDate), sa.AccountID, sa.AccountType, sa.Password,
sa.Login,
sa.Shell, sa.LoginLimit From MasterAccounts ma, SubAccounts sa Where
(sa.Login='
testmaxtime' or sa.Shell='testmaxtime') AND ma.CustomerID=sa.CustomerID and
sa.A
ctive<>0 and ma.Active<>0

Database Password: testing123
Freeing SQL Statement...
Checking for duplicate logins.
Allocating Statement...

SQL Statement: Select Count(*) from CallsOnline Where
UserName='testmaxtime' an
d AcctStatusType=1

testmaxtime found on-line 0 time(s).
Freeing SQL Statement...
Allocating Statement...

SQL Statement: Select ra.RadAttributeID, Name, Data, Value, Type From
RadConfig
s rc, RadAttributes ra Where ra.RadAttributeID=rc.RadAttributeID AND
rc.AccountI
D=446

User-Service = Framed-User (2)
Framed-Protocol = PPP (1)
Ascend-Maximum-Time = 32768 (-32768)
Freeing SQL Statement...
Sending Ack of id 96 to c72cc20a (max.talstar.com)
User-Service = Framed-User
Framed-Protocol = PPP
Ascend-Maximum-Time = -32768

Response Time: 203
radrecv: Request from host c72cc20a code=4, id=97, length=88
User-Name = "testmaxtime"
NAS-Identifier = 199.44.194.10
NAS-Port = 20216
Acct-Status-Type = Start
Acct-Delay-Time = 0
Acct-Session-Id = "229671620"
Acct-Authentic = RADIUS
Framed-Protocol = PPP
Framed-Address = 199.44.194.42
Allocating Statement...

SQL Statement: INSERT INTO Calls
(CallDate,UserName,NASIdentifier,NASPort,AcctS
tatusType,AcctDelayTime,AcctSessionId,FramedProtocol,FramedAddress) VALUES
(GetD
ate(),'testmaxtime','199.44.194.10',20216,1,0,'229671620',1,'199.44.194.42')

Freeing SQL Statement...
Sending Accounting Ack of id 97 to c72cc20a (max.talstar.com)

Response Time: 94

radrecv: Request from host c72cc20a code=4, id=98, length=166
User-Name = "testmaxtime"
NAS-Identifier = 199.44.194.10
NAS-Port = 20216
Acct-Status-Type = Stop
Acct-Delay-Time = 0
Acct-Session-Id = "229671620"
Acct-Authentic = RADIUS
Acct-Session-Time = 0
Acct-Input-Octets = 352
Acct-Output-Octets = 354
Acct-Input-Packets = 9
Acct-Output-Packets = 11
Ascend-Disconnect-Cause = 100
Ascend-Connect-Progress = 60
Ascend-Data-Rate = 14400
Ascend-PreSession-Time = 11
Ascend-Pre-Input-Octets = 352
Ascend-Pre-Output-Octets = 354
Ascend-Pre-Input-Packets = 9
Ascend-Pre-Output-Packets = 11
Framed-Protocol = PPP
Framed-Address = 199.44.194.42
Allocating Statement...

SQL Statement: INSERT INTO Calls
(CallDate,UserName,NASIdentifier,NASPort,AcctS
tatusType,AcctDelayTime,AcctSessionId,AcctSessionTime,AcctInputOctets,AcctOu
tput
Octets,AcctInputPackets,AcctOutputPackets,AscendDisconnectCause,AscendConnec
tPro
gress,AscendDataRate,AscendPreSessionTime,AscendPreInputOctets,AscendPreOutp
utOc
tets,AscendPreInputPackets,AscendPreOutputPackets,FramedProtocol,FramedAddre
ss)
VALUES
(GetDate(),'testmaxtime','199.44.194.10',20216,2,0,'229671620',0,352,354,
9,11,100,60,14400,11,352,354,9,11,1,'199.44.194.42')

Freeing SQL Statement...
Sending Accounting Ack of id 98 to c72cc20a (max.talstar.com)

Response Time: 187