SNMP Agent Simulator¶
SNMP Simulator tool can simulate many thousands of different SNMP speaking devices on a network. It is primarily being used for testing and development purposes.
The software is free, open source and immediately available to anyone for whatever purpose.
How to use SNMP Simulator¶
Try the fast lane if you are fluent with network management matters.
SNMP Simulator suite¶
Detailed documentation explaining the entire work flow and SNMP simulator tool set.
For larger-scale, automated deployments REST API based control plane can be used for centralized management and monitoring purposes.
Source code & Changelog¶
Project source code is hosted at GitHub. Everyone is welcome to fork and contribute back!
We maintain a detailed log of changes:
Download¶
The easiest way to download and install SNMP simulator is to pip install the latest version from PyPI:
$ virtualenv venv
$ source venv/bin/activate
$ pip install snmpsim
Alternatively, you can download the latest release from GitHub or PyPI.
Development¶
Our development plans and new features we consider for eventual implementation are tracked on the future features page.
Contact¶
In case of questions or troubles using SNMP Simulator, please open up an issue at GitHub or ask at Stack Overflow . You can also try browsing the mailing list archives.