snmpsim
snmpsim copied to clipboard
snmpsim commands doesn't work
On MACOS, I am trying to run snmpsim command like snmpsim-command-responder and snmpsim-command-record but it didn't found them. Any idea?
These "long" commands belong to the re-written snmpsim, which is still in GitHub master. It's not released as a package yet.
So it should work on Mac if you install it from GitHub repo.
pip install https://github.com/etingof/snmpsim/archive/master.zip
@etingof When is version 1.0.0 going to be published to PyPi?
Please read etingof/pysnmp/issues/429 to learn more.