[SNMP4J] snmp4j-smi-pro issue

2016-11-03 Thread Ronald Braswell
I am trying to use the SmiModule::getImports() to get the imports for a module. Then I want to use the SmiImport::getImportedObjectNames() and SmiImport::getSourceModuleName() methods for each import. Here is the import clause for XUPS-MIB: IMPORTS TimeTicks, Gauge32, Counter32, Integer32

Re: [SNMP4J] snmp4j-smi-pro issue

2016-11-03 Thread Frank Fock
Hi Ronald, Most likely, you get the IMPORTS from a different MIB module, or the MIB module could not be parsed correctly (this could happen if you use the lenient mode with a broken MIB module). Hope this helps. Best regards, Frank Am 03.11.2016 um 17:27 schrieb Ronald Braswell: I am