1 Rookie

 • 

1 Message

May 2nd, 2025 03:13

We are trying to set up logstash and have pretty much the same exact issue.  At first we tried converting the MIB files provided via the Dell OneFS SNMP settings tab/page about 5 different ways.  The logstash cluster would get some data back for OIDs defined in the SNMPv2-SMI MIB or the public IETF & ISO MIBs, but none of the ISILON-MIB specific OIDs were working.   All ISILON-MIB OIDs saying: 'No Such Object available on this agent at this OID' 

This is what we get from doing a manual snmpwalk: 
ISILON-MIB::clusterStatus = No Such Object available on this agent at this OID
SNMPv2-SMI::mib-2.1.3.0 = Timeticks: (398848) 1:06:28.48

I did a walk for all available and ISILON-MIB is not mentioned even once amongst the thousands of others that do have data come back: 
snmpwalk -v2c -c <community>-m All < isilon>

No Events found!

Top