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

SNMP编程

开发平台:

Unix_Linux

  1. title Trap Destinations
  2. description Here we define who the agent will send traps to.
  3. token     trapsink
  4. info     A SNMPv1 trap receiver
  5. info     arguments: host [community] [portnum]
  6. question 1  A host name that should receive the trap
  7. question 2  The community to be used in the trap sent [optional]
  8. question 3  The port number the trap should be sent to [optional]
  9. validanswer 3 ^(d+|)$
  10. token     trap2sink
  11. info     A SNMPv2c trap receiver
  12. info     arguments: host [community] [portnum]
  13. steal     trapsink
  14. token     informsink
  15. info     A SNMPv2c inform (acknowledged trap) receiver
  16. info     arguments: host [community] [portnum]
  17. steal     trapsink
  18. token     trapsess
  19. info     A generic trap receiver defined using snmpcmd style arguments.
  20. info     Read the snmpcmd manual page for further information.
  21. info     arguments: [snmpcmdargs] host
  22. question 1  Specify the command line snmpcmd style options for this host
  23. question 2  Specify the host name
  24. token     trapcommunity
  25. info     Default trap sink community to use
  26. info     arguments: community-string
  27. question 1  The default community name to use when sending traps
  28. token     authtrapenable
  29. info     Should we send traps when authentication failures occur
  30. info     arguments: 1 | 2   (1 = yes, 2 = no)
  31. question 1  Should traps be sent when authentication failures occur? (1=yes, 2=no)
  32. validanswer 1 ^(1|2)$
  33. group trapsinks
  34. single authtrapenable Do you want the agent to send snmp traps on snmp authentication failures?
  35. single trapcommunity
  36. multiple informsink Do you want the agent to send snmpv2c informs to a trap receiver
  37. multiple trap2sink Do you want the agent to send snmpv2c traps to a trap receiver
  38. multiple trapsink Do you want the agent to send snmpv1 traps to a trap receiver