How to read a MIB file (.Mib file) using C # .net
You can write your own ASN.1 parser or use a ready-made component. I use NetToolWorks and I am pleased with it.
If you really want to see your own, here is a sample code to get you started.
Based on what you need, you have several options.
ASN.1 . OID , #SNMP Suite / MIB, ( SharpSnmpLib.Mib), (MIB Compiler and Browser).
https://sharpsnmp.com
, Net-SNMP MIB to C.
Source: https://habr.com/ru/post/1708086/More articles:Grouping views, controllers, models in MVC - c #Should I use an automatically generated primary key if I just execute the lookup table? - performancestack collection missing shift and offset in C # 2.0 - collectionsHow to copy an open file using VB6? - vb6jQuery hover and close method - javascriptInstalled visual SVN server, except that I receive this message when SVN Check Out - svnNew Ruby Question: Hashes - ruby | fooobar.comHow to publish a Dynamics CRM4 plugin with multiple assemblies? - pluginsNULL controller parameter when using jQuery POST and ASP.NET MVC - jqueryWhy does maven-assembly-plugin put the same dependency in my zip several times? - javaAll Articles