Importing MIBs

Started by Naveen, July 10, 2008, 12:37:26 PM

Previous topic - Next topic

Naveen

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

Victor Kirhenshtein

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

Anth0ny

offtop: i'm already imported my collection of MIBs to NXMS mib database.
all works perfectly.

you need to do all as said Victor.