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