Hi,
I've finally got snmp going for my Zabbix server which is receiving traps from my switches and routers.
I've loaded siome Cisco mibs into there to translate but it doesn't translate them all.
I've got a few issues with some traps not being recognised. Problem is, I can't find these oids anywhere.
Here is an instance:
Host: <UNKNOWN> (UDP: [10.1.1.216]:61305->[10.1.28.70])
DISMAN-EVENT-MIB::sysUpTimeInstance 2:5:20:53.72
SNMPv2-MIB::snmpTrapOID.0 SNMPv2-SMI::enterprises.9.9.43.2.0.1
SNMPv2-SMI::enterprises.9.9.43.1.1.6.1.3.57 1
SNMPv2-SMI::enterprises.9.9.43.1.1.6.1.4.57 3
SNMPv2-SMI::enterprises.9.9.43.1.1.6.1.5.57 2
SNMP-COMMUNITY-MIB::snmpTrapAddress.0 10.1.1.216
SNMP-COMMUNITY-MIB::snmpTrapCommunity.0 "MyCommunity!"
SNMPv2-MIB::snmpTrapEnterprise.0 SNMPv2-SMI::enterprises.9.9.43.2
SNMPv2-SMI::enterprises.9.9.43.1.1.6.1.3.57 1
The last two digits of the above seem to increment so 57 will become 58 next time with a value of 1
So if I look back for an oid with .57 stripped off ie enterprises.9.9.43.1.1.6.1.3, I can't find it anywhere.
Anyone able to shed any light on this?