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