Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.66 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.66 KB

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.

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!

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