can't import Cambium epmp 3.5 mibs

Started by mgthump, November 17, 2017, 05:15:46 AM

Previous topic - Next topic

mgthump

hello, I'm trying to import cambiums but no luck.
below is the error message, and attached is the original MIB file.   I renamed it while trying to import it. nothing else has been edited.  not sure what else to do. any advice?

Thanks!


C:\NetXMS\bin>nxmibc.exe -d c:\NetXMS\swap
NetXMS MIB Compiler  Version 2.1.2 (2.1.2)
Copyright (c) 2005-2017 Raden Solutions

Parsing source files:
   c:\NetXMS\swap\35.txt
Resolving imports:
   CAMBIUM-PMP80211-MIB
CAMBIUM-PMP80211-MIB: ERROR 002: Import module "SNMPv2-SMI" unresolved

C:\NetXMS\bin>

Victor Kirhenshtein

Hi,

you should compile new MIB file together with the rest of MIBs. Either place it in same directory or specify multiple -d entries.

Best regards,
Victor

mgthump

I'm not sure if I followed what you meant by that.

I copied the MIB into the share/mib directory and tried to import it from there, where the rest of the mibs are and I get " error 002: Import module "SNMPv2-SMI" unresolved"

the command C:\NetXMS\bin>nxmibc  -d -z c:\NetXMS\share\mibs\CAMBIUM-ePMP-3.5-MIB.txt    i'm only trying to add 1 file.


screen copy and paste:


C:\NetXMS\bin>nxmibc  -d -z c:\NetXMS\share\mibs\CAMBIUM-ePMP-3.5-MIB.txt
NetXMS MIB Compiler  Version 2.1.2 (2.1.2)
Copyright (c) 2005-2017 Raden Solutions

Parsing source files:
   c:\NetXMS\share\mibs\CAMBIUM-ePMP-3.5-MIB.txt
Resolving imports:
   CAMBIUM-PMP80211-MIB
CAMBIUM-PMP80211-MIB: ERROR 002: Import module "SNMPv2-SMI" unresolved

mgthump

I didn't provide a destination file, once i did this it was successful.


Thanks!