Snmpsim snmpsim-command-responder doesn't work for SET requests #164
Labels
bug
Something isn't working
priority:low
Low priority items.
triage
New issues that need to be sorted out.
Expected behavior
SET should have performed, and the new value should recieved.
Actual behavior
But a bug happened like this, I get this response: "No Such Instance currently exists at this OID" although this OID exists, and GET operation works fine and retrieves the value
Detailed steps
The steps are, i ran the sim like this:
snmpsim-command-responder --agent-udpv4-endpoint=127.0.0.1:16100 --v3-user=user --v3-auth-proto=SHA --v3-auth-key=0123456789 --v3-priv-proto=AES128 --v3-priv-key=1234567890 --logging-method=stdout:DEBUG
Python package information
6.2.6
Operating system information
linux (centos)
Python information
3.10.5
(Optional) Contents of your test script
No response
Relevant log output
The text was updated successfully, but these errors were encountered: