Page 1 of 1

SNMPTT not converting mibs

Posted: Wed Aug 20, 2014 2:26 am
by ksric
Hi,

I have installed snmptt 1.4 on my Nagios core 3 in a Test box and I have setup snmptrapd and snmptt.ini file as per documentation in snmptt.
I am now trying to run snmpconvertmib utility to convert a cisco MIb file but I am getting constant error as 'Cannot adopt OID'. I am running all the programs using Root user. Do we need to create snmptt user as well.

The error output shows some module files are missing. How and where do I get this?

Someone kindly help.

Regards,
Sricharan
+61-0416629626

Re: SNMPTT not converting mibs

Posted: Thu Aug 21, 2014 3:48 pm
by abrist
The following errors:

Code: Select all

Cannot find module (CISCO-TC): At line 31 in /usr/share/snmp/CISCO-WIRELESS-NOTIFICATION-MIB.my
Cannot find module (CISCO-SMI): At line 33 in /usr/share/snmp/CISCO-WIRELESS-NOTIFICATION-MIB.my
Imply that the MIB you are trying to add requires 2 other MIBS: CISCO-TC and CISCO-SMI.
The subsequent "Cannot Adopt" errors are derivatives of those missing MIB errors. You will need to install/convert those two MIBS first.

Re: SNMPTT not converting mibs

Posted: Thu Aug 21, 2014 10:44 pm
by ksric
Thank you for your help.

Regards,
Sricharan