Ad Widget

Collapse

SNMP error in packet. Reason: (noSuchName) There is no such variable name in this MIB

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Brain2000
    Junior Member
    • Aug 2024
    • 16

    #16
    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?

    Comment

    • Sinot
      Junior Member
      • Feb 2023
      • 23

      #17

      Originally posted by Brain2000
      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]
      get[1.3.6.1.4.1.7933.1.20.1.10.1.4.1.1]

      Most likely you have nothing in get[1.3.6.1.4.1.7933.1.20.1.2.1.4].
      You can check the old way discovery[1.3.6.1.4.1.7933.1.20.1.2.1] or on the Zabbix server with the snmwalk command.

      Comment

      Working...