Can you load the MIB with the MibbleBrowser? Or just load the CISCO-SMI directly?
MIB loading requires imported MIBs to be located on the search path. Additional directories are added with the MibLoader.addDir(File) method. The MIB files should also be named as the corresponding MIB. For example, valid names for CISCO-SMI would be: CISCO-SMI CISCO-SMI.txt CISCO-SMI.mib See also the FAQ for some insight: http://www.mibble.org/doc/faq/api/index.html#Q2 Hope this helps, Cheers, /Per On Wed, Aug 28, 2013 at 11:13 PM, diffuser78 <[email protected]> wrote: > Hi > > I am trying to load a mib called as CISCO-NTP-MIB which imports CISCO-SMI. > > In the mibs directory, I have placed all the dependencies that the > CISCO-NTP-MIB requires. But when I do the "load(MibFleName)", I get errors > like "Couldn't find references MIB 'CISCO-SMI"". While this file is very > much present there, Mibble is not reading it ? > > What can be done to overcome this problem ? Can someone please shed > insight. > > Many thanks. > > DJ > > _______________________________________________ > Mibble-users mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/mibble-users > >
_______________________________________________ Mibble-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/mibble-users
