RE: SNMP Accounting Software

2005-10-11 Thread McNamara, Colin








I would recommend using Cacti for
interface speed monitoring.

It is available at www.cacti.net



--Colin











From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Drew
Weaver
Sent: Tuesday, October 11, 2005
9:21 AM
To: nanog@merit.edu
Subject: SNMP
Accounting Software






We need some fairly complex SNMP accounting software (data center) style stuff
that can monitor cisco equipment for bandwidth utilization and generate reports
based on 95th percentile and also perhaps even their actual
bandwidth usage (how many gigs of transfer they use per month, day, week.. etc)
Does anyone know of anything good that does anything like this? It needs to be
reliable? Can be open source, were using MRTG to track utilization but
we need something that really handles accounting for us.



Thanks,

-Drew








RE: SNMP Accounting Software

2005-10-11 Thread Chad Skidmore

 
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Check out RTG.  It has 95th percentile reporting and if you don't
like the included reporting format you are free to build your own. 
Data is retained in a SQL db so it is easy enough to report on.
 
http://rtg.sourceforge.net/
 
Regards,
chad



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Drew Weaver
Sent: Tuesday, October 11, 2005 9:21 AM
To: nanog@merit.edu
Subject: SNMP Accounting Software



We need some fairly complex SNMP accounting software
(data center) style stuff that can monitor cisco equipment for
bandwidth utilization and generate reports based on 95th percentile
and also perhaps even their actual bandwidth usage (how many gigs of
transfer they use per month, day, week.. etc) Does anyone know of
anything good that does anything like this? It needs to be reliable?
Can be open source, we're using MRTG to track utilization but we need
something that really handles accounting for us.

 

Thanks,

- -Drew


-BEGIN PGP SIGNATURE-
Version: PGP 8.1

iQA/AwUBQ0vuHKwCFKUp08LxEQLGSQCgjj6yQ6ECUTqgkKb2niWYlxtk/9IAoNcc
hDfi2aqExzX2fybAwagmpfRN
=g5/t
-END PGP SIGNATURE-


Re: SNMP Accounting Software

2005-10-11 Thread Alex Rubenstein




Most people who need this have written custom apps to do so -- myself 
included.


There is nothing off the shelf that I cound find that fits the true need.



On Tue, 11 Oct 2005, Drew Weaver wrote:


   We need some fairly complex SNMP accounting software (data
center) style stuff that can monitor cisco equipment for bandwidth
utilization and generate reports based on 95th percentile and also
perhaps even their actual bandwidth usage (how many gigs of transfer
they use per month, day, week.. etc) Does anyone know of anything good
that does anything like this? It needs to be reliable? Can be open
source, we're using MRTG to track utilization but we need something that
really handles accounting for us.



Thanks,

-Drew




--
Alex Rubenstein, AR97, K2AHR, [EMAIL PROTECTED], latency, Al Reuben
Net Access Corporation, 800-NET-ME-36, http://www.nac.net



Re: SNMP Accounting Software

2005-10-11 Thread Ross Hosman

http://www.nocwizard.com/

--- Drew Weaver [EMAIL PROTECTED] wrote:

 We need some fairly complex SNMP
 accounting software (data
 center) style stuff that can monitor cisco equipment
 for bandwidth
 utilization and generate reports based on 95th
 percentile and also
 perhaps even their actual bandwidth usage (how many
 gigs of transfer
 they use per month, day, week.. etc) Does anyone
 know of anything good
 that does anything like this? It needs to be
 reliable? Can be open
 source, we're using MRTG to track utilization but we
 need something that
 really handles accounting for us.
 
  
 
 Thanks,
 
 -Drew
 
 







__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


RE: SNMP Accounting Software

2005-10-11 Thread Chad Skidmore

It uses the 2nd (monthly) method you describe and gives you a 95th
percentile number for both inbound and outbound.  You can then use both
or one of them.  Also, as I mentioned, you can write your own reports
using anything that can query MySQL.  I've done Crystal Reports and some
C# .Net reporting off of RTG data with great success.

Chad
 

-Original Message-
From: Martin Mersberger [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 11, 2005 1:43 PM
To: Chad Skidmore
Cc: Drew Weaver; nanog@merit.edu
Subject: Re: SNMP Accounting Software

On Tue, Oct 11, 2005 at 09:53:48AM -0700, Chad Skidmore wrote:

Hi...

 Check out RTG.  It has 95th percentile reporting and if you don't like

 the included reporting format you are free to build your own.
 Data is retained in a SQL db so it is easy enough to report on.

from the documentation, this looks interesting. Does anybody know, which
95%ile is implemented? I know at least about 6  95%ile favors around. 
Does anybody know, which of them are mostly used?
the two variants, I have in mind are daily 95%ile ( drop the max 5%
samples per day for each  direction, average on the end of the month for
each direction and use the higher value then ) and a monthly 95%ile (
drop the max 5% samples over all samples over the month for both
directions, use the higher value then )

cheers
Martin