Hi there, we use the 05.02.01.0006-firmware for all our C2 devices and expierencing quite some problems for some time now. I already opened a GTAC but i´d like to know, if anyone else is having problems with that particular firmware!
The only error-message i can get after the switch rebooted is this: "edb_bxs_api.c(568) 68 %% Last switch reset caused by osapi.c(1005): Error code 0x07425ba4, after 563722 second" and sometimes this: "edb_bxs_api.c(568) 49 %% Last switch reset caused by Fault(0x00001100) SRR0(0x01109a1c) SRR1(0x4002b030) MSR(0x00001030) DMISS(0x18004088) IMISS(0x00000000)" We do monitor errors, traffic and rmon-errors on a per "up-"port basis via SNMP. I already stress-tested a device with multiple snmpwalks from different sources but couldn´t reproduce the error. Any input is appreciated :). Mit freundlichen Grüßen i.A. André Keller Informationssysteme Lokaler Betrieb und Support Volkswagen Original Teile Logistik GmbH und Co. KG Vertriebszentrum Nord Am Stammgleis 6 22844 Norderstedt Tel.: +49 (40) 52200-3211 Fax: +49 40 52200-3209 <http://www.volkswagen-otlg.de> -----Ursprüngliche Nachricht----- Von: Reinhard Strebler [mailto:[EMAIL PROTECTED] Gesendet: Montag, 8. Dezember 2008 17:27 An: Enterasys Customer Mailing List Betreff: Re: Antwort: RE: [enterasys] script for network backup Hi, Do you refer to old style Cabletron switches like 2200 or 6000 modules? Here ist the solution: #!/usr/machine/bin/tcsh echo $1 # ctDLFileName snmpset -v1 -c <su-community> -t 5 -r 3 $1 enterprises.52.4.1.5.8.1.19.0 s "<dest-filename>" # ctDLNetAddress snmpset -v1 -c <su-community> -t 5 -r 3 $1 enterprises.52.4.1.5.8.1.18.0 a <tftp-server-ip> # upLoadConfiguration snmpset -v1 -c <su-community> -t 5 -r 3 $1 enterprises.52.4.1.5.8.1.16.0 i 3 Kind regards Reinhard -- Dipl.-Ing. Reinhard Strebler Karlsruhe Institute of Technology (KIT) Universitaet Karlsruhe (TH) Steinbuch Centre for Computing (SCC) Abteilungsleiter Netze und Telekommunikation (NET) D-76128 Karlsruhe Tel. +49(0)721 608-2068 Fax +49(0)721 32550 [EMAIL PROTECTED] Jorge López schrieb: > hello, as a solution for cabletron devices, does any one know how to > make the switch to upload the config via snmp commands? > > > > regards > > > > > > > > www.unitronics.es <http://www.unitronics.es/> > > > > JORGE LÓPEZ > > Ingeniero de Servicios > > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > > > Avenida de la Fuente Nueva 5 > > 28709 San Sebastián de los Reyes > > MADRID > > Tel: > > > > +34 915 401 403 > > Fax: > > > > +34 915 401 415 > > Video: > > > > +34 916 590 899 > > > > Aviso legal <http://www.unitronics.es/email_aviso.html> > > > > De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Enviado el: martes, 02 de diciembre de 2008 16:54 > Para: Enterasys Customer Mailing List > Asunto: Antwort: RE: [enterasys] script for network backup > > > > > Hello, > > we're using kermit scripts (we need to get it working with ssh) to save > configurations and make bulk changes to our enterasys A2,B2, N3 and > cisco switches. > > But i think Jorge Lopez need a script for the "old" SSELS or Smartwitch > Switches with menu driven interface. I've never tested kermit with such > switches, but I think you can try it. > > http://www.columbia.edu/kermit/ > > Ciao > > Christian Janßen > EK-T-SIT > Telefon +49 2151 38-4711 > Telefax +49 2151 38-3941 > [EMAIL PROTECTED] > > Evonik Stockhausen GmbH > Bäkerpfad 25 > 47805 Krefeld > www.evonik.com <http://www.evonik.com/> > > Aufsichtsratsvorsitzender: Dr. Claus Rettig > Geschäftsführung: Dr. Johannes Ohmer (Sprecher), Willibrord Lampen > > Sitz der Gesellschaft ist Krefeld > Registergericht: Amtsgericht Krefeld; Handelsregister HRB 5791 > > This e-mail transmission, and any documents, files or previous e-mail > messages attached to it may contain information that is confidential or > legally privileged. If you are not the intended recipient, or a person > responsible for delivering it to the intended recipient, you are hereby > notified that you must not read this transmission and that any > disclosure, copying, printing, distribution or use of any of the > information contained in or attached to this transmission is STRICTLY > PROHIBITED. If you have received this transmission in error, please > immediately notify the sender by telephone or return e-mail and delete > the original transmission and its attachments without reading or saving > in any manner. Thank you. > > Cristiano Rodrigues <[EMAIL PROTECTED]> > > 02.12.2008 16:33 > > Bitte antworten an > [email protected] > > > > An > > > > "Enterasys Customer Mailing List" <[email protected]> > > Kopie > > > > Thema > > > > RE: [enterasys] script for network backup > > > > > > > > > I've had a situation where I needed to build a script to issue commands > to an Enterasys switch. I ended up building one internally, but it's not > for Unix'es... sorry. > > Anyway, try to google it like "Linux telnet script". You can then send > the Enterasys device an "show conf" command... and you'll have your > configuration backup! > > Com os melhores cumprimentos, > > Cristiano Rodrigues > > Técnico > > Direcção de Estudos e Planeamento > > email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > > > > > > > > > > > > > > > > > > > Sede * Rua do Repouso, 10, 8000-302 Faro (Portugal) * Tel: +351 289 899 > 070 * Fax: +351 289 899 079 * Web: www.aguasdoalgarve.pt > <http://www.aguasdoalgarve.pt/> > > > > > > Antes de imprimir este e-mail pense bem se tem mesmo de o fazer * Before > printing this e-mail, assess if it is really needed. > > > > > > > > From: Jorge López [mailto:[EMAIL PROTECTED] > Sent: terça-feira, 2 de Dezembro de 2008 15:21 > To: Enterasys Customer Mailing List > Subject: [enterasys] script for network backup > > Hello, does anybody know any Linux script to perform automated > configuration backups on smartswitch/Cabletron networks? I have scripts > working on Cisco-like devices, but CLI like Enterasys devices (and > cabetron menu-like) does not to work right with them...? Would it be > better to do that via snmp? Is it possible? > > Thanks in advance > > > > * --To unsubscribe from enterasys, send email to [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> with the body: unsubscribe enterasys > [EMAIL PROTECTED] > > * --To unsubscribe from enterasys, send email to [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> with the body: unsubscribe enterasys > [EMAIL PROTECTED] > > * --To unsubscribe from enterasys, send email to [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> with the body: unsubscribe enterasys > [EMAIL PROTECTED] > > > * --To unsubscribe from enterasys, send email to [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> with the body: unsubscribe enterasys > [EMAIL PROTECTED] > --- To unsubscribe from enterasys, send email to [EMAIL PROTECTED] with the body: unsubscribe enterasys [EMAIL PROTECTED] --- To unsubscribe from enterasys, send email to [EMAIL PROTECTED] with the body: unsubscribe enterasys [EMAIL PROTECTED]
