From owner-freebsd-questions Tue Jan 29 20:28:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 4447237B402 for ; Tue, 29 Jan 2002 20:28:10 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g0U4RGm66759; Tue, 29 Jan 2002 23:27:16 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: mrtg From: Joe Clarke To: Edwin Groothuis Cc: adrian kok , FreeBSD User Questions List In-Reply-To: <20020130151020.Z823@k7.mavetju.org> References: <20020130033210.95144.qmail@web21201.mail.yahoo.com> <20020129194610.S88793-100000@stereophonic.noops.org> <20020130151020.Z823@k7.mavetju.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 29 Jan 2002 23:27:50 -0500 Message-Id: <1012364873.68638.3.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 2002-01-29 at 23:10, Edwin Groothuis wrote: > On Tue, Jan 29, 2002 at 07:51:00PM -0800, Thomas Cannon wrote: > > > > The cisco 800 runs Cisco IOS, so you should be able to turn on SNMP. > > > > Log in, go into enable mode, then configuration mode, and add this: > > > > your-router-name(config)#snmp-server community public ro > > > > Then 'write mem' and exit. > > > > It should now work with the read-only SNMP community string 'public' -- > > you might want to use a different string for security purposes... but as > > the old saying goes: SNMP -- Security, Not My Problem > > You can also add an access-list number behind it so people outside > that network won't get an answer: See > http://www.mavetju.org/networking/security.php for more details. A few issues on the SNMP side. One, if you don't specify a read-write community string, IOS won't allow read-write access. You don't need to create a deny any any access list. Second, there is no snmp-server trap-authentication command. On newer IOS you can do: snmp-server enable traps snmp authentication on older IOS, simply snmp-server enable traps snmp Just FYI. Joe > > Edwin > > -- > Edwin Groothuis | Personal website: http://www.MavEtJu.org > edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: > ------------------+ http://www.FatalDimensions.org/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message