From owner-freebsd-questions Fri Sep 24 16:43:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mzt.megared.net.mx (customer25-243.telmex.net.mx [148.233.25.243]) by hub.freebsd.org (Postfix) with SMTP id 5C40D14D5A for ; Fri, 24 Sep 1999 16:43:12 -0700 (PDT) (envelope-from glozano@mzt.megared.net.mx) Received: from [10.8.103.5] by mzt.megared.net.mx (NTMail 3.03.0017/4c.ab3r) with ESMTP id da060453 for ; Fri, 24 Sep 1999 17:43:06 -0600 Message-ID: <003601bf06e6$8d695b00$020110ac@maz.itesm.mx> From: "Gustavo Lozano Ibarra" To: "Joe \"Marcus\" Clarke" , "Gustavo Lozano Ibarra" Cc: References: Subject: RE: cisco switch Date: Fri, 24 Sep 1999 17:43:06 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG thank you for your information I will try to configure the switch.. ----- Original Message ----- From: Joe "Marcus" Clarke To: Gustavo Lozano Ibarra Cc: Sent: Friday, September 24, 1999 4:39 PM Subject: Re: cisco switch > Gustavo, you can use the syslog feature on the Cisco switch to determine > this. Cat5K/6K/4K switches have the ability to do syslog logging using > the commands: > > set logging level all 5 default > set logging server > set logging server facility LOCAL7 > > Then, on your FreeBSD box, add a line to /etc/syslog.conf: > > local7.info /var/log/cisco.log > > Then, > > touch /var/log/syslog.log > > If you have a 2900xl/3500xl switch, then you need to use Cisco IOS > commands for syslog: > > # config t > # logging trap informational > # logging > # logging facility local7 > > The other option is to install /usr/ports/net/ucd-snmp, and setup the trap > receiver to listen for SNMP traps. To configure these on a Catalyst > running switch code: > > set snmp community read-only > set snmp community read-write > set snmp trap enable > set snmp trap > > On an IOS switch: > > # config t > # snmp-server community RO > # snmp-server community RW > # snmp-server enable traps snmp > # snmp-server host > > Then, scan your log files for link down traps or LINK syslog messages. > > Joe Clarke > > On Fri, 24 Sep 1999, Gustavo Lozano Ibarra wrote: > > > We use cisco switch in our network. We have public nodes, so people with > > laptops can conect to the internet and our network. I have a windows > > software (made by cabletron, name=spectrum) that tell me when somebody > > establish a link and when they stop using a UTP port in the switch. I > > want to know if there a freebsd (unix) software that can make the job. > > The switch works with snmp. > > > > Thanks. > > > > > > 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