No sure if this issue qualifies for XI support but i hope you might have faced it before and can point me in right direction.
I've configured Xi to process snmp traps and for most of the nodes its working fine. ( i.e +100 nodes) But from one ..i am getting below repetitive mesg
Data received:
Code: Select all
CLIENTHOST
UDP: [CLIENTHOST]:26839->[NAgiosXI]
DISMAN-EVENT-MIB::sysUpTimeInstance 0:0:00:35.01
SNMPv2-MIB::snmpTrapOID.0 SNMPv2-MIB::[color=#FF0000]authenticationFailure[/color]
SNMPv2-MIB::snmpTrapEnterprise.0 NET-SNMP-MIB::netSnmpAgentOIDs.10Snmpd.conf on CLIENT HOST looks like below:-
[root@ ~]# grep -v ^# /etc/snmp/snmpd.conf | sed '/^$/d'
Code: Select all
trap2sink NagiosXI public
com2sec notConfigUser default public
group notConfigGroup v1 notConfigUser
group notConfigGroup v2c notConfigUser
view systemview included .1
view systemview included .1.3.6.1.2.1.1
view systemview included .1.3.6.1.2.1.25.1.1
access notConfigGroup "" any noauth exact systemview none none
pass .1.3.6.1.4.1.4413.4.1 /usr/bin/ucd5820stat
rocommunity public nagiosXI .1Any help will be appreciated.