You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works fine in Linux.
But when I windws when I use, given custom MIB DIR path won't get added and when i try to load some MIB which exist in that path Fails.
in setMibSources I don't see my dir path which is 'file:///G:/MIBS/'
from pysnmp.smi import builder, view, compiler, rfc1902, error
custom_mib_path =['file:///G:/MIBS/'] # The dir file path
mibBuilder = builder.MibBuilder()
compiler.addMibCompiler(mibBuilder, sources=custom_mib_path.split(","))
mibViewController = view.MibViewController(mibBuilder)
mibs=['<MIB-FILE-1>','<MIB-FILE-2>']
mibs=load_mib_module.split(",")
mibBuilder.loadModules(*mibs)
Hi,
TRAP Listener In Windows the Custom MIB Path don't get added. Hence it could not able to load custom M-IB file.
This works fine in Linux.
But when I windws when I use, given custom MIB DIR path won't get added and when i try to load some MIB which exist in that path Fails.
in setMibSources I don't see my dir path which is 'file:///G:/MIBS/'
Refer the attached
debug_log.txt
The text was updated successfully, but these errors were encountered: