Does anybody know a good tool to assist in the development of an SNMP MIB with correct formatting and syntax?
If possible, it should be free and run under Linux.
Does anybody know a good tool to assist in the development of an SNMP MIB with correct formatting and syntax?
If possible, it should be free and run under Linux.
You could always use the snmp-mode in emacs for syntax highlighting.
For a very quick & dirty systax-hightlighter, try the default color syntax highlighting in vim. Below is a screenshot from a MIB-II file in vim.
According to this net-snmp howto, there is a tool called smilint from the smilib package that they recommend. Sounds more directed than using snmptranslate.
See also this ietf page for descriptions on usage.
I've been using MIB Explorer Lite which has a syntax checker whenever you load a MIB. There's a free trial which I think lasts about 30 days.
I used http://www.mibdesigner.com/ couple of times and I find it to be a valuable tool significantly reducing the MIB design time.
It allows me to easily reorder parts of MIB and rename OIDs. More important it checks not only for invalid syntax but also for commonly used design and recommendation violations. The output is nicely formatted.
© 2022 - 2024 — McMap. All rights reserved.