From owner-freebsd-questions@FreeBSD.ORG Fri Mar 26 09:07:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05ACD16A4CE for ; Fri, 26 Mar 2004 09:07:55 -0800 (PST) Received: from ns1.kende.com (ns1.kende.com [66.17.131.94]) by mx1.FreeBSD.org (Postfix) with SMTP id 99CD143D3F for ; Fri, 26 Mar 2004 09:07:54 -0800 (PST) (envelope-from andras@kende.com) Received: (qmail 48702 invoked by uid 0); 26 Mar 2004 17:07:59 -0000 Received: from unknown (HELO ak) (67.163.120.76) by ns1.kende.com with SMTP; 26 Mar 2004 17:07:59 -0000 From: "Andras Kende" To: "'Eduardo Viruena Silva'" , Date: Fri, 26 Mar 2004 11:07:47 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <20040326075538.C45542@Gina.esfm.ipn.mx> Thread-Index: AcQTOtN2nIF3moyjTpqUlZgm5Su6DQAGXxJw Message-Id: <20040326170754.99CD143D3F@mx1.FreeBSD.org> Subject: RE: SNMP & FreeBSD as a router. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 17:07:55 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Eduardo Viruena Silva Sent: Friday, March 26, 2004 8:00 AM To: freebsd-questions@freebsd.org Subject: SNMP & FreeBSD as a router. Hello, FreeBSD gurus! I have a FreeBSD 5.2.1 box that I'm using as a router and I would like to watch how its interfaces are being used. I would like to use MRTG in another FreeBSD box to graph the use of the interfaces, but I do not how to make my router an SNMP agent. How do I do that? Any pointers will be appreciated. Thanks in advance. Eduardo. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Eduardo, cd /usr/ports/net/net-snmp make install clean snmpconf -i /etc/rc.conf : snmpd_enable="YES" /usr/local/etc/rc.d/snmpd.sh start Andras Kende http://www.kende.com