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

SNMP编程

开发平台:

Unix_Linux

  1. title System Information Setup
  2. description  This section defines some of the information reported in
  3. description  the "system" mib group in the mibII tree.
  4. token syslocation
  5. info  The [typically physical] location of the system.
  6. info  Note that setting this value here means that when trying to
  7. info  perform an snmp SET operation to the sysLocation.0 variable will make
  8. info  the agent return the "notWritable" error code.  IE, including
  9. info  this token in the snmpd.conf file will disable write access to
  10. info  the variable.
  11. info  arguments:  location_string
  12. question 1 The location of the system
  13. token syscontact
  14. info  The contact information for the administrator
  15. info  Note that setting this value here means that when trying to
  16. info  perform an snmp SET operation to the sysContact.0 variable will make
  17. info  the agent return the "notWritable" error code.  IE, including
  18. info  this token in the snmpd.conf file will disable write access to
  19. info  the variable.
  20. info  arguments:  contact_string
  21. question 1 The contact information
  22. token sysservices
  23. info  The proper value for the sysServices object.
  24. info  arguments:  sysservices_number
  25. question 1 does this host offer physical services (eg, like a repeater) [answer 0 or 1]
  26. question 2 does this host offer datalink/subnetwork services (eg, like a bridge)
  27. question 3 does this host offer internet services (eg, supports IP)
  28. question 4 does this host offer end-to-end services (eg, supports TCP)
  29. question 7 does this host offer application services (eg, supports SMTP)
  30. validanswer 1 ^(0|1)$
  31. validanswer 2 ^(0|1)$
  32. validanswer 3 ^(0|1)$
  33. validanswer 4 ^(0|1)$
  34. validanswer 7 ^(0|1)$
  35. line eval $1*1 + $2*2 + $3*4 + $4*8 + $7*64
  36. group system_setup
  37. single syslocation
  38. single syscontact
  39. single sysservices Do you want to properly set the value of the sysServices.0 OID (if you don't know, just say no)?