Skip to content

Releases: scottpeterman/python-librenms-mibs

v1.0.0 - Initial Release

03 Oct 22:36

Choose a tag to compare

Initial Release - Pre-compiled SNMP MIBs for Python

What's Included

  • 4,242 pre-compiled MIBs from 298 vendors
  • 97.36% validation success rate
  • Complete toolchain for compilation, validation, and browsing

Key Vendors Covered

  • Cisco (302 MIBs)
  • Juniper (226 MIBs)
  • HP Comware (205 MIBs)
  • Nokia (201 MIBs)
  • All major firewall vendors (Fortinet, Palo Alto, WatchGuard)
  • Load balancers (F5, Radware, Citrix, Kemp)

Download

  • python-librenms-mibs-compiled-v1.0.0.zip - Pre-compiled MIBs ready to use

Usage

Extract the zip and point PySNMP to the vendor directory:

from pysnmp.smi import builder
mib_builder = builder.MibBuilder()
mib_builder.add_mib_sources(builder.DirMibSource('./compiled_mibs/cisco'))