Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free SNMP simulator tools? [closed]

Tags:

simulator

snmp

Lately I have gotten into SNMP agent development and have been using the 30 day free trial of ireasoning's snmpd simulator. The tool has proven immensely handy, it can act as an snmpd service providing random/specified data for mib(s). While I would love for my employer to buy this tool, that doesn't seem very likely at the moment. So, I was wondering if any free alternatives exist that I could use instead?

Thanks for any ideas

like image 407
RandomUser Avatar asked Jun 29 '11 20:06

RandomUser


1 Answers

Try this one: http://snmpsim.sf.net

This is basically a SNMP Agent that reports back static values as taken from its backend (text files). You could either dump a snapshot of a real SNMP agent into a text file for snmpsim or create them from the scratch.

The tool is cross-platform and SNMP v3 capable.

like image 88
Popper12 Avatar answered Sep 19 '22 18:09

Popper12