IBM TS 4300: Got empty SNMP response

oid .1.3.6.1.2.1.1.2.0 and 1.3.6.1.4.1.32925.1 are not available :open_mouth:

root@myserver:~# snmpget -v1 -c public 172.yy.xx.172 .1.3.6.1.2.1.1.2.0
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: iso.3.6.1.2.1.1.2.0

snmpv2

 snmpget -v2c -c public 172.yy.xx.172 .1.3.6.1.2.1.1.2.0            
iso.3.6.1.2.1.1.2.0 = No Such Object available on this agent at this OID

root@myserver:~# snmpget -v1 -c public 172.31.16.172 .1.3.6.1.4.1.32925.1
Error in packet
Reason: (noSuchName) There is no such variable name in this MIB.
Failed object: iso.3.6.1.4.1.32925.1

snmpv2

root@myserver:~# snmpget -v2c -c public172.xx.yy.172 .1.3.6.1.4.1.32925.1
iso.3.6.1.4.1.32925.1 = No Such Object available on this agent at this OID

But for example this oid works with snmpv1 and v2:


root@myserver:~# snmpget -v2c -c pubic 172.xx.yy.172 .1.3.6.1.4.1.14851.3.1.5.2.0
iso.3.6.1.4.1.14851.3.1.5.2.0 = STRING: "IBM TS4300 Tape Library"

root@myserver:~# snmpget -v1 -c public 172.xx.yy.172 .1.3.6.1.4.1.14851.3.1.5.2.0  
iso.3.6.1.4.1.14851.3.1.5.2.0 = STRING: "IBM TS4300 Tape Library"

I wonder why even the standard informations like sysDescr, sysContact, sysName or sysLocation are not available :frowning:
Bad SNMP implemantation from IBM :roll_eyes: