mibdump

SNMP SMI/MIB Parser

Install

All systems
curl cmd.cat/mibdump.sh
Debian Debian
apt-get install python3-pysmi
Ubuntu
apt-get install python3-pysmi
Arch Arch Linux
pacman -S python-pysmi
image/svg+xml Kali Linux
apt-get install python3-pysmi
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-pysmi

python3-pysmi

SNMP SMI/MIB Parser

PySMI is a pure-Python implementation of SNMP SMI MIB parser. This tool is designed to turn ASN.1 MIBs into various formats. As of this moment, JSON and pysnmp modules can be generated from ASN.1 MIBs. This package contains the Python 3.x module.

python-pysmi

SNMP SMI/MIB Parser (Python 2.X)

PySMI is a pure-Python implementation of SNMP SMI MIB parser. This tool is designed to turn ASN.1 MIBs into various formats. As of this moment, JSON and pysnmp modules can be generated from ASN.1 MIBs. This package contains the Python 2.x module.