-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
snimpy.snmp.SNMPNoSuchObject: No such object was found #61
Comments
I check to see if one of the Fails
Works
I tried again with the full list and putting the problematic
Why is the |
Error reporting with SNMPv1 is misleading. You could first try with SNMPv2 instead. Your snmpget is not equivalent. Try this instead:
I suspect you'll also get the same kind of error. Order is unimportant but there can be a bug in the agent side (server side). |
Bash is working fine, it's the python code that's not working as expected. |
I'm having an exception raised, but I don't get why
Code
Error
Doing it in bash works
Reaching the equipment using
bash
andsnmpget
command works fine:output:
Question
What's the matter here?
The text was updated successfully, but these errors were encountered: