FAQ:MIBs 05

From Net-SNMP Wiki
Revision as of 21:43, 25 October 2006 by Dts12 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

What does "Cannot find module (XXX-MIB)" mean?

This is similar to the previous questions. In this case, it's stating that it can't find the specified module - either because it's not installed properly, or the name used is subtly wrong.

If it's just one or two modules that are not being found, check that the files are in the expected location, are readable, and the name being used is correct. Note that the name reported is the name of the MIB module, which is not necessarily the same as the name of the file. See the question 'How do I add a MIB to the tools?' for more details on this.

If the tool is generating a whole slew of errors, then it's likely that either the MIB files haven't been installed at all, or the library is looking in the wrong place. See the previous two questions.

   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?