NetXMS Support Forum

English Support => General Support => Topic started by: jds on November 17, 2020, 09:22:58 PM

Title: Cisco MIBs
Post by: jds on November 17, 2020, 09:22:58 PM
Does anyone know how to fix MIBs that throw an error like "Import Symbol "xyz" unresolved"? I'm trying to import MIBs for our firewalls and 4 of the files throw this error. I've tried fixing them myself but nothing I do seems to work. If I remove them, the rest of the files will import fine. I have attached the MIBs

CISCO-FIREPOWER-AP-EQUIPMENT-MIB: ERROR 001: Import symbol "CfprApEquipmentPsuOperability" unresolved
CISCO-FIREPOWER-AP-PROCESSOR-MIB: ERROR 001: Import symbol "CfprApProcessorUnitId" unresolved
Title: Re: Cisco MIBs
Post by: Tursiops on November 20, 2020, 07:22:08 AM
CfprApProcessorUnitId and CfprApEquipmentPsuOperability are imported from MIB CISCO-FIREPOWER-AP-TC-MIB.
If you do not have that MIB, the symbols won't resolve.
It is also possible that you do have a version of that MIB which is too old/new and doesn't contain those symbols or has issues of its own, preventing a proper import.
Title: Re: Cisco MIBs
Post by: jds on November 20, 2020, 09:15:06 PM
I am downloading and importing that one as well. I went back and looked though it and you are right, the AP-TC-MIB says it has them but it really doesn't. I will work this out with Cisco.

Thank you for catching that.