From owner-freebsd-questions@FreeBSD.ORG Wed Jan 27 01:20:59 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB58C106568F for ; Wed, 27 Jan 2010 01:20:59 +0000 (UTC) (envelope-from freebsd@insightbb.com) Received: from mxsf02.insightbb.com (mxsf02.insightbb.com [74.128.0.63]) by mx1.freebsd.org (Postfix) with ESMTP id AA9F58FC1A for ; Wed, 27 Jan 2010 01:20:59 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.49,349,1262581200"; d="scan'208";a="704911215" Received: from unknown (HELO asav02.insightbb.com) ([172.31.249.123]) by mxsf02.insightbb.com with ESMTP; 26 Jan 2010 20:20:53 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsoEAF0jX0vQLicL/2dsb2JhbACBO9hvhDcE X-IronPort-AV: E=Sophos;i="4.49,349,1262581200"; d="scan'208";a="345246237" Received: from 208-46-39-11.dia.static.qwest.net (HELO laptop2.stevenfriedrich.org) ([208.46.39.11]) by asavout02.manage.insightbb.com with ESMTP; 26 Jan 2010 20:20:52 -0500 From: Steven Friedrich To: freebsd-questions@freebsd.org Date: Tue, 26 Jan 2010 20:20:45 -0500 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; i386; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201001262020.45317.freebsd@insightbb.com> Subject: SNMP of FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2010 01:20:59 -0000 I'm running 8-Stable, and ports are current. I'm installing snmp support, mostly just to investigate it. I have three ports installed: bsnmptools-0.0.20060818_2 Snmp client tools mbrowse-0.3.1_8 An SNMP MIB Browser for X net-snmp-5.4.2.1_6 An extendable SNMP implementation I got a few errors after initial install. I don't know what pieces of snmp I want. I used the sample snmp.config from the /usr/src tree. I changed the name of the public community name. I uncommented the netgraph and pf lines and maybe even others 8o) I got rid of the errors on the console, except for this Warning: WARNING: attempt to domain_add(netgraph) after domainfinalize() Perhaps this is a bug in the example snmp.config I'm using? What client(s) tools should I look at?