From owner-freebsd-net@FreeBSD.ORG Fri Mar 26 07:21:49 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 31AF3106566B for ; Fri, 26 Mar 2010 07:21:49 +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 B886F8FC17 for ; Fri, 26 Mar 2010 07:21:48 +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); Fri, 26 Mar 2010 08:15:26 +0100 Date: Fri, 26 Mar 2010 08:16:18 +0100 (CET) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Alexander Bubnov In-Reply-To: Message-ID: <20100326081420.M46084@beagle.kn.op.dlr.de> References: <4BAB5A77.7050505@mts.com.ua> <20100325142149.I44999@beagle.kn.op.dlr.de> X-OpenPGP-Key: harti@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 26 Mar 2010 07:15:26.0926 (UTC) FILETIME=[1BFD86E0:01CACCB4] Cc: freebsd-net@freebsd.org, Harti Brandt 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: Fri, 26 Mar 2010 07:21:49 -0000 Hi, On Fri, 26 Mar 2010, Alexander Bubnov wrote: AB>One more question please in scope of snmp topic. does bsnmp support master AB>agentx mode? No. I read through the documents and decided that I would not have time to implement this. I often use external agents in projects, but usually use custom protocols or shared memory with them. harti