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

SNMP编程

开发平台:

Unix_Linux

  1. title Output style options
  2. description This section allows you to control how the output of the
  3. description various commands will be formated
  4. token logTimestamp
  5. info  Should timestamps be shown on the output
  6. info  arguments: (1|yes|true|0|no|false)
  7. question 1  Should timestamps be shown on the output
  8. validanswer 1 ^(1|yes|true|0|no|false)$
  9. token printNumericEnums
  10. info  Print enums numericly or textually
  11. info  command line equivelent: -Oe
  12. question 1 Print enums numericly
  13. info  arguments: (1|yes|true|0|no|false)
  14. validanswer 1 ^(1|yes|true|0|no|false)$
  15. token printNumericOids
  16. info  Print OIDs numericly or textually
  17. info  command line equivelent: -On
  18. question 1 Print enums numericly
  19. info  arguments: (1|yes|true|0|no|false)
  20. validanswer 1 ^(1|yes|true|0|no|false)$
  21. token dontBreakdownOids
  22. info When OIDs contain a index to a table, they are broken
  23. info into the displayable pieces and shown to you.
  24. info For example the oid vacmSecurityModel.0.3.119.101.115
  25. info is nicely broken down by
  26. info default and the string hidden in the oid is shown
  27. info to you as vacmSecurityModel.0."wes". This token and the -Ob
  28. info option diables this feature and displays it as
  29. info vacmSecurityModel.0.3.119.101.115 again.
  30. info  command line equivelent: -Ob
  31. info  arguments: (1|yes|true|0|no|false)
  32. validanswer 1 ^(1|yes|true|0|no|false)$
  33. question 1 Disable the breaking-down of OIDs?
  34. token escapeQuotes
  35. info  Should the quotation marks in broken down oids be escaped
  36. info  If you want to cut and paste oids that have been broken down
  37. info  into indexes and strings, this will put a backslash in front of them
  38. info  so your shell will pass them rather than interpret them.
  39. info  arguments: (1|yes|true|0|no|false)
  40. question 1  Should the quotation marks in broken down oids be escaped
  41. validanswer 1 ^(1|yes|true|0|no|false)$
  42. token quickPrinting
  43. info  Make the output simple for quick parsing
  44. info  This option removes the equal sign and value identifies leaving
  45. info  just the oid and the value on the output for easier parsing in scripts
  46. info  command line equivelent: -Oq
  47. info  arguments: (1|yes|true|0|no|false)
  48. validanswer 1 ^(1|yes|true|0|no|false)$
  49. question 1  Make the output simple for quick parsing
  50. token numericTimeticks
  51. info  Print timeticks as a number and not a time-string
  52. info  command line equivelent:
  53. info  arguments: (1|yes|true|0|no|false)
  54. question 1 Print timeticks as a number and not a time-string
  55. validanswer 1 ^(1|yes|true|0|no|false)$
  56. token suffixPrinting
  57. info Shorten OIDs printed to the screen
  58. info possible values:
  59. info -  0:  UCD-style.  OIDs are displayed like:
  60. info -        system.sysUpTime.0
  61. info -  1:  deletes all by the last symbolic part of the OID:
  62. info -        system.sysUpTime.0 becomes sysUpTime.0
  63. info -  2:  is  a  variant  of this, adding the name of the MIB
  64. info -      that defined this object:
  65. info -        system.sysUpTime.0 becomes SNMPv2-MIB::sysUpTime.0
  66. info -      (This is the default with net-snmp v5)
  67. info  command line equivelent: 0 = -Ou,  1 = -Os, 2 = -OS
  68. info  arguments: (1|2)
  69. question 1 Shorten OIDs (0|1|2)
  70. validanswer 1 ^(0|1|2)$