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