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 updatesudo apt-get install python-pysmi
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.