From owner-freebsd-net@FreeBSD.ORG Thu Jun 21 12:23:37 2012 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E45010656D4; Thu, 21 Jun 2012 12:23:37 +0000 (UTC) (envelope-from eugen@grosbein.pp.ru) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [IPv6:2a03:3100:c:13::5]) by mx1.freebsd.org (Postfix) with ESMTP id 6CD6A8FC0C; Thu, 21 Jun 2012 12:23:36 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.5/8.14.5) with ESMTP id q5LCNXPk076526; Thu, 21 Jun 2012 19:23:33 +0700 (NOVT) (envelope-from eugen@grosbein.pp.ru) Message-ID: <4FE31245.8020406@grosbein.pp.ru> Date: Thu, 21 Jun 2012 19:23:33 +0700 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.13) Gecko/20110112 Thunderbird/3.1.7 MIME-Version: 1.0 To: "net@freebsd.org" References: <4FC5A9AF.1000003@rdtc.ru> <86lik9foup.fsf@kopusha.home.net> In-Reply-To: <86lik9foup.fsf@kopusha.home.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Mikolaj Golub Subject: bsnmp and HOST-RESOURCES-MIB 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: Thu, 21 Jun 2012 12:23:37 -0000 Hi! bsnmpd(1) has /usr/lib/snmp_hostres.so module in base system for HOST-RESOURCES-MIB implementation. What should I do to make bsnmpwalk -v 2c -s comm@localhost 1.3.6.1.2.1.25.3.3.1.2 work without complaining: bsnmpwalk: Invalid OID - 1.3.6.1.2.1.25.3.3.1.2 OID parsing error - 1.3.6.1.2.1.25.3.3.1.2 And without "-n" flag, please :-) I'd like it to resolve OIDs to their names. Eugene Grosbein