Difference between revisions of "FAQ:MIBs 06"

From Net-SNMP Wiki
Jump to: navigation, search
(Move FAQ text to a template page & 5.4 release synchronisation)
(Latest FAQ revision - preparing for 5.5 release)
 
Line 1: Line 1:
= The parser doesn't handle comments properly. Why not? =
+
= What does "unlinked OID" mean? =
  
<!-- NB:
+
{{FAQ:MIBs_06}}
  There is a mismatch between the template numbering
+
  for this entry, and the FAQ entries that refer to it.
+
  This follows a review of the entries in the
+
  MIBs section.
+
-->
+
{{FAQ:MIBs_07}}
+
  
 
     [[FAQ:MIBs]]
 
     [[FAQ:MIBs]]
 
     {{FAQ:MIBs}}
 
     {{FAQ:MIBs}}

Latest revision as of 12:10, 28 May 2009

What does "unlinked OID" mean?

This means that the library has been able to find the MIB module, and parse the individual objects defined in it, but is having problems linking them together into a consistent tree. In particular, it can't find an object corresponding to the name within the braces (i.e. the 'xxx' in '{xxx 99}').

This is probably due either to a typo in this name (remember that names are case sensitive, so a reference to 'xxx' will not match a definition of 'Xxx'), or else the name is defined in another MIB file, and this dependency is missing from the IMPORT clause of this MIB file.

   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?