I'm now having the same issue. Trying to get a Promise Enclosure model number.
get[1.3.6.1.4.1.7933.1.20.1.2.1.4]
This throws the SNMP error [(noSuchName) There is no such variable name in this MIB.] error.
But other SNMP values from this enclosure work just fine, such as the health: get[1.3.6.1.4.1.7933.1.20.1.10.1.4.1.1]
There are not any spurious spaces and it works fine from snmpwalk.
I'm thinking that maybe these oids must be in a MIB somewhere in order for them to work.
I should be able to run a raw OID, is this a bug perhaps?
get[1.3.6.1.4.1.7933.1.20.1.2.1.4]
This throws the SNMP error [(noSuchName) There is no such variable name in this MIB.] error.
But other SNMP values from this enclosure work just fine, such as the health: get[1.3.6.1.4.1.7933.1.20.1.10.1.4.1.1]
There are not any spurious spaces and it works fine from snmpwalk.
I'm thinking that maybe these oids must be in a MIB somewhere in order for them to work.
I should be able to run a raw OID, is this a bug perhaps?
Comment