Ad Widget

Collapse

SNMP Traps

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ishan
    Member
    • May 2013
    • 40

    #1

    SNMP Traps

    I have configured the snmptrap as same as below site,
    Join the friendly and open Zabbix community on our forums and social media platforms.


    But i am still keep on receiving SNMPv2-MIB::authenticationFailure message from only one device

    Could you please help me to fix the issue.

    Thanks & Regards,
    Ishan
  • Ishan
    Member
    • May 2013
    • 40

    #2
    Hello Team

    Originally posted by Ishan
    I have configured the snmptrap as same as below site,
    Join the friendly and open Zabbix community on our forums and social media platforms.


    But i am still keep on receiving SNMPv2-MIB::authenticationFailure message from only one device

    Could you please help me to fix the issue.

    Thanks & Regards,
    Ishan
    I would like to provide you more details to clarify the scenario,

    My snmptrapd.conf file configured with below settings,

    # Example configuration file for snmptrapd
    #
    # No traps are handled by default, you must edit this file!
    #
    authCommunity log,execute,net public
    authCommunity log,execute,net private
    authCommunity log,execute,net Public
    # traphandle default /usr/local/sbin/zabbix_snmptraphandler.pl
    perl do "/usr/bin/zabbix_trap_receiver.pl"
    disableAuthorization yes
    ignoreauthfailure 1

    Zabbix_server.conf file settings for snmptraps,

    ### Option: SNMPTrapperFile
    # Temporary file used for passing data from SNMP trap daemon to the server.
    # Must be the same as in zabbix_trap_receiver.pl or SNMPTT configuration file.
    #
    # Mandatory: no
    # Default:
    # SNMPTrapperFile=/tmp/zabbix_traps.tmp

    SNMPTrapperFile=/tmp/zabbix_traps.tmp

    ### Option: StartSNMPTrapper
    # If 1, SNMP trapper process is started.
    #
    # Mandatory: no
    # Range: 0-1
    # Default:
    # StartSNMPTrapper=0

    StartSNMPTrapper=1

    And i setup the snmptraps as per the below websites instructions,

    Join the friendly and open Zabbix community on our forums and social media platforms.


    But the issue is still i am getting the SNMP Authentication failure message from all hosts as per below,

    May 6 14:27:04 zabbix snmptrapd[1315]: 2014-05-06 14:26:54 <UNKNOWN> [UDP: [X.X.X.X]:161->[X.X.X.X]]:#012DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (103364162) 11 days, 23:07:21.62#011SNMPv2-MIB::snmpTrapOID.0 = OID: SNMPv2-MIB::authenticationFailure

    Please kindly help me to fix this issue

    Comment

    Working...