vapor-ware / snmp-emulator

A Dockerized SNMP emulator useful for testing and development
GNU General Public License v3.0
2 stars 2 forks source link

Give example of how to query #7

Open bigOconstant opened 2 years ago

bigOconstant commented 2 years ago

I ran this dockerfile as instructed in the readme. Inspecting the docker container gave me a ip address of 172.17.0.2 and I see port 1024 is exposed. Trying to run a snmp query command like,

snmpget -mALL -v1 -cpublic 172.17.0.2:1024 sysName.0                                                                                              127 ✘  53s  
Timeout: No Response from **172.17.0.2:1024.**

Gives no responses. A quick get started guide woutd be really helpful.