有没有适合 linux 的好的 mib 浏览器?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12409803/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Is there a good mib browser for linux?
提问by user1646223
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.
我正在为 linux 寻找一个好的开源 mib 浏览器。ireasoning 对它可以在免费版本中加载的 mib 文件数量有限制。
I dont need it to do mib queries I just need to see the mib tree.
我不需要它来进行 mib 查询,我只需要查看 mib 树。
回答by Lex Li
#SNMP Suite has a basic MIB browser available (basic, not good yet),
#SNMP Suite 有一个基本的 MIB 浏览器可用(基本的,还不是很好),
http://sharpsnmplib.codeplex.com
http://sharpsnmplib.codeplex.com
And you can use it on Mono/Linux.
你可以在 Mono/Linux 上使用它。
- Install Mono.
- Download the binary zip package.
- Unzip the contents.
- At terminal execute
mono compiler.exe
to launch the compiler. Compile the MIB documents. .module files are saved to the default location. - At terminal execute
mono browser.exe
to launch the browser. The browser loads the MIB documents from default location.
- 安装单声道。
- 下载二进制压缩包。
- 解压内容。
- 在终端执行
mono compiler.exe
以启动编译器。编译 MIB 文档。.module 文件保存到默认位置。 - 在终端执行
mono browser.exe
以启动浏览器。浏览器从默认位置加载 MIB 文档。
Be sure to use the compiler to compile the MIB documents to .module files. The browser can only understand .module files.
请务必使用编译器将 MIB 文档编译为 .module 文件。浏览器只能理解 .module 文件。
回答by sakthisundar
Try iReasoning. It is very good one and it has got different useful features.
尝试iReasoning。这是非常好的一个,它具有不同的有用功能。