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

SNMP编程

开发平台:

Unix_Linux

  1. title Textual mib parsing
  2. description This section controls the textual mib parser.  Textual
  3. description mibs are parsed in order to convert OIDs, enumerated
  4. description lists, and ... to and from textual representations
  5. description and numerical representations.
  6. token mibdirs
  7. info  Specifies directories to be searched for mibs.
  8. info  Adding a '+' sign to the front of the argument appends the new
  9. info  directory to the list of directories already being searched.
  10. info  arguments: [+]directory[:directory...]
  11. question 1 Enter the list of directories to search through for mibs
  12. token mibs
  13. info  Specifies a list of mibs to be searched for and loaded.
  14. info  Adding a '+' sign to the front of the argument appends the new
  15. info  mib name to the list of mibs already being searched for.
  16. info  arguments: [+]mibname[:mibname...]
  17. question 1 Enter the list of mibs to read
  18. token mibfile
  19. info  Loads a particular mib file from a particualar path
  20. info  arguments: /path/to/mibfile
  21. question 1 Enter the mib file name to read
  22. token showMibErrors
  23. info  Should errors in mibs be displayed when the mibs are loaded
  24. question 1  Should errors in mibs be displayed when the mibs are loaded
  25. info  arguments: (1|yes|true|0|no|false)
  26. validanswer 1 ^(1|yes|true|0|no|false)$
  27. token mibWarningLevel
  28. info  Should warnings about mibs be displayed when the mibs are loaded
  29. question 1  Should warnings about mibs be displayed when the mibs are loaded
  30. info  arguments: 1|2
  31. validanswer 1 ^(1|2)$
  32. token strictCommentTerm
  33. info  Be strict about about mib comment termination.
  34. info  Strictly follow comment rules about parsing mibs.
  35. info  arguments: (1|yes|true|0|no|false)
  36. validanswer 1 ^(1|yes|true|0|no|false)$
  37. question 1 Be strict about about mib comment termination
  38. token mibAllowUnderline
  39. info  Should underlines be allowed in mib symbols (illegal)
  40. info  arguments: (1|yes|true|0|no|false)
  41. validanswer 1 ^(1|yes|true|0|no|false)$
  42. question 1 Should underlines be allowed in mib symbols
  43. token mibReplaceWithLatest
  44. info  Force replacement of older mibs with known updated ones
  45. question 1  Force replacement of older mibs with known updated ones
  46. info  arguments: (1|yes|true|0|no|false)
  47. validanswer 1 ^(1|yes|true|0|no|false)$