SNMPTT and MIB files

mibsnmp

I have a system setup using SNMPTT to translate incoming traps and put them in a MySQL database. From there, a custom made web application reads out the database and presents the trapt to the user.

The problem is, only basic OID's like linkUp, linkDown and coldRestart are translating currently. The rest is going into the snmptt_unknown log. I figured I'd need the MIB files that correspond to the device I'm using for testen, which is a Cisco Catalyst 2950 switch.

A quick search gave me a large amount of mib files, for all Cisco products.

How do I tell SNMPTT to use these mibs?

Best Answer

Put to your snmptt.ini file line

mibs_environment = ALL

And restart snmptt. See if that helps.