From netramet-owner Wed May 5 01:11:15 1999
Received: (from majordom@localhost)
by mailhost.auckland.ac.nz (8.9.2/8.9.2/8.9.2-ua) id BAA17051
for netramet-outgoing; Wed, 5 May 1999 01:06:25 +1200 (NZST)
Received: from babelfish.axion.bt.co.uk (babelfish.axion.bt.co.uk [132.146.17.20])
by mailhost.auckland.ac.nz (8.9.2/8.9.2/8.9.2-ua) with ESMTP id BAA17042
for <
[email protected]>; Wed, 5 May 1999 01:06:21 +1200 (NZST)
From:
[email protected]
Received: from cbtlipnt02.btlabs.bt.co.uk by babelfish.axion.bt.co.uk (local)
with ESMTP; Tue, 4 May 1999 14:05:19 +0100
Received: by cbtlipnt02.btlabs.bt.co.uk
with Internet Mail Service (5.5.1960.3) id <K2K2WDB4>;
Tue, 4 May 1999 14:05:18 +0100
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB27BAD68@mbtlipnt02.btlabs.bt.co.uk>
To:
[email protected]
Subject: Compiling NeTraMet
Date: Tue, 4 May 1999 14:05:17 +0100
X-Mailer: Internet Mail Service (5.5.1960.3)
Sender:
[email protected]
Precedence: bulk
I have followed the install instructions for NeTraMet. After running
/configure and make I get the following error:
./src/manager/x_nm_rc.c:44 Xm/Xm.h: No such file or directory
I have not been able to find the file Xm.h, is there something else I should
install?
Clare Peed
From netramet-owner Wed May 5 03:52:59 1999
Received: (from majordom@localhost)
by mailhost.auckland.ac.nz (8.9.2/8.9.2/8.9.2-ua) id DAA25022
for netramet-outgoing; Wed, 5 May 1999 03:52:30 +1200 (NZST)
Received: from mimosa.noc.empnet.com (IDENT:
[email protected] [12.7.96.7])
by mailhost.auckland.ac.nz (8.9.2/8.9.2/8.9.2-ua) with ESMTP id DAA25013
for <
[email protected]>; Wed, 5 May 1999 03:52:23 +1200 (NZST)
Received: by mimosa.noc.empnet.com (Postfix, from userid 999)
id CC2109687; Tue, 4 May 1999 08:52:58 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1])
by mimosa.noc.empnet.com (Postfix) with ESMTP
id BF91BC189; Tue, 4 May 1999 08:52:58 -0700 (PDT)
Date: Tue, 4 May 1999 08:52:58 -0700 (PDT)
From: Chris Cappuccio <
[email protected]>
X-Sender:
[email protected]
To:
[email protected]
Cc:
[email protected]
Subject: Re: Compiling NeTraMet
In-Reply-To: <5104D4DBC598D211B5FE0000F8FE7EB27BAD68@mbtlipnt02.btlabs.bt.co.uk>
Message-ID: <
[email protected]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:
[email protected]
Precedence: bulk
You need Motif to compile this component..
Try the latest Lesstif snapshot...
http://www.lesstif.org/
that web site seems to be down right now though...
On Tue, 4 May 1999
[email protected] wrote:
| I have followed the install instructions for NeTraMet. After running
| ./configure and make I get the following error:
|
| ../src/manager/x_nm_rc.c:44 Xm/Xm.h: No such file or directory
|
| I have not been able to find the file Xm.h, is there something else I should
| install?
|
| Clare Peed
|
--
"There's 2 T's in Two Thousand. And I'm both. Two for the price of one.
Double acting, double punching, and always Solid Gold." -Mr. T
From netramet-owner Fri May 7 02:42:06 1999
Received: (from majordom@localhost)
by mailhost.auckland.ac.nz (8.9.2/8.9.2/8.9.2-ua) id CAA22278
for netramet-outgoing; Fri, 7 May 1999 02:37:41 +1200 (NZST)
Received: from cosmos.kaist.ac.kr (cosmos.kaist.ac.kr [143.248.185.2])
by mailhost.auckland.ac.nz (8.9.2/8.9.2/8.9.2-ua) with ESMTP id CAA22259
for <
[email protected]>; Fri, 7 May 1999 02:37:24 +1200 (NZST)
Received: from sequoia.kaist.ac.kr (sequoia.kaist.ac.kr [143.248.185.8])
by cosmos.kaist.ac.kr (8.9.1a/8.9.1) with ESMTP id XAA00949
for <
[email protected]>; Thu, 6 May 1999 23:32:05 +0900 (KST)
Received: from localhost (jylee@localhost)
by sequoia.kaist.ac.kr (8.9.2/8.9.1) with SMTP id XAA43618
for <
[email protected]>; Thu, 6 May 1999 23:30:52 +0900 (KST)
(envelope-from
[email protected])
X-Authentication-Warning: sequoia.kaist.ac.kr: jylee owned process doing -bs
Date: Thu, 6 May 1999 23:30:52 +0900 (KST)
From: Jae-young Lee <
[email protected]>
X-Sender:
[email protected]
To:
[email protected]
Subject: write SNMP community
Message-ID: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7BIT
Sender:
[email protected]
Precedence: bulk
Hi, all.
I installed NeTraMet 4.22 on FreeBSD 3.1.
I run NeTraMet with write SNMP community test,
(% NeTraMet -w test)
and NeMaC
(% NeMaC -c120 192.249.24.20 test)
By the way, I found the error message,
NeMaC in free(): warning: chunk is already free.
Community test doesn't have write access to meter 192.249.24.20!
Collections won't trigger recovery of idle flows <<<
Who help me to solove this problem?
Thank you in advance.
- Jaeyoung Lee
From netramet-owner Sat May 8 06:41:33 1999
Received: (from majordom@localhost)
by mailhost.auckland.ac.nz (8.9.2/8.9.2/8.9.2-ua) id GAA00264
for netramet-outgoing; Sat, 8 May 1999 06:36:44 +1200 (NZST)
Received: from nick.arc.nasa.gov (nick.arc.nasa.gov [143.232.48.121])
by mailhost.auckland.ac.nz (8.9.2/8.9.2/8.9.2-ua) with ESMTP id GAA00245
for <
[email protected]>; Sat, 8 May 1999 06:36:30 +1200 (NZST)
Received: from [128.102.132.116] (mark.arc.nasa.gov [128.102.132.116])
by nick.arc.nasa.gov (8.8.7/8.8.7) with ESMTP id LAA19389
for <
[email protected]>; Fri, 7 May 1999 11:36:19 -0700 (PDT)
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender:
[email protected]
Message-Id: <v04020a17b358e17ad4e8@[128.102.132.116]>
Date: Fri, 7 May 1999 11:36:21 -0700
To:
[email protected]
From: Mark Foster <
[email protected]>
Subject: netramet w/ freebsd atm (efficient/adaptec)?
Sender:
[email protected]
Precedence: bulk
Have any of you looked at the extensions needed to
provide full netramet support for the FreeBSD (2.2.7)
Efficient/Adaptec "midway" ATM driver (i.e., bpf link type
of DLT_ATM_RFC1483)?
I'm just beginning to look at this, and wondered if
anyone else had...
----
Mark Foster
NASA Research and Education Network / Recom Technologies
NASA Ames Research Center
From netramet-owner Wed May 12 04:23:02 1999
Received: (from majordom@localhost)
by mailhost.auckland.ac.nz (8.9.2/8.9.2/8.9.2-ua) id EAA25926
for netramet-outgoing; Wed, 12 May 1999 04:19:29 +1200 (NZST)
Received: from cosmos.kaist.ac.kr (cosmos.kaist.ac.kr [143.248.185.2])
by mailhost.auckland.ac.nz (8.9.2/8.9.2/8.9.2-ua) with ESMTP id EAA25910
for <
[email protected]>; Wed, 12 May 1999 04:19:20 +1200 (NZST)
Received: from sequoia.kaist.ac.kr (sequoia.kaist.ac.kr [143.248.185.8])
by cosmos.kaist.ac.kr (8.9.1a/8.9.1) with ESMTP id BAA27091
for <
[email protected]>; Wed, 12 May 1999 01:14:24 +0900 (KST)
Received: from localhost (jylee@localhost)
by sequoia.kaist.ac.kr (8.9.2/8.9.1) with SMTP id BAA39902
for <
[email protected]>; Wed, 12 May 1999 01:16:25 +0900 (KST)
(envelope-from
[email protected])
X-Authentication-Warning: sequoia.kaist.ac.kr: jylee owned process doing -bs
Date: Wed, 12 May 1999 01:16:25 +0900 (KST)
From: Jae-young Lee <
[email protected]>
X-Sender:
[email protected]
To:
[email protected]
Subject: at solaris
Message-ID: <
[email protected]>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7BIT
Sender:
[email protected]
Precedence: bulk
Hi, all.
I install netarmet with binary of solaris at SunOS 5.7.
I run NeTraMet and NeMaC but got that errors.
"Couldn't find MIB file".
How do I do to solve this problem?
Thank you in advance.
From netramet-owner Wed May 12 19:42:47 1999
Received: (from majordom@localhost)
by mailhost.auckland.ac.nz (8.9.2/8.9.2/8.9.2-ua) id TAA20416
for netramet-outgoing; Wed, 12 May 1999 19:39:52 +1200 (NZST)
Received: from CC.uab.es (cc.uab.es [158.109.0.4])
by mailhost.auckland.ac.nz (8.9.2/8.9.2/8.9.2-ua) with ESMTP id TAA20375
for <
[email protected]>; Wed, 12 May 1999 19:39:22 +1200 (NZST)
Received: from uab.es (enineik.uab.es) by cc.uab.es (PMDF V5.1-10 #17210)
with ESMTP id <
[email protected]> for
[email protected]; Wed,
12 May 1999 09:13:43 +0200 (GMT)
Date: Wed, 12 May 1999 09:15:46 +0200
From: "Joan Ant. Martinez" <
[email protected]>
Subject: Re: at solaris
To: Jae-young Lee <
[email protected]>
Cc:
[email protected]
Reply-to:
[email protected]
Message-id: <
[email protected]>
Organization: Universitat Autonoma de Barcelona
MIME-version: 1.0
X-Mailer: Mozilla 4.5 [es] (Win95; I)
Content-type: text/plain; charset=iso-8859-1
Content-transfer-encoding: 8BIT
X-Accept-Language: en,es-ES
References: <
[email protected]>
Sender:
[email protected]
Precedence: bulk
Hi,
I suppose the only problem is that you haven't set the environment
variable:
setenv MIBTXT= /path-to-mib.txt/mib.txt
Then run NeTraMet and NeMaC and you should have no problems.
Hope this helps,
Juanan
Jae-young Lee escribi�:
>
> Hi, all.
>
> I install netarmet with binary of solaris at SunOS 5.7.
> I run NeTraMet and NeMaC but got that errors.
> "Couldn't find MIB file".
>
> How do I do to solve this problem?
>
> Thank you in advance.
--
--------------------------------------------------------------------
Juan Antonio Martinez Network Engineer
Networking Dept. MailTo:
[email protected]
Servei d'Informatica Univ. Autonoma de Barcelona
--------------------------------------------------------------------
From netramet-owner Tue May 18 19:37:30 1999
Received: (from majordom@localhost)
by mailhost.auckland.ac.nz (8.9.2/8.9.2/8.9.2-ua) id TAA19111
for netramet-outgoing; Tue, 18 May 1999 19:31:48 +1200 (NZST)
Received: from nasla.yonsei.ac.kr (nasla.yonsei.ac.kr [165.132.58.149])
by mailhost.auckland.ac.nz (8.9.2/8.9.2/8.9.2-ua) with ESMTP id TAA19106
for <
[email protected]>; Tue, 18 May 1999 19:31:39 +1200 (NZST)
Received: from nasla.yonsei.ac.kr ([165.132.58.165])
by nasla.yonsei.ac.kr (8.9.1a-H1/8.9.1) with ESMTP id QAA15513
for <
[email protected]>; Tue, 18 May 1999 16:31:48 +0900 (KST)
Message-ID: <
[email protected]>
Date: Tue, 18 May 1999 16:31:31 +0900
From: redionne <
[email protected]>
X-Mailer: Mozilla 4.51 [en] (Win98; I)
X-Accept-Language: en
MIME-Version: 1.0
To:
[email protected]
Subject: [q] How can I measure traffic in router?
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit
Sender:
[email protected]
Precedence: bulk
Hi,.
I set meter on switch port which is mirroring switch port that is
connect to router.
This router connect between campus network and ISP network.
In my thought, many data traffic must be captured. but I got few data in
there.
I use nm_rc and rules.rc.pr+bc , rules.rc.ports, rules.rc.ip and run
NeTraMet and other manager in X-windows.
Instead of IP, use local host(127.0.0.1) .
When I test it in my lab, It was doing well. and no other problems.
How can I get right data in there?
And If I insert HUB in switching port directly, How many bottleneck will
be
occured??
bye