SNMP MIB Parser Demo FREE
This demonstration application allows you to load mib files and view the contents contained therein. The purpose is to show the utility of processing MIB files using the parser engine. A "licensed" version of the demonstration application is also for sale, allowing you to parse a mib file and convert the data into a text file which you may use in your own applications.
Download MIB Parser Demo

Source Code License $7400 USD
This license entitles you to modify, edit, and build the SNMP MIB Parser Library for use in your own applications. The full source code for the library, along with several demonstration programs, will be provided. The library source is in Visual Studio 2005 C++. Please contact us using this link for a copy of the license agreement.
This license also entitles you to distribute the dynamic form of the library along with your applications.

Site License $800 USD
This package consists of a dynamic link library (.dll) compiled with VS 2005 which you can use to link into your own corporate applications.  We'll also send you the source code for the demo application along with all the MSVC6 project files to get you off to a running start.

Distribution License $2200 USD
This package consists of a static library which you can link into your own products.  Once you purchase the license, there are no royalty fees or residuals. 

For another look at the kinds of things you can do, take a look at the MIB Browser application.  To create this, we took our library, wrapped in a python wrapper, and created the entire application using Python and a little "elbow grease".
SNMP MIB Parser Library(ver 1.51)

The SNMP MIB Parser Library is a Win32 libary, either in dynamic or static form, which parses SNMP MIBs and returns the OIDs, Traps, and Notifications found therein. The parser is designed to be extremely simple to use but provides several robust features:

  • A "logging" mechanism is built into the parser. Problems encountered during parsing can be isolated to specific MIB files or even specific lines in those files where possible.
  • The library is compatible with .Net. We can provide a C# interface class (along with a demonstration program) if you need one. By its nature, this will also work with Visual Basic .Net
  • The library is small (< 1 MB).
  • The library exposes a "C" interface. Integrating it into a C++ project on Windows is very simple (and we can provide example programs showing how it is done).

You can view the license agreement for the SNMP MIB Parser Demo here.

You can view the SNMP MIB Parser Site License here.

You can view the SNMP MIB Parser Distrbution License here.

We like to design our software interfaces like the software itself (simple). If you are curious about the API exposed by the library, please look at the User Manual.