snmpsim-mib2dev
SNMP agent simulator
Install
- All systems
-
curl cmd.cat/snmpsim-mib2dev.sh
- Debian
-
apt-get install snmpsim
- Ubuntu
-
apt-get install snmpsim
- Kali Linux
-
apt-get install snmpsim
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install snmpsim
- Raspbian
-
apt-get install snmpsim
- Dockerfile
- dockerfile.run/snmpsim-mib2dev
snmpsim
SNMP agent simulator
SNMP Simulator is a software that would act like a multitude of real physical devices from SNMP Manager's point of view. Simulator builds and uses a database of physical devices' SNMP footprints to respond like their real counterparts do. Typical use case for this software starts with recording a snapshot of SNMP objects of donor agents into text files. Once you have your snapshots at hand, a simulator script could be run over the snapshots responding to SNMP queries in the same way as donor SNMP agents did at the time of recording. Technically, SNMP Simulator is a multi-context SNMP agent. That means that it handles multiple sets of managed object all at once. Each device is simulated within a dedicated SNMP context.