11

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.

user1646223
  • 111
  • 1
  • 1
  • 3
  • This might be more appropriate for _Server Fault_ or _Super User_ – Eero Aaltonen Sep 02 '13 at 12:37
  • 5
    @Eero: Even in serverfault, they close such questions saying that it is a product recommendation question. I don't see why people shouldn't ask such questions. A google search brought me to this page, and I feel that the answers to such questions will be really helpful for people. – Nav Jan 04 '14 at 07:18
  • @Nav I believe (I can't speak for SE) the rationale is that such questions are opinionated and have no real answer as needs and evaluation criteria can be entirely different. Additionally, any answer provided can change very rapidly. – Jim Keener Feb 16 '16 at 16:45

2 Answers2

1

Try iReasoning. It is very good one and it has got different useful features.

sakthisundar
  • 3,278
  • 3
  • 16
  • 29
0

#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.

Lex Li
  • 60,503
  • 9
  • 116
  • 147