From owner-freebsd-hackers Fri May 30 21:46:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA05919 for hackers-outgoing; Fri, 30 May 1997 21:46:14 -0700 (PDT) Received: from ohm.ingsala.unal.edu.co ([168.176.15.18]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA05914 for ; Fri, 30 May 1997 21:46:10 -0700 (PDT) Received: from unalmodem.usc.unal.edu.co (unalmodem20.usc.unal.edu.co [168.176.3.50]) by ohm.ingsala.unal.edu.co (8.8.5/8.8.5) with SMTP id XAA01234; Fri, 30 May 1997 23:47:07 -0500 (COT) Message-ID: <338FC858.B26@fps.biblos.unal.edu.co> Date: Fri, 30 May 1997 23:42:32 -0700 From: "Pedro F. Giffuni" Organization: Universidad Nacional de Colombia X-Mailer: Mozilla 3.0 (Win16; I) MIME-Version: 1.0 To: Tom Samplonius CC: Joe McGuckin , freebsd-hackers@FreeBSD.ORG Subject: Re: SNMP for freebsd? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Tom Samplonius wrote: > > On Fri, 30 May 1997, Joe McGuckin wrote: > > > > > Is there a snmp daemon that will monitor such things as interface stats > > for FreeBSD? > > > > joe > > > > > > ucd-snmp in ports. > It's the best option available. Another option would be using ISODE (ISO Developer's Environment) which also includes support for a vast number of OSI services. I remember I tried to port this but three things stopped me: 1) OSI support in the kernel ( a 4.4BSD thing) rotted in FreeBSD long ago (about 2.1.x). NetBSD may still have it, since an OS based on OpenBSD offers it as one of it's features. 2) I read some reports that ISODE and the additional OSI stack it provided worked very slow under Linux. 3) ISODE is now a commercial product (the last free version was 8.0, but they decided to start counting versions all over again) that means very little support. While working on my thesis (Mech. Eng.) I found some interesting information relating ISODE with manufacturing networks (MAP/TOP), if someone ever wants to work on this I may help. Pedro. > Tom