A collection of IETF & IANA MIBs pre-compiled for PySNMP. Version 0.1.6 is the latest release (last updated 2023). No active maintenance; releases are infrequent.
pip install pysnmp-mibsVerified import paths — ran on the pinned version, not inferred.
Basic SNMP GET using pysnmp + pysnmp-mibs. MIB resolution is automatic if pysnmp-mibs is installed.
Use pysnmp-mibs for standard IETF/IANA MIBs. For custom MIBs, use pysnmp's MIBCompiler or install PySMI.
Import from pysnmp.proto.rfc1902 or other pysnmp modules.
Check the PyPI package contents or the GitHub repo for the list of bundled MIBs.