etingof / snmpsim

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

Local Agent SNMP and query #151

Closed jaimesaez97 closed 3 years ago

jaimesaez97 commented 3 years ago

Hello.

I am trying to execute a SNMP agent in 127.0.0.1 and a SNMP query on this agent through the following commands:

python snmpsim.commands.responder.py --data-dir=./data --agent-udpv4-endpoint=127.0.0.1:1024

python snmpsim.commands.cmd2rec.py --agent-udpv4-endpoint=127.0.0.1:1024 --output-file=./data/public.snmprec

On the SNMP agent I do not receive any response: Screenshot from 2020-09-25 11-53-07

On the query I receive the following error: Screenshot from 2020-09-25 11-54-07

Do anyone know how to make it work?

Thank you all.