FAQ:MIBs 05

From Net-SNMP Wiki
Jump to: navigation, search

I'm getting answers, but they're all numbers. Why?

This is related to the previous questions. Remember, the results that you receive from an agent do not depend on which MIBs are loaded by the client tools - purely on how the agent was compiled and configured.

Because the tools don't necessarily read in every MIB file they can find (and the relevant MIB file may not be available 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 correctly, but won't be translated to use named identifiers (or display the values in the most appropriate manner). To fix this, add the missing MIB files to the list of MIBs to be loaded. See the previous entries and the entry "How do I add a MIB to the tools?" for more information.

   FAQ:MIBs
   
  1. Where can I find a MIB compiler?
  2. Why aren't my MIB files being read in?
  3. Where should I put my MIB files?
  4. What does "Cannot find module (XXX-MIB)" mean?
  5. I'm getting answers, but they're all numbers. Why?
  6. What does "unlinked OID" mean?
  7. The parser doesn't handle comments properly. Why not?
  8. How can I get more information about problems with MIB files?
  9. What's this about "too many imported symbols"?
  10. Do I actually need the MIB files?