NetXMS Support Forum

English Support => General Support => Topic started by: Naveen on July 10, 2008, 12:37:26 PM

Title: Importing MIBs
Post by: Naveen on July 10, 2008, 12:37:26 PM
I am unable to compile new mibs in 2.21. I have downloaded the mibs to \var\mibs directory and when I run:

nxmibc -d . -z D:\NetXMSApp\var\mibs\CISCO-RTTMON-MIB.txt

It gives error:

CISCO-RTTMON-MIB: ERROR 002: Import module "SNMPv2-SMI" unresolved.

Please help!!

Thanks
Naveen
Title: Re: Importing MIBs
Post by: Victor Kirhenshtein on July 10, 2008, 01:37:57 PM
Hello!

You should either change your working directory to D:\NetXMSApp\var\mibs and then run


nxmibc -d . -z


or run


nxmibc -d D:\NetXMSApp\var\mibs -z


and copy resulting netxms.mib into D:\NetXMSApp\var\mibs.

Best regards,
Victor
Title: Re: Importing MIBs
Post by: Anth0ny on July 10, 2008, 01:46:51 PM
offtop: i'm already imported my collection of MIBs to NXMS mib database.
all works perfectly.

you need to do all as said Victor.