etingof / snmpsim

SNMP Simulator

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snmpsim-command-responder: command not found

Axelfoley85 opened this issue · comments

I cant reproduce these steps on ubuntu 18.04. It works though if I run snmpsim.py instead of snmpsim-command-responder

=== README.md ===

Installation

Just run:

$ pip install snmpsim

How to use SNMP simulator

Once installed, invoke snmpsim-command-responder and point it to a directory with simulation data:

$ snmpsim-command-responder --data-dir=./data --agent-udpv4-endpoint=127.0.0.1:1024

=== Response ===

snmpsim-command-responder --data-dir=./data --agent-udpv4-endpoint=127.0.0.1:1024
snmpsim-command-responder: command not found
commented

try to install the latest version from GitHub
pip install https://github.com/etingof/snmpsim/archive/master.zip

Thanks!