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

SNMP编程

开发平台:

Unix_Linux

  1. title Default Authentication Options
  2. description This section defines the default authentication
  3. description information.  Setting these up properly in your
  4. description ~/.snmp/snmp.conf file will greatly reduce the amount of
  5. description command line arguments you need to type (especially for snmpv3).
  6. token defaultPort
  7. info  The default port number to use
  8. info  This token specifies the default port number you want packets to 
  9. info  be sent to and received from.
  10. info  override: with -p on the command line.
  11. info  arguments: portnum
  12. question 1 Enter the default port number to use
  13. token defVersion
  14. info  The default snmp version number to use.
  15. info  override: with -v on the command line.
  16. info  arguments: 1|2c|3
  17. question 1 Enter the default snmp version number to use (1|2c|3)
  18. validanswer 1 ^(1|2c|3)$
  19. token defCommunity
  20. info  The default snmpv1 and snmpv2c community name to use when needed.
  21. info  If this is specified, you don't need to include the community
  22. info  name as an argument to the snmp applications.  
  23. info  override: with -c on the command line.
  24. info  arguments: communityname
  25. question 1 Enter the default community name to use
  26. token defSecurityName
  27. info  The default snmpv3 security name to use when using snmpv3
  28. info  override: with -u on the command line.
  29. info  arguments: securityname
  30. question 1 Enter the default security name to use
  31. token defContext
  32. info  The default snmpv3 context name to use
  33. info  override: with -n on the command line.
  34. info  arguments: contextname
  35. question 1 Enter the default context name to use
  36. token defSecurityLevel
  37. info  The default snmpv3 security level to use
  38. info  override: with -l on the command line.
  39. info  arguments: noAuthNoPriv|authNoPriv|authPriv
  40. question 1 Enter the default privacy pass phrase to use
  41. validanswer 1 ^(noAuthNoPriv|authNoPriv|authPriv|nanp|anp|ap)$
  42. token defAuthType
  43. info  The default snmpv3 authentication type name to use
  44. info  override: with -a on the command line.
  45. info  arguments: authtype
  46. question 1 Enter the default authentication type to use (MD5|SHA)
  47. validanswer 1 ^(MD5|SHA)$
  48. token defAuthPassphrase
  49. info  The default snmpv3 authentication pass phrase to use
  50. info  Note: It must be at least 8 characters long.
  51. info  override: with -A on the command line.
  52. info  arguments: passphrase
  53. question 1 Enter the default authentication pass phrase to use
  54. token defPrivType
  55. info  The default snmpv3 privacy (encryption) type name to use
  56. info  override: with -x on the command line.
  57. info  arguments: privtype
  58. question 1 Enter the default privacy type to use (DES|AES)
  59. validanswer 1 ^(DES|AES)$
  60. token defPrivPassphrase
  61. info  The default snmpv3 privacy pass phrase to use
  62. info  Note: It must be at least 8 characters long.
  63. info  override: with -X on the command line.
  64. info  arguments: passphrase
  65. question 1 Enter the default privacy pass phrase to use