HP Switche: Unterschied zwischen den Versionen

Aus d0b
Zur Navigation springenZur Suche springen
Zeile 1: Zeile 1:
== HP Pro Curve 2610-48 (J9088A) ==
+
= HP Pro Curve 2610-48 (J9088A) =
=== Terminal Settings ===
+
== Terminal Settings ==
 
* Symbolrate von 1200 bis 115200 (default 9600)
 
* Symbolrate von 1200 bis 115200 (default 9600)
 
* 8 data bits
 
* 8 data bits
Zeile 11: Zeile 11:
 
</pre>
 
</pre>
  
=== Firmware ===
+
== Firmware ==
 
* https://h10145.www1.hp.com/downloads/ProductsList.aspx?lang=&cc=&prodSeriesId=
 
* https://h10145.www1.hp.com/downloads/ProductsList.aspx?lang=&cc=&prodSeriesId=
  
Zeile 19: Zeile 19:
 
</pre>
 
</pre>
  
=== Befehlssammlung ===
+
== Befehlssammlung ==
 
Ein paar Schnipsel
 
Ein paar Schnipsel
 
<pre>
 
<pre>
Zeile 28: Zeile 28:
 
show config status
 
show config status
 
</pre>
 
</pre>
 +
 +
== SNMP ==
 +
=== OID`s ===
 +
{|class="wikitable sortable"
 +
|-
 +
|  Description  || Name || OID  || Type || Value (Example)
 +
|-
 +
|  [http://www.oidview.com/mibs/0/RFC1213-MIB.html MIB-2]  || || .1.3.6.1.2.1 || ||  -
 +
|-
 +
|  System  || || .1.3.6.1.2.1.1 || ||  -
 +
|-
 +
|  System description  || sysDescr.0 ||  .1.3.6.1.2.1.1.1.0 || OctetString || ""ProCurve J9088A Switch 2610-48...."
 +
|-
 +
|  System uptime  || sysUpTime.0 || .1.3.6.1.2.1.1.3.0 ||  TimeTicks ||  "Timeticks: (9400662) 1 day, 2:06:46.62"
 +
|-
 +
|  System contact || sysContact.0 || .1.3.6.1.2.1.1.4.0 || OctetString || "your@email.tld"
 +
|-
 +
|  System name || sysName.0 || .1.3.6.1.2.1.1.5.0 || OctetString || "switch_23"
 +
|-
 +
|  System location || sysLocation.0 || .1.3.6.1.2.1.1.6.0 || OctetString || "Rack 3"
 +
|-
 +
|  Interfaces  || ||  .1.3.6.1.2.1.2 ||  || -
 +
|-
 +
|  IP ||  || .1.3.6.1.2.1.4 ||  || -
 +
|-
 +
|  ICMP ||  || .1.3.6.1.2.1.5 ||  || -
 +
|-
 +
|  TCP ||  || .1.3.6.1.2.1.6 ||  || -
 +
|-
 +
|  UDP ||  || .1.3.6.1.2.1.7 ||  || -
 +
|-
 +
|  SNMP ||  || .1.3.6.1.2.1.11 ||  || -
 +
|-
 +
|  [http://www.oidview.com/mibs/0/ENTITY-MIB.html Enity MIB] ||  || .1.3.6.1.2.1.47 ||  || -
 +
|-
 +
|  Firmware Version (primary) ||  entPhysicalFirmwareRev ||  .1.3.6.1.2.1.47.1.1.1.1.10.1 || OctetString  ||  "R.11.107"
 +
|-
 +
|  Firmware Version (secondary) ||  entPhysicalFirmwareRev ||  .1.3.6.1.2.1.47.1.1.1.1.9.1 || OctetString  ||  "R.10.06"
 +
|-
 +
|  Serial Number || entPhysicalSerialNum ||  .1.3.6.1.2.1.47.1.1.1.1.11.1 || OctetString ||  "CN821****"
 +
|-
 +
|  System Mac  || entLogicalTAddress  ||  .1.3.6.1.2.1.47.1.2.1.1.5.1 || OctetString ||  "CN821****"
 +
|}

Version vom 13. Oktober 2014, 01:11 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

SNMP

OID`s

Description Name OID Type Value (Example)
MIB-2 .1.3.6.1.2.1 -
System .1.3.6.1.2.1.1 -
System description sysDescr.0 .1.3.6.1.2.1.1.1.0 OctetString ""ProCurve J9088A Switch 2610-48...."
System uptime sysUpTime.0 .1.3.6.1.2.1.1.3.0 TimeTicks "Timeticks: (9400662) 1 day, 2:06:46.62"
System contact sysContact.0 .1.3.6.1.2.1.1.4.0 OctetString "your@email.tld"
System name sysName.0 .1.3.6.1.2.1.1.5.0 OctetString "switch_23"
System location sysLocation.0 .1.3.6.1.2.1.1.6.0 OctetString "Rack 3"
Interfaces .1.3.6.1.2.1.2 -
IP .1.3.6.1.2.1.4 -
ICMP .1.3.6.1.2.1.5 -
TCP .1.3.6.1.2.1.6 -
UDP .1.3.6.1.2.1.7 -
SNMP .1.3.6.1.2.1.11 -
Enity MIB .1.3.6.1.2.1.47 -
Firmware Version (primary) entPhysicalFirmwareRev .1.3.6.1.2.1.47.1.1.1.1.10.1 OctetString "R.11.107"
Firmware Version (secondary) entPhysicalFirmwareRev .1.3.6.1.2.1.47.1.1.1.1.9.1 OctetString "R.10.06"
Serial Number entPhysicalSerialNum .1.3.6.1.2.1.47.1.1.1.1.11.1 OctetString "CN821****"
System Mac entLogicalTAddress .1.3.6.1.2.1.47.1.2.1.1.5.1 OctetString "CN821****"