Servers - General
1751939 Members
4847 Online
108783 Solutions
New Discussion

IP Console switch SNMP info

 
vobelic
Occasional Contributor

IP Console switch SNMP info

Hi,

 

Is it possible to poll connection/port info (e.g. Server name) via SNMP from a IP-Console-Switch-2x1x16?

The only available connectivity to this device is through http(s) and SNMP so there's obviously no telnet/ssh to get this info from.

using snmpwalk i'm getting only this:

 

# snmpwalk -v1 -c public kvmhostname SNMPv2-SMI::enterprises
SNMPv2-SMI::enterprises.232.2.2.4.2.0 = STRING: "HP IP Console Switch"
SNMPv2-SMI::enterprises.232.11.2.10.1.0 = Hex-STRING: 01 02 01 0F
SNMPv2-SMI::enterprises.232.11.2.10.3.0 = STRING: "HP 0E52E5"
SNMPv2-SMI::enterprises.10418.3.2.1.38.0 = INTEGER: 1
SNMPv2-SMI::enterprises.10418.3.2.1.39.0 = INTEGER: 1
SNMPv2-SMI::enterprises.10418.3.2.1.40.0 = Counter32: 0
SNMPv2-SMI::enterprises.10418.3.2.1.41.0 = Counter32: 8
SNMPv2-SMI::enterprises.10418.3.2.3.5.0 = INTEGER: 1
End of MIB

 

So nothing useful..

 

I'd really like to avoid writing a script to login and parse html in order to obtain this info.

 

Thanks.