etingof / snmpsim

SNMP Simulator
http://snmplabs.com/snmpsim/
BSD 2-Clause "Simplified" License
376 stars 119 forks source link

Can the daemon return random values? #161

Open kakerduu opened 3 years ago

kakerduu commented 3 years ago

Hello,

Right now I'm using snmpsim to simulate static data from a file(.snmprec), which works, but I am curious if it's possible to return random values and get rid of the static data that I'm using now.

aquette commented 3 years ago

in the same spirit, I'd like to simulate a number of devices from a base snmprec, and change some data in, like the device IP, Name, serial nb, ... Is there something to do this, or should I go for a script + some sed?