"MIB is added, but is does not contain any TRAP-TYPE definitions, so no traps were added, even though user input said there should be traps specified."
It is just telling you that there are not any Trap OID's and it is just going to upload the MIB file to the server.
Now, the reason re-uploading them are failing is there some left over files and configurations that are causing a conflict so those will have to be resolved.
To do that, delete this file from the server as it is empty.
Code: Select all
/usr/share/snmp/mibs/processed_mibs/LIEBERT_GP_REG.txtCode: Select all
/usr/share/snmp/mibs/processed_mibs/RFC1628_UPS_MIB.txt
/usr/share/snmp/mibs/processed_mibs/LIEBERT_GP_SYSTEM.txt
/usr/share/snmp/mibs/processed_mibs/LIEBERT_GP_AGENT.txtAfter the files are saved, restart the SNMP Trap Translation daemon by running
Code: Select all
service snmptt restartIf the same message comes back, just continue on with uploading the MIB files.
When you are done, restart the snmptt daemon again to load the new settings.
Code: Select all
service snmptt restart