I'm currently using snmptranslate from net-snmp to translate EnterpriseOID for the traps received by my custom coded trap receiver using the following command:
snmptranslate -M. -mALL .1.3.6.1.2.1.39.2.2
Now, I am receiving SNMP v1 traps with generic = enterpriseSpecific (6), hence I need to decode the specific trap number, e.g. 10003 to a meaning text. Is there a way to do this using snmptranslate? I already have the MIB file associated with the traps.