Over the past week or so I've spent time getting to know SNMP. I have quickly learnt that the bane of working with SNMP devices, to create simple monitoring tools, are the MIBs.
In my particular situation, Xerox aren't helpful with giving out MIBs so I'm left with thousands of unidentified objects when I perform a walk on a printer.
Many of these undescribed OIDs have values but of course I have no idea what they represent.
What are the typical procedures that's most successful in terms of results to resolve these unknown OIDs? I have time and the willingness to dig deeper but I'm just not sure where to start.
NB: I've already tried generic MIBs, and potential Xerox MIBs but all the descriptions seem very vague and don't explicitly indicate their purposes. This guy managed to identify a few in relation to the previously linked MIB but I have no idea how he worked it out because the description for those objects are ridiculously vague.
This is for a Python 2.7 script.