Template:FAQ:MIBs 04
From Net-SNMP Wiki
This is related to the previous question. The results that you receive do not depend on which MIBs are loaded - just on how the agent was compiled and configured.
Because the tools don't read in every MIB module they can find (and the relevant MIB file may not be installed anyway), it is quite possible for results from an agent to refer to modules that have not been loaded (particularly with GETNEXT requests, or when walking a tree).
The results will be reported quite correctly, but won't be
translated to use named identifiers or enumerations.
To fix this, use the environmental variables MIBS
or MIBFILES
(or the '-m'
and '-M'
flags)
to read in the relevant module files (assuming these are available).