/pysnmp-mibs

Precompiled collection of PySNMP MIBs

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Pre-compiled PySNMP MIBs

Build status Python Versions GitHub license

This is a collection of IETF & IANA MIBs pre-compiled and packaged to simplify their use with older versions of PySNMP library.

WARNING: since version 4.3, PySNMP performs MIB parsing automatically by calling pysmi library. You may still need pysnmp-mibs package if you are running older version of PySNMP.

MIB modules shipped in pysnmp-mibs package were taken from http://mibs.snmplabs.com/asn1/ and compiled into pysnmp format with pysmi's mibdump.py tool.

Why this fork?

Original project by Ilya Etingof seems not to be continued anymore. Because of that, we try to maintain / enhance Pre-compiled PySNMP MIBs.

Installation

Download pysnmp-mibs from PyPI or just run:

$ pip install pysnmp-mibs

Getting help

If something does not work as expected, try browsing PySNMP mailing list archives or post your question to Stack Overflow.

Feedback and collaboration

I'm interested in bug reports, fixes, suggestions and improvements. Your pull requests are very welcome!

If you want to contact us, please mail to the Thola Team

Copyright (c) 2005-2017, Ilya Etingof. All rights reserved.