Hi Everyone,
Is SNMP trap version 3 works for Zabbix? I have the following configuration. Zabbix is able to see the SNMP traps version 1,2 but not version 3.
# Example configuration file for snmptrapd
#
# No traps are handled by default, you must edit this file!
#
# authCommunity log,execute,net public
# traphandle SNMPv2-MIB::coldStart /usr/bin/bin/my_great_script cold
traphandle default snmptt
# authCommunity execute public
authCommunity execute public
authCommunity execute monitor724
authCommunity execute monitor_1qe
createUser -e 0x0304050607 myusername SHA "mypassword01" AES "mypassword01"
authUser log,execute myusername
#perl do "/usr/bin/zabbix_trap_receiver.pl";
Thanks
Winghello
Is SNMP trap version 3 works for Zabbix? I have the following configuration. Zabbix is able to see the SNMP traps version 1,2 but not version 3.
# Example configuration file for snmptrapd
#
# No traps are handled by default, you must edit this file!
#
# authCommunity log,execute,net public
# traphandle SNMPv2-MIB::coldStart /usr/bin/bin/my_great_script cold
traphandle default snmptt
# authCommunity execute public
authCommunity execute public
authCommunity execute monitor724
authCommunity execute monitor_1qe
createUser -e 0x0304050607 myusername SHA "mypassword01" AES "mypassword01"
authUser log,execute myusername
#perl do "/usr/bin/zabbix_trap_receiver.pl";
Thanks
Winghello
Comment