Title: RE: Capturing IP Accounting information for billing.

I would really like to see code for this function.


Thanks


Bill Bailey

MCSE CCNA
108th Division (IT)
1330 Westover
Charlotte, NC 28205
TEL: 704.342.5180
FAX: 704.342.5136
"BEFORE THERE IS A WARFIGHTER, THERE IS A TRAINER."

 -----Original Message-----
From:   [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent:   Thursday, June 29, 2000 4:02 AM
To:     [EMAIL PROTECTED]
Cc:     [EMAIL PROTECTED]
Subject:        Re: Capturing IP Accounting information for billing.



If you want to use perl, there is an mrtg contribution called "whodo" by Tony
Farr which does what Sacha described below.   I can extract and send you the
relevant code, if it would be any use. A lot cheaper than Cisco Works &
probably a bit simpler than implementing Netflow, but you would have to do the
billing part yourself.

Jenny

Sacha wrote:
Yes, it is. Here is what you need:

1) Read  actCheckPoint.0
2) Then, set actCheckPoint to the same value that you have read.
   Now, db is checkpointed.
3) Read (in loop) LipCkAccountEntry, which is defined in
   OLD-CISCO-IP MIB as:

   LipCkAccountEntry ::= SEQUENCE
   {
       ckactSrc       IpAddress,
       ckactDst       IpAddress,
       ckactPkts      INTEGER,
       ckactBytes     INTEGER,
       ckactViolation INTEGER
   }



___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to