easysnmp
easysnmp copied to clipboard
bulkwalk throws systemError for bad OIDs: critical
This module is really helpful. When I use Session API get, getnext or walk function, it returns either correct response, or throws correct exceptions in case of SNMP agent is not reachable or wrong OID is given.
But when I am using session API's bulkwalk on a wrong OID or when SNMP agent is unreachable, this program breaks with a system error. Attaching snapshot of error.
I cannot replicate the issue with the latest merge requests. If you're still using this library, please pull source and try running it against your devices.