|
Current behavior with multiple SNMP sessions that point to different MIB folders: If two different SNMP sessions point to different MIB folders in their session profiles, then for each MIB file, the first one loaded will take precedence over all others subsequent ones of the same name. What that means is that if the first session opened loads a MIB file that is missing an entry that is present in the same named MIB file loaded by the second session, then the second session will not have access to that entry. Workaround: If test cases are dependent on having access to different versions of the same MIB file, then they must be run separately in different instances of iTest. |