From owner-freebsd-net@FreeBSD.ORG Fri Mar 26 05:25:39 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 70BD6106566B; Fri, 26 Mar 2010 05:25:39 +0000 (UTC) (envelope-from alexander.bubnov@gmail.com) Received: from mail-fx0-f225.google.com (mail-fx0-f225.google.com [209.85.220.225]) by mx1.freebsd.org (Postfix) with ESMTP id C8F378FC13; Fri, 26 Mar 2010 05:25:38 +0000 (UTC) Received: by fxm25 with SMTP id 25so28779fxm.3 for ; Thu, 25 Mar 2010 22:25:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=+12oqSbU5qL23m4AGmeQK2tMMG1LwlyM7zuun/v8otw=; b=XjiqEpbG/kfCweIzi/1SDFpqpCin7+tcqfeRUp1yvDugJbx9mU4yUhM1MalnqV4Sr1 amUiRjTBH4fw1qIyje9UWkzyoX+8Pa2Uol11u8O2SNdKOEtHXlxk4DAwwBIoX/pq+Vy1 aWblII3ZDXTgPy4/NaKHqAsmh2rEE9TlxVNeo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=a7dpm1HT317zUVSZ36MyuNnk/mXHF/dj4k4WgycY3tue51eXhUUnaUI33m81FzwNKx wj2ZMbQ2BfaKyTsexe3Ln1SF6sl6XVzQzQx6/3UPcGxdZyuhG+332iO6Q+kOlP4/n0ay X1p7YeEPRStgsrJCLidc1j8J1Y0tWak1jummI= MIME-Version: 1.0 Received: by 10.103.252.14 with HTTP; Thu, 25 Mar 2010 22:25:37 -0700 (PDT) In-Reply-To: <20100325142149.I44999@beagle.kn.op.dlr.de> References: <4BAB5A77.7050505@mts.com.ua> <20100325142149.I44999@beagle.kn.op.dlr.de> Date: Fri, 26 Mar 2010 08:25:37 +0300 Received: by 10.103.4.10 with SMTP id g10mr191946mui.54.1269581137422; Thu, 25 Mar 2010 22:25:37 -0700 (PDT) Message-ID: From: Alexander Bubnov To: Harti Brandt Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2010 05:25:39 -0000 2010/3/25 Harti Brandt > 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 > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > Hi Harti! I am sorry may be I am going to ask often asked question... Why not to implement features which is lacking in net-snmp for FreeBSD instead of writing new snmp (bsnmp)? As a plus net-snmp has BSD like license. -- /BR, Alexander