README.mibs
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. About the MIBS distributed with Net-SNMP.
  2. This directory contains a very basic set of MIB files, ready for use.
  3. In addition, there are some scripts and table files to help you get a
  4. fuller collection of MIB files.
  5. smistrip - a script that can extract a MIB file from an RFC (or I-D)
  6. mibfetch - a script that will fetch an RFC file from a mirror, and extract
  7. the hosted MIB from it. It assumes that you have wget installed.
  8. rfclist - a list of RFC numbers and corresponding MIB name(s)
  9. ianalist - a list of files at the IANA server that holds IANA maintained
  10. MIBs
  11. Makefile.mib - rules for extracting current MIB files from RFC and IANA
  12. files.
  13. rfcmibs.diff - a set of required patches for MIB files extracted from RFCs
  14. The file Makefile.mib holds rules that fetch and extract MIB files from
  15. their hosting RFCs. Make will use wget to retrieve the RFC files, and,
  16. as I am located in Denmark, use the RFC mirror at NORDUnet. You may change
  17. that at the top of Makefile.mib.
  18. Makefile.mib also holds rules that will collect all the current IETF MIB
  19. definitions, using the lists in rfclist and ianalist. To get them all,
  20. use
  21. make -f Makefile.mib allmibs
  22. Note, that there are a few fatal syntactic errors in some of the RFC
  23. definitions. To make them all parse successfully with the Net-SNMP parser,
  24. you should apply the patches in the file rfcmibs.diff. These patches are
  25. typical for the problems that are commonly seen with MIB files from various
  26. sources:
  27. - forgetting to import enterprises/mib-2/transmission from SNMPv2-SMI
  28. - thinking that a -- comment ends at end-of-line, not at the next --
  29. - using _ in identifiers. A - may be used in its place
  30. - various misspellings
  31. There is a short-cut rule
  32. make -f Makefile.mib rfc
  33. that will also apply the patches. Note that Makefile.mib and smistrip has
  34. configurable versions of awk and patch. If you are running Solaris you
  35. must set these to nawk and gpatch respectively.
  36. DISCLAIMER: The patches provided here for the IETF standard MIB files
  37. are not endorsed by anyone, and I don't guarantee that they bring them
  38. accordance with what the authors intended. All I will promise, is that
  39. the MIB files can be parsed.