From netramet-owner Mon Jul 1 07:01:13 1996
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.7.3/8.7.3-ua) id GAA19305 for netramet-outgoing; Mon, 1 Jul 1996 06:59:47 +1200 (NZST)
Received: from saturn.mvv.de (saturn.mvv.de [194.173.66.5]) by mailhost.auckland.ac.nz (8.7.3/8.7.3-ua) with ESMTP id GAA19300 for <
[email protected]>; Mon, 1 Jul 1996 06:59:42 +1200 (NZST)
Received: from yazoo.worms.mvv.de (yazoo.worms.mvv.de [192.168.254.5]) by saturn.mvv.de (8.7.3/8.6.9) with SMTP id UAA15285 for <
[email protected]>; Sun, 30 Jun 1996 20:58:07 +0200
Message-ID: <
[email protected]>
Date: Sun, 30 Jun 1996 22:58:07 +0200
From: Ralph Niere <
[email protected]>
X-Mailer: Mozilla 3.0b4 (X11; I; Linux 1.99.11 i486)
MIME-Version: 1.0
Newsgroups: local.accounting
CC:
[email protected]
Subject: NeTraMet on Linux?
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:
[email protected]
Precedence: bulk
Hello,
I'm having some difficulties compiling NeTraMet under Linux
(both 1.2.13 and 2.0.0). I got everything to compile fine
(with some warnings, though) except the meter.
I solved one problem with the Makefile by changing the compiler
name to gcc and by replacing the -DSUNOS with -DLINUX and another by
commenting out all includes in src/meter/met_var.c that are being looek
for in netinet/. That way everything was compiled fine. Only the last
compiler run that should build the final netramet binary doesn't work.
The compiler dumps an error on me wich looks like this:
(This is in linux/meter/)
[root@yazoo meter]# make
gcc -o NeTraMet meter_ux.o ether_ux.o flowhash.o met_vars.o
./apps/snmpagnt.o ../snmplib/libsnmp.a
meter_ux.o: In function `main':
meter_ux.o(.text+0x78b): undefined reference to `init_interface'
meter_ux.o: In function `zero_pkt_stats':
meter_ux.o(.text+0x88d): undefined reference to `interface_read'
make: *** [NeTraMet] Error 1
Has someone gotten netramet to build under linux?
If so, could you give me a hint on where to look for a solution?
TIA, Ralph
From netramet-owner Tue Jul 2 15:49:36 1996
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.7.3/8.7.3-ua) id PAA01029 for netramet-outgoing; Tue, 2 Jul 1996 15:47:24 +1200 (NZST)
Received: from hindin.co.nz (avon.hindin.co.nz [192.245.36.3]) by mailhost.auckland.ac.nz (8.7.3/8.7.3-ua) with SMTP id PAA01021 for <
[email protected]>; Tue, 2 Jul 1996 15:47:21 +1200 (NZST)
Received: by hindin.co.nz (/\==/\ Smail3.1.28.1 #28.10)
id <
[email protected]>; Tue, 2 Jul 96 15:41 NZST
Message-Id: <
[email protected]>
Date: Tue, 2 Jul 96 15:41 NZST
From:
[email protected] (Martin van den Nieuwelaar)
To:
[email protected]
Subject: How to reset flows?
X-Mailer: MTX (Windows) MTXLink 95 Gateway v1.6b3
Sender:
[email protected]
Precedence: bulk
Hi NeTraMet users,
I have been playing with NeTraMet for the last few days, and have
reached the stage where I can even write some basic rule files.
Sendmail.cf move over, NeTraMet has arrived!!! :-)
Apart from one or two odd problems, I can't seem to figure out
how to reset a flow. Is this possible? Does anybody know?
I'm using NeTraMet to monitor traffic over our company's
connection to the internet for the purpose of working out billing
information. Presently this is done on a DEC router, and such
information as IP pairs, packets, and bytes transmitted is
recorded on the router. I have written a rule file for NeTraMet
that achieves the same ends, however each time NeMaC retrieves
data from the meter the flow count has increased. The difference
between consecutive retrievals represents the data transferred in
that time. I would much prefer an 'absolute' count of data
transferred, just so I don't have to do all the calculations
myself. Essentially, I'd reset the meter at the start of the
hour, retrieving the data and resetting the meter again at the
start of the next hour.
Thoughts anyone?
--
Martin van den Nieuwelaar
http://www.hindin.co.nz/experimental/martinshp.html
work:
[email protected] | home:
[email protected]
Systems Analyst/Programmer | Hi-Fi & Loudspeaker design
From netramet-owner Tue Jul 2 19:58:33 1996
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.7.3/8.7.3-ua) id TAA09249 for netramet-outgoing; Tue, 2 Jul 1996 19:58:00 +1200 (NZST)
Received: from korin.warman.org.pl (korin.warman.org.pl [148.81.160.10]) by mailhost.auckland.ac.nz (8.7.3/8.7.3-ua) with SMTP id TAA09243 for <
[email protected]>; Tue, 2 Jul 1996 19:57:54 +1200 (NZST)
Received: (from abial@localhost) by korin.warman.org.pl (8.6.11/8.6.9) id KAA06345; Tue, 2 Jul 1996 10:01:00 GMT
Date: Tue, 2 Jul 1996 10:00:59 +0000 ()
From: Andrzej Bialecki <
[email protected]>
To: Martin van den Nieuwelaar <
[email protected]>
cc:
[email protected]
Subject: Re: How to reset flows?
In-Reply-To: <
[email protected]>
Message-ID: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:
[email protected]
Precedence: bulk
On Tue, 2 Jul 1996, Martin van den Nieuwelaar wrote:
> Apart from one or two odd problems, I can't seem to figure out
> how to reset a flow. Is this possible? Does anybody know?
As far as I know, it could be (technically) possible, but unwise. Imagine
several managers collecting data from one meter - how any of them would
know the proper counts, if the others cleared the counters?
Anyway, current implementation doesn't support it (and probably won't).
Is that right, Nevil?
> transferred, just so I don't have to do all the calculations
> myself. [............]
The utility fd_filter was written to meet this end.
Here's what I do:
* I collect the flows from *very* busy ethernet link, with interval of
60s (to avoid filling up the buffers). I switch to another file of flows
every hour. This produces files of ~2MB size each hour.
* Then I filter them through fd_filter which gives me the absolute counts
of traffic.
* and finally, I sort each file by IPs, adding lines with the same Dest
and Source IP. This step gives me the files of about 500kB each.
I hope this helps,
Andy
+------------------------------------------------------------------------+
| ANDRZEJ BIALECKI, <
[email protected]>, NASK (WARMAN) |
| Research and Academic Network in Poland, Warsaw Area Network |
| phone: (+48 22) 414115, Bartycka 18, 00-716 Warsaw, Poland |
+------------------------------------------------------------------------+
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: 2.6.2i
mQCNAzFydDYAAAEEALAheWaKO7Uny4bAmT6AC2tEAPK+9VSUxX5ynA3f3yTQtXwL
xovpwTQNCbqjBle8sME1hTIqgTkCHmucpucejc1z5zevdVPX4mOCeDcKOyeRf5VA
XjI8YaPan/SiAfw5+GtXeiEbdf5N78Xd0old/vPKXwKebHCv7nhAoCU+bhJVAAUR
tCZBbmRyemVqIEJpYWxlY2tpIDxhYmlhbEB3YXJtYW4ub3JnLnBsPg==
=xasZ
-----END PGP PUBLIC KEY BLOCK-----
From netramet-owner Fri Jul 5 09:47:21 1996
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.7.3/8.7.3-ua) id JAA06236 for netramet-outgoing; Fri, 5 Jul 1996 09:44:23 +1200 (NZST)
Received: from hindin.co.nz (avon.hindin.co.nz [192.245.36.3]) by mailhost.auckland.ac.nz (8.7.3/8.7.3-ua) with SMTP id JAA06231 for <
[email protected]>; Fri, 5 Jul 1996 09:44:15 +1200 (NZST)
Received: by hindin.co.nz (/\==/\ Smail3.1.28.1 #28.10)
id <
[email protected]>; Fri, 5 Jul 96 09:38 NZST
Message-Id: <
[email protected]>
Date: Fri, 5 Jul 96 09:38 NZST
From:
[email protected] (Martin van den Nieuwelaar)
To:
[email protected]
Cc:
[email protected]
Subject: Re: Re: How to reset flows?
X-Mailer: MTX (Windows) MTXLink 95 Gateway v1.6b3
Sender:
[email protected]
Precedence: bulk
Hi Andrzej,
> Date: Tue, 2 Jul 1996 10:00:59 +0000 ()
> To: Martin van den Nieuwelaar <
[email protected]>
> cc:
[email protected]
>
> On Tue, 2 Jul 1996, Martin van den Nieuwelaar wrote:
>
> > Apart from one or two odd problems, I can't seem to figure out
> > how to reset a flow. Is this possible? Does anybody know?
>
> As far as I know, it could be (technically) possible, but unwise. Imagine
> several managers collecting data from one meter - how any of them would
> know the proper counts, if the others cleared the counters?
I see your point. It really would mess things up in that case.
> Anyway, current implementation doesn't support it (and probably won't).
>
> Is that right, Nevil?
>
> > transferred, just so I don't have to do all the calculations
> > myself. [............]
>
> The utility fd_filter was written to meet this end.
>
> Here's what I do:
> * I collect the flows from *very* busy ethernet link, with interval of
> 60s (to avoid filling up the buffers). I switch to another file of flows
> every hour. This produces files of ~2MB size each hour.
> * Then I filter them through fd_filter which gives me the absolute counts
> of traffic.
> * and finally, I sort each file by IPs, adding lines with the same Dest
> and Source IP. This step gives me the files of about 500kB each.
>
> I hope this helps,
Yes. This is most helpful. I'm am now embarking on setting up something
very similar at our site. We don't have quite that much volume luckily!
Thank you for taking the time to reply.
--
Martin van den Nieuwelaar
http://www.hindin.co.nz/experimental/martinshp.html
work:
[email protected] | home:
[email protected]
Systems Analyst/Programmer | Hi-Fi & Loudspeaker design
From netramet-owner Sat Jul 6 06:38:17 1996
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.7.3/8.7.3-ua) id GAA11154 for netramet-outgoing; Sat, 6 Jul 1996 06:37:28 +1200 (NZST)
Received: from thunder.internorth.com (thunder.internorth.com [199.247.13.1]) by mailhost.auckland.ac.nz (8.7.3/8.7.3-ua) with SMTP id GAA11149 for <
[email protected]>; Sat, 6 Jul 1996 06:37:26 +1200 (NZST)
Received: from thunder.internorth.com (thunder.internorth.com [199.247.13.1]) by thunder.internorth.com (8.6.12/8.6.12) with SMTP id MAA10239 for <
[email protected]>; Fri, 5 Jul 1996 12:37:18 -0600
Date: Fri, 5 Jul 1996 12:37:18 -0600 (MDT)
From: Steve LeGrow <
[email protected]>
Subject: Porting NeTraMet to DEC OSF/1 3.2c
To:
[email protected]
Message-ID: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:
[email protected]
Precedence: bulk
I am having trouble porting NeTraMet to DEC OSF1 3.2c
Has anyone else done this successfully? Any hints?
Steve LeGrow
Manager,
Internet North
Yellowknife, NT CANADA
[email protected]
From netramet-owner Thu Jul 18 01:16:23 1996
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.7.3/8.7.3-ua) id BAA21810 for netramet-outgoing; Thu, 18 Jul 1996 01:12:10 +1200 (NZST)
Received: from mail.thyssen.com (mail.thyssen.com [194.97.5.217]) by mailhost.auckland.ac.nz (8.7.3/8.7.3-ua) with ESMTP id BAA21805 for <
[email protected]>; Thu, 18 Jul 1996 01:12:04 +1200 (NZST)
Received: from srv200.Thyssen.com (srv200 [149.206.101.30]) by mail.thyssen.com (8.6.12/1.0.3) with SMTP id PAA22720 for <
[email protected]>; Wed, 17 Jul 1996 15:14:34 +0200
Received: from C060003 by srv200.Thyssen.com (AIX 4.1/UCB 5.64/4.03)
id AA26450; Wed, 17 Jul 1996 15:09:31 +0200
Received: by smtpgate.Thyssen.com with Microsoft Mail
id <
[email protected]>; Wed, 17 Jul 96 15:11:37 PDT
From: "M�ller, Kai-Uwe" <
[email protected]>
To: "'NeTraMet-Mailing-list'" <
[email protected]>
Subject: packet-driver ??
Date: Wed, 17 Jul 96 15:10:00 PDT
Message-Id: <
[email protected]>
Encoding: 9 TEXT
X-Mailer: Microsoft Mail V3.0
Sender:
[email protected]
Precedence: bulk
Hallo !
I am looking for a packet-driver for NeTraMet on the ftp-server
sun.soe.clarkson.edu .
I try to login as anonymous, but the server denied the access. Can anyone
help me ?
Knows anyone a ftp-server with packet driver for NeTraMet ?
From netramet-owner Tue Jul 30 19:12:20 1996
Received: (from majordom@localhost) by mailhost.auckland.ac.nz (8.7.3/8.7.3-ua) id TAA13323 for netramet-outgoing; Tue, 30 Jul 1996 19:08:21 +1200 (NZST)
Received: from jupiter.montrouge.omnes.net (jupiter.montrouge.omnes.net [134.32.23.2]) by mailhost.auckland.ac.nz (8.7.3/8.7.3-ua) with SMTP id TAA13315 for <
[email protected]>; Tue, 30 Jul 1996 19:08:16 +1200 (NZST)
Received: from [134.32.23.9] (omnes9.montrouge.omnes.net [134.32.23.9]) by jupiter.montrouge.omnes.net (8.6.11/8.6.11) with SMTP id IAA14129 for <
[email protected]>; Tue, 30 Jul 1996 08:55:19 +0200
X-Sender:
[email protected]
Message-Id: <v02130500ae23732671a9@[134.32.23.9]>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Date: Tue, 30 Jul 1996 09:09:49 +0100
To:
[email protected]
From:
[email protected] (Laurence thiery)
Subject: cisco
Sender:
[email protected]
Precedence: bulk
Hello,
I'm trying to install Netramet. I want to install the meter on a cisco, is
it possible ? Has anybody ever done it ? Which MIB do I need to install on
my cisco ?
Thanks for all.
Laurence