From owner-freebsd-hackers Sat Nov 25 17:31:20 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA02665 for hackers-outgoing; Sat, 25 Nov 1995 17:31:20 -0800 Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id RAA02660 for ; Sat, 25 Nov 1995 17:31:16 -0800 Received: from localhost (localhost [127.0.0.1]) by rah.star-gate.com (8.6.12/8.6.12) with SMTP id JAA00746; Sat, 25 Nov 1995 09:30:38 -0800 Message-Id: <199511251730.JAA00746@rah.star-gate.com> X-Authentication-Warning: rah.star-gate.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6.2 7/18/95 To: Gary Palmer cc: hackers@freebsd.org Subject: Re: 2.1 release sysinstall In-reply-to: Your message of "Sat, 25 Nov 1995 17:00:49 PST." <7367.817347649@westhill.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 25 Nov 1995 09:30:38 -0800 From: "Amancio Hasty Jr." Sender: owner-hackers@freebsd.org Precedence: bulk Perhaps, someone should make an entry in the FreeBSD apps section pointing out snmp solutions available for FreeBSD. Here is a partial output of an snmp walk using cmu's snmpwalk . 204.188.121.17 is my ascend pipeline 50 . ./apps/snmpwalk -v 1 204.188.121.17 public ip ip.ipForwarding.0 = forwarding(1) ip.ipDefaultTTL.0 = 64 ip.ipInReceives.0 = 99792 ip.ipInHdrErrors.0 = 0 ip.ipInAddrErrors.0 = 0 ip.ipForwDatagrams.0 = 88416 ip.ipInUnknownProtos.0 = 0 ip.ipInDiscards.0 = 0 ip.ipInDelivers.0 = 740 ip.ipOutRequests.0 = 5148 ip.ipOutDiscards.0 = 0 ip.ipOutNoRoutes.0 = 0 ip.ipReasmTimeout.0 = 0 ip.ipReasmReqds.0 = 0 >>> Gary Palmer said: > Luigi Rizzo wrote in message ID > <199511260041.BAA00570@labinfo.iet.unipi.it>: > > On this subject, is there an snmp client for FreeBSD ? A nice GUI > > wouldn't disturb... > > > I would like to use it mainly to ask info from routers, so will also > > appreciate pointers to other tools that can be used to extract > > information such as statistics, routing tables etc. > > tkined is nice. Ask Jordan. I introduced him to it :-) > > Gary