Public SNMP Lab v1 / v2c / v3
SNMP Public Lab  •  no signup  •  simulated data

Test SNMP v1 / v2c / v3 in 30 seconds

Instantly validate your monitoring stack against 3 simulated devices. Safe OID subset, rate-limited UDP, and no real server fingerprints.
🧪 3 devices UDP ports: 161, 1161, 2161 Community (v2c): public

Connection details

Use your existing SNMP tools. Examples below use snmpwalk.

  • Linux: snmp.bonguides.com:161/udp
  • Router: snmp.bonguides.com:1161/udp
  • Switch: snmp.bonguides.com:2161/udp
Minimal sanity check
snmpget -v2c -c public snmp.bonguides.com:161 1.3.6.1.2.1.1.1.0
Copy

Security note: this is a public lab. Avoid high-frequency polling. Do not use it for production monitoring.

🖥️Linux Test Device
161/udp
Safe subset OIDs (MIB-2). Great for basic discovery & sysinfo checks.
Quick command (v2c)
snmpwalk -v2c -c public snmp.bonguides.com:161 1.3.6.1.2.1.1
Copy
📡Router Test Device
1161/udp
IF-MIB counters for throughput tests. Good for interface polling & graphs.
Quick command (v2c)
snmpwalk -v2c -c public snmp.bonguides.com:1161 1.3.6.1.2.1.2
Copy
🔀Switch Test Device
2161/udp
Link status & interface health checks. Great for up/down transition tests.
Quick command (v2c)
snmpwalk -v2c -c public snmp.bonguides.com:2161 1.3.6.1.2.1.2
Copy
Fair-use: UDP ports are rate-limited • Data is simulated • Host: snmp.bonguides.com