HP Switche: Unterschied zwischen den Versionen

Aus d0b
Zur Navigation springenZur Suche springen
(Die Seite wurde neu angelegt: „== HP Pro Curve 2610-48 (J9088A) == === Terminal Settings === * Symbolrate von 1200 bis 115200 (default 9600) * 8 data bits * 1 stop bit * no parity * flow contro…“)
 
Zeile 13: Zeile 13:
 
=== Firmware ===
 
=== Firmware ===
 
* https://h10145.www1.hp.com/downloads/ProductsList.aspx?lang=&cc=&prodSeriesId=
 
* https://h10145.www1.hp.com/downloads/ProductsList.aspx?lang=&cc=&prodSeriesId=
 +
 +
<pre>
 +
copy flash tftp <ip-adress-tftps> <filename>                          // Aktuelle Firmware auf den tftp schieben
 +
copy tftp flash <ip-adress-tftps> <filename> <primary|secondary>      // Neue Firmware vom tftp holen           
 +
</pre>
 +
 +
=== Befehlssammlung ===
 +
Ein paar Schnipsel
 +
<pre>
 +
show version               
 +
show flash
 +
show config           
 +
show running-config
 +
show config status
 +
</pre>

Version vom 10. Oktober 2014, 22:51 Uhr

HP Pro Curve 2610-48 (J9088A)

Terminal Settings

  • Symbolrate von 1200 bis 115200 (default 9600)
  • 8 data bits
  • 1 stop bit
  • no parity
  • flow control set to Xon/Xoff
screen /dev/cu.usbserial 9600,cs8,-parenb,-cstopb,-clocal

Firmware

copy flash tftp <ip-adress-tftps> <filename>                          // Aktuelle Firmware auf den tftp schieben
copy tftp flash <ip-adress-tftps> <filename> <primary|secondary>      // Neue Firmware vom tftp holen             

Befehlssammlung

Ein paar Schnipsel

show version                 
show flash
show config             
show running-config
show config status