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.
Original project by Ilya Etingof seems not to be continued anymore. Because of that, we try to maintain / enhance Pre-compiled PySNMP MIBs.
Download pysnmp-mibs from PyPI or just run:
$ pip install pysnmp-mibs
If something does not work as expected, try browsing PySNMP mailing list archives or post your question to Stack Overflow.
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.