Hi All! Im using MibLoader to load multiple MIB from multiple files. ... mib = loader.load(mib1); //SNMPv2-MIB mib = loader.load(mib2); //IF-MIB ...
after this, im trying to get a mibsymbol with getValueByOid. The problem is, that i cannot get the mibsymbol from mib1, after mib2 is loaded, only from mib2. (after commenting the line with mib2, the mibsymbol is reachable) is this a common problem or i missed something? Many thanks, -- Daniel Gyorfi xn--gyrfidniel-x4a35k _______________________________________________ Mibble-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/mibble-users
