snmpsim
SNMP Simulator is a tool that acts as multitude of SNMP Agents built into 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 original counterparts do.
What it is and what it does
SNMP Simulator is a pure-Python tool that emulates SNMP agents responding to network queries as if they were real devices. It reads simulation data from plain-text files (OID|TYPE|VALUE format), MIB modules, or external sources like SQL databases and network traffic captures, then responds to SNMP v1, v2c, and v3 queries with the configured data. It supports multiple authentication and encryption algorithms, IPv4 and IPv6, and can simulate many agents simultaneously from a single instance.
The package is intended for testing SNMP management tools, developing monitoring solutions, or learning SNMP protocol behavior without needing actual network hardware. You configure it by pointing it to a data directory, optionally capturing real agent responses or MIB definitions to populate the simulation database, then run the responder command to start accepting queries on a specified endpoint.
Use it for:
- Test SNMP monitoring and management tools against a controlled, reproducible set of simulated devices.
- Develop and debug SNMP client applications without access to real network equipment.
- Generate SNMP test data by capturing responses from existing agents or MIB files for offline testing.
- Simulate network topology changes and device behavior variations by swapping simulation data files.
- Train or demonstrate SNMP protocol concepts in educational environments without hardware dependencies.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
SNMP Simulator creates a pure-Python SNMP agent simulator that responds to SNMP queries (v1/v2c/v3) as if it were multiple real network devices, using configurable data files or plugins.
Yes. SNMP Simulator is actively maintained, has no known vulnerabilities, installs with low friction, and solves a real problem for anyone testing SNMP-based tools or applications. The permissive BSD license poses no restrictions. Install it if you need to test against SNMP agents without physical devices or if you're developing SNMP client code.
Install
snmpsim on PyPI
pip
pip install snmpsimuv
uv add snmpsimpoetry
poetry add snmpsimInstalling snmpsim
Before you install
Low friction: pure-Python wheel with a single runtime dependency (pysnmp). Actively maintained with a recent release (110 days ago) and ongoing commits.
License in practice
BSD-2-Clause is permissive; you can use, modify, and distribute this package with minimal restrictions, provided you include the license notice.
Quickstart
pip install snmpsim
# Create simulation data file (data/public.snmprec):
# 1.3.6.1.2.1.1.1.0|4|Linux test system
# 1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8072.3.2.10
# Run the simulator:
snmpsim-command-responder --data-dir=./data --agent-udpv4-endpoint=127.0.0.1:1024
Requires Python 3.10 or later (supports_current); pysnmp must be installed as the runtime dependency.
Verify before relying
- Whether the REST API control plane is included in this package or requires a separate third-party project installation.
- Performance characteristics when simulating tens of thousands of agents simultaneously on typical hardware.
- Whether SQL/noSQL database plugins are bundled or require separate installation.
Package facts
| License | BSD-2-Clause (permissive) |
| Python support | supports the current Python release (<4.0,>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — pysnmp |
| Maintenance | actively maintained — 110 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 203,802/month — #9,623 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: snmpsim-1.2.2-py3-none-any.whl
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
pysmiPySMI parses SNMP MIB files in ASN.1 format and…
permissive · top 5,000 on PyPI
pysmi-lextudioParses ASN.1 SNMP MIB files and converts them…
permissive · top 15,000 on PyPI
pysnmp-mibsProvides pre-compiled IETF and IANA MIBs as…
permissive · top 15,000 on PyPI
pysnmp-lextudioProvides SNMP protocol implementation for…
permissive · top 15,000 on PyPI
pysnmpcryptoProvides stronger cryptographic algorithms for…
permissive · top 15,000 on PyPI
PyVISA-simPyVISA-sim provides a simulated VISA backend…
permissive · top 15,000 on PyPI
multipingMultiPing sends ICMP echo requests (pings) to…
permissive · top 15,000 on PyPI
icmplibicmplib provides a pure Python implementation…
copyleft · top 5,000 on PyPI
pymodbusPyModbus is a complete Modbus protocol…
permissive · top 5,000 on PyPI