#SNMP Suite has a basic MIB browser available (basic, not yet very good),
http://sharpsnmplib.codeplex.com
And you can use it in Mono / Linux.
- Install Mono.
- Download the zip binary package.
- Unzip the contents.
- On the terminal, run
mono compiler.exe to start the compiler. Compile MIB..module documents are saved in the default folder. - On the terminal, run
mono browser.exe to launch the browser. The browser downloads MIB documents from the default location.
Be sure to use the compiler to compile MIB documents into .module files. The browser can only understand .module files.
Lex li
source share