etingof / snmpsim

SNMP Simulator

Home Page:http://snmplabs.com/snmpsim/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local Agent SNMP and query

jaimesaez97 opened this issue · comments

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.