SNMP/MIBs issue error: no such instance currently exists at this OID

I'm getting logstash errors: no such instance currently exists at this OID

Sep 23 15:30:04 <servername> logstash[27639]:              "iso.org.dod.internet.private.enterprises.purestorage.pureObjects.pureProductVersion" => "error: no such instance currently exists at this OID",
  snmp {
    get => ["1.3.6.1.4.1.40482","1.3.6.1.4.1.40482.1","1.3.6.1.4.1.40482.2","1.3.6.1.4.1.40482.3","1.3.6.1.4.1.40482.3.1","1.3.6.1.4.1.40482.3.2","1.3.6.1.4.1.40482.3.3","1.3.6.1.4.1.40482.3.4","1.3.6.1.4.1.40482.3.5","1.3.6.1.4.1.40482.3.6","1.3.6.1.4.1.40482.3.7","1.3.6.1.4.1.40482.4","1.3.6.1.4.1.40482.4.1","1.3.6.1.4.1.40482.4.2","1.3.6.1.4.1.40482.4.3","1.3.6.1.4.1.40482.4.4","1.3.6.1.4.1.40482.4.5","1.3.6.1.4.1.40482.4.6","1.3.6.1.4.1.40482.700","1.3.6.1.4.1.40482.2.50","1.3.6.1.4.1.40482.2.51","1.3.6.1.4.1.40482.2.52"]
    hosts => [ {host => "udp:172.<x.y.z>/161" community => "public" version => "2c" }]
    interval => 1
    mib_paths => [ "/var/lib/snmp/mibs/ietf/" ]
  }
elk@<servername>:/var/lib/snmp/mibs/ietf$ snmpwalk -v 2c -c public 172.x.y.z 1.3.6.1.4.1.40482
iso.3.6.1.4.1.40482.4.1.0 = INTEGER: 211432
iso.3.6.1.4.1.40482.4.2.0 = INTEGER: 3569256
iso.3.6.1.4.1.40482.4.3.0 = INTEGER: 73
iso.3.6.1.4.1.40482.4.4.0 = INTEGER: 341
iso.3.6.1.4.1.40482.4.5.0 = INTEGER: 91
iso.3.6.1.4.1.40482.4.6.0 = INTEGER: 119
iso.3.6.1.4.1.40482.4.6.0 = No more variables left in this MIB View (It is past the end of the MIB tree)

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.