
Hi All,
I have mib files X-MIB which has linkage to Y-MIB within it.
Both files X-MIb and Y-MIB are present in the same directory.
when i do smidump -f xml -o test.xml ./X-MIB
it gives an error
failed to locate MIB module `Y-MIB'
How to get rid of the error.
Rgds
RamanGG
--------------------------------- Do you Yahoo!? Faith Hill - Exclusive Performances, Videos, & more faith.yahoo.com

Hi!
g> I have mib files X-MIB which has linkage to Y-MIB within it. g> Both files X-MIb and Y-MIB are present in the same directory. g> when i do smidump -f xml -o test.xml ./X-MIB g> it gives an error g> failed to locate MIB module `Y-MIB' g> How to get rid of the error.
Andy already gave one solution (module preloading). Another way would be to ensure that all required modules are within the search path. See the MODULE LOCATIONS section of the smi_config(3) man page.
-frank
participants (2)
-
Frank Strauss
-
g.g