mibdump
SNMP SMI/MIB Parser
Install
- All systems
-
curl cmd.cat/mibdump.sh
- Debian
-
apt-get install python3-pysmi
- Ubuntu
-
apt-get install python3-pysmi
- Arch Linux
-
pacman -S python-pysmi
- Kali Linux
-
apt-get install python3-pysmi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-pysmi
- Dockerfile
- dockerfile.run/mibdump
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.