-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
writeCommit problem #2
Comments
One thing is that you should always call To indicate an error you should add error key to |
Thank you, Ilya, I've updated my writeTest method as reported.
If i try (using mib browser) to set an out of range value (i.e. "3") the varialble is correctly not updated, but mib browser get timed out in response. Thank you for helping me. |
Looking at the code, I am guessing that may be something is missing to respond an error back... I wonder if you could run snmpresponder with debugging enabled to see where the request ends up. That would be helpful. |
that's what i can't understand: The status looks to pass from error to OK. |
Im managing a variable that can assume '0' or '1' value.
if generic mib browser try to set '3' an exception make the agent crash.
of course i can try-except that, but im not able to send to client (mib browser) the error.
Thats the code on my pythonized mib:
can anyone help me?
Thanks
The text was updated successfully, but these errors were encountered: