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.

link|improve this question
feedback

3 Answers

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.

link|improve this answer
Actually I am aware of these tools and am quite comfortable with writing SNMP MIBS. I wasn't really looking for a syntax checker, rather a tool which will speed up the process. – user60008667 Dec 18 '08 at 12:50
feedback

You could always use the snmp-mode in emacs for syntax highlighting.

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown