download-mibs
install and manage Management Information Base (MIB) files
Install
- All systems
-
curl cmd.cat/download-mibs.sh
- Ubuntu
-
apt-get install snmp-mibs-downloader
- Kali Linux
-
apt-get install snmp-mibs-downloader
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install snmp-mibs-downloader
- Raspbian
-
apt-get install snmp-mibs-downloader
- Dockerfile
- dockerfile.run/download-mibs
snmp-mibs-downloader
install and manage Management Information Base (MIB) files
This package ships the IETF RFCs containing MIB files and a script which extracts them to be used by Simple Network Management libraries. The script can be used to update some MIBs to the latest version or to download extra vendor MIBs. These MIBs can be useful for programs like wireshark or snmpget to enable them to translating the received information into human readable text.