I am looking for a good open source mib browser for linux. ireasoning has a limit on the number of mib files it can load in the free version.
I dont need it to do mib queries I just need to see the mib tree.
#SNMP Suite has a basic MIB browser available (basic, not good yet),
http://sharpsnmplib.codeplex.com
And you can use it on Mono/Linux.
mono compiler.exe
to launch the compiler. Compile the MIB documents. .module files are saved to the default location.mono browser.exe
to launch the browser. The browser loads the MIB documents from default location.Be sure to use the compiler to compile the MIB documents to .module files. The browser can only understand .module files.