How can I read an SNMP MIB file in c#?

arun Kumar picture arun Kumar · May 11, 2009 · Viewed 13k times · Source

How to read a MIB file(.Mib file) using c#.net

Answer

Jon B picture Jon B · May 11, 2009

You can write your own ASN.1 parser, or use an off-the-shelf component. I use NetToolWorks, and am happy with it.

If you do want to roll your own, here's some sample code to get you started.