SNMP Trap only shows OID on Librenms Eventlog

Hi,

I have followed SNMP Trap Handler - LibreNMS Docs to test SNMP Trap alerts. My eventlog only shows OID, for example remove a VLAN on Cisco 2960,

Librenms Eventlog Message shows:
RFC1155-SMI::enterprises.9.9.46.2.0.11 {“DISMAN-EVENT-MIB::sysUpTimeInstance”:“74:19:24:50.87”,“RFC1155-SMI::enterprises.9.9.46.1.3.1.1.4.1.30”:“test snmptrap”}

If someone knows how to make OID 9.9.46.2.0.11 to be a human readable message: VLAN delete notification?

Thanks

You need to have the mib enabled in snmptrapd. Check the LibreNMS docs for more info.

Thanks Tony, my setting was:
[Service]
Environment=“MIBSDIR=/opt/librenms/mibs”

it is working after change this:
Environment=“MIBSDIR=/opt/librenms/mibs:/opt/librenms/mibs/cisco”

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.