I'm using SNMPTT to translate received traps from devices on my network.
The command snmptranslate -m +ALL OID will fully translate the OID into it's short description (MIB_NAME::OID_NAME).
SNMPTT will translate everything up to the last grouping, and then leave me the numerical value of the last term (MIB_NAME::OID_PARENT_NAME::12345)
SNMPTT is running with "mibs_environment = ALL" in the snmptt.ini and can properly translate most traps.
Do you know what may be happening?
The command snmptranslate -m +ALL OID will fully translate the OID into it's short description (MIB_NAME::OID_NAME).
SNMPTT will translate everything up to the last grouping, and then leave me the numerical value of the last term (MIB_NAME::OID_PARENT_NAME::12345)
SNMPTT is running with "mibs_environment = ALL" in the snmptt.ini and can properly translate most traps.
Do you know what may be happening?
Comment