mibble-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mibble-users] Multiple MIB definitions in a single file


From: Andy 334
Subject: [Mibble-users] Multiple MIB definitions in a single file
Date: Thu, 29 Sep 2011 08:30:54 +0000

Hi!

I am having trouble loading multiple definitions from a single file - only 
the first module is loaded. MibbleValidator doesn't complain. MibbleBrowser 
also loads just the first part. However, if I split the file manually then 
the import (of all the parts) works. 

The MIB file is available here:
http://extremenetworks.com/libraries/services/v762b3.mib

Judging by this bug report Mibble should support loading multiple definitions 
from a single file:
http://savannah.nongnu.org/bugs/index.php?10261

This is the code I use for loading the file:
-----
  public Mib loadMib(File file) throws Exception {
      MibLoader  loader = new MibLoader();
      loader.addDir(file.getParentFile());
      return loader.load(file);
  }
-----

Am I missing something?

Thank you!

Kind regards,

Andy                                      


reply via email to

[Prev in Thread] Current Thread [Next in Thread]