NetXMS Support Forum

English Support => General Support => Topic started by: mgthump on November 17, 2017, 05:15:46 AM

Title: can't import Cambium epmp 3.5 mibs
Post by: mgthump on November 17, 2017, 05:15:46 AM
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>
Title: Re: can't import Cambium epmp 3.5 mibs
Post by: Victor Kirhenshtein on November 17, 2017, 08:09:46 AM
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
Title: Re: can't import Cambium epmp 3.5 mibs
Post by: mgthump on November 22, 2017, 01:56:43 AM
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
Title: Re: can't import Cambium epmp 3.5 mibs
Post by: mgthump on November 22, 2017, 02:12:44 AM
I didn't provide a destination file, once i did this it was successful.


Thanks!