Is there a good mib browser for linux?

user1646223 picture user1646223 · Sep 13, 2012 · Viewed 24.6k times · Source

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.

Answer

Lex Li picture Lex Li · Sep 14, 2012

#SNMP Suite has a basic MIB browser available (basic, not good yet),

http://sharpsnmplib.codeplex.com

And you can use it on Mono/Linux.

  1. Install Mono.
  2. Download the binary zip package.
  3. Unzip the contents.
  4. At terminal execute mono compiler.exe to launch the compiler. Compile the MIB documents. .module files are saved to the default location.
  5. At terminal execute 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.