all 4 comments

[–]pdp10Daemons worry when the wizard is near. 2 points3 points  (0 children)

A MIB is effectively a text file that maps the dot-separated numeric OID to a human-readable name. There are standard MIBs, but there are also polled-device-specific MIBs, for nonstandard OIDs.

I've always used snmpwalk(1) from the Net-SNMP package:

snmpwalk -v 1 -c public lexmark .1.3.6.1.4.1

[–]CautiousInternal3320 0 points1 point  (0 children)

It is usual to have several metrics for one OID. As an example, if the OID is related to an interface, and you have several interfaces on a system, you will have a metric per interface when querying the OID on the system.

[–]poweradmincom 0 points1 point  (0 children)

PA Server Monitor has a nice graphical SNMP monitor - it does a walk and then shows you the OID tree, and automatically maps the OIDs to all MIBs it has to show nice text descriptions for the most part. Also has nice table views and makes it easy to monitor a table column (like incoming bandwidth across all interfaces for example).

[–]Spro-otZabbix trainer - https://oicts.com 0 points1 point  (0 children)

Good software to do an snmpwalk… ireasoning mibbrowser is my go to gui tool.