From owner-freebsd-net@FreeBSD.ORG Thu Mar 25 13:32:52 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57F741065676 for ; Thu, 25 Mar 2010 13:32:52 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp1.dlr.de (smtp1.dlr.de [129.247.252.32]) by mx1.freebsd.org (Postfix) with ESMTP id DB5608FC29 for ; Thu, 25 Mar 2010 13:32:51 +0000 (UTC) Received: from beagle.kn.op.dlr.de ([129.247.178.136]) by smtp1.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Thu, 25 Mar 2010 14:32:50 +0100 Date: Thu, 25 Mar 2010 14:33:15 +0100 (CET) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Vasyl Samoilov In-Reply-To: <4BAB5A77.7050505@mts.com.ua> Message-ID: <20100325142149.I44999@beagle.kn.op.dlr.de> References: <4BAB5A77.7050505@mts.com.ua> X-OpenPGP-Key: harti@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 25 Mar 2010 13:32:50.0021 (UTC) FILETIME=[A9E9E150:01CACC1F] Cc: freebsd-net@freebsd.org Subject: Re: Poor situation with snmp support in FreeBSD X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Mar 2010 13:32:52 -0000 On Thu, 25 Mar 2010, Vasyl Samoilov wrote: VS>So far I found two options for snmp daemon - bsnmp and net-snmp. net-snmo VS>giving back invalid data, bsnmp lacks some data at all. Just two general remarks: - net-snmp is probably developed on Linux so it doesn't know how to access many of the informations that is available in FreeBSD. - bsnmp is lacking developers (I'm the only one). I had a surgery in november and took the 4 weeks after this to rewrite all the networking stuff. It is in principle mostly up to date and supports also IPv6. The problem is that I run out of time again and just cannot do the last steps to release it (including testing). If there were people interested in it, I would happily work with them. harti