Howdy ... this is what the log shows:
 
 Acct SQL: INSERT INTO Accounting (LogTime, LogDate, UserName, NasIPAddress, NasPortID, ServiceType, FramedProtocol, FramedAddress, CallingStationID, NasIdentifier, AcctStatusType, AcctDelayTime, AcctInputOctets, AcctOutputOctets, AcctSessionTime, AcctInputPackets, AcctOutputPackets, AcctTerminateCause, NasPortType, ConnectInfo) VALUES ('2002-12-01 00:00:05','2002-12-01 00:00:05','bnjn','65.167.177.7',35,'','PPP','','','RIDER','Stop',0,0,0,1908,0,0,'Admin-Reset','',0)
(Debug   :00282) 12/1/2002 0:00:18 Cleared ODBC Acct List: 1
 Received data on ACCT socket from 65.167.177.3:3096!
 
As you can see (highlighted in red), we're saving the values but they are coming in as zero. That means that the NASes or proxies that are sending the accounting stops arent' sending those two attributes.
 
Your snippet shows this:
 
(Debug   :00272) 12/1/2002 0:00:28 RECEIVED: 65.167.177.3, code=4 (Accounting Request), id=84, len=80
  ( 40) Acct-Status-Type = 2 Stop
  ( 44) Acct-Session-Id = [5]"88527"

  (  1) User-Name = [7]"tnelson"
  (  5) NAS-Port-Id = 12
  ( 32) Nas-Identifier = [6]"RUNNER"
  (  7) Framed-Protocol = 1 PPP
  ( 46) Acct-Session-Time = 1818
  ( 49) Acct-Terminate-Cause = 6 Admin-Reset

  ( 61) NAS-Port-Type = 2 ISDN
(Debug   :00272) 12/1/2002 0:00:28 Add.Info: Nas=65.167.177.3 (ID:RUNNER), Port=12, User=tnelson
 Security OFF for 65.167.177.3
 Upd_User_State: Found User tnelson nas_ip: 65.167.177.3 nas_port: 12 newstate:End
 Building acknowledgment of accounting id 84
(Debug   :00272) 12/1/2002 0:00:28 SendData: dest 65.167.177.3:3096 len:20
 
As you can see, there is no acct-input-packets or output-packets being sent by your NAS/proxies.
 
--
Yves Lacombe
SPAM Fighting Team
T4C/BMC Server Support
(514) 845-1666 ext. 300
 
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GIT d+ s+:++ a C++++ UL+++ P++ L+++ E+ W+++ N+++ o-- K w++
O- M-- V PS++ PE- Y PGP+ t+++ 5+++ X-- R+ tv- b+++ DI-- D+
G e++ h r++ y++
------END GEEK CODE BLOCK------
 
----- Original Message -----
Sent: Monday, December 30, 2002 11:10 AM
Subject: [VOP RADIUS] logging bandwidth usage

It appears to be listed.
 
Attached is a snippet
 

--------------------------------------------------
Gene DuCharme               SysAdmin
Inland Northwest Internet   509-935-8923
401 S. Park St.
Chewelah, Wa. 99109
http://www.inwi.net

****E-mail certified Virus Free by ModusMail****
************  http://www.vircom.com  ***********
--------------------------------------------------

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Yves Lacombe
Sent: Monday, December 30, 2002 8:01 AM
To: [EMAIL PROTECTED]
Subject: [VOP RADIUS] logging bandwidth usage

VOPRadius records the information using the two attributes:
 
ATTRIBUTE Acct-Input-Packets 47 integer
ATTRIBUTE Acct-Output-Packets 48 integer
 
a) Your NAS has to support and use those attributes when sending the accounting packet
b) In principal, by default, when you select platypus for accounting, it records to the accounting table,
    the corresponding fields are:  AcctInputOctets, AcctOutputOctets.
 
If you're not certain that you are already recording this or your NASes are sending this info, send me a snippet from your VPRERROR.LOG with full logging and I'll have a looksee.
 
 
--
Yves Lacombe
SPAM Fighting Team
T4C/BMC Server Support
(514) 845-1666 ext. 300
 
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GIT d+ s+:++ a C++++ UL+++ P++ L+++ E+ W+++ N+++ o-- K w++
O- M-- V PS++ PE- Y PGP+ t+++ 5+++ X-- R+ tv- b+++ DI-- D+
G e++ h r++ y++
------END GEEK CODE BLOCK------
----- Original Message -----
Sent: Monday, December 30, 2002 10:40 AM
Subject: [VOP RADIUS] logging bandwidth usage

Is there a box to check in Vop Radius that will log the in and out usage by bytes or kbytes.  I am using Platypus for authentication and it does not appear to be finding the information

--------------------------------------------------
Gene DuCharme               SysAdmin
Inland Northwest Internet   509-935-8923
401 S. Park St.
Chewelah, Wa. 99109
http://www.inwi.net

****E-mail certified Virus Free by ModusMail****
************  http://www.vircom.com  ***********
--------------------------------------------------

 

Reply via email to