Guens

Results 4 issues of Guens

I have a very strange behavior (bug ?). If I run this simple script ``` import easysnmp snmp_opts = { "version": 3, "security_level": "auth_with_privacy", "auth_protocol": "MD5", "privacy_protocol": "DES", "auth_password": "xxx",...

**EasySNMP release version** - 0.2.6 **Operating System and Version** - OS: Rocky Linux 8.6 - Python 3.6.8 **Net-SNMP Library Version** - 5.8 **Describe the bug** SNMP v1 walk can fail...

bug

**EasySNMP release version OR commit number** 0.2.6 but not with 0.2.5 **Operating System and Version** - Rocky Linux 8 - Python 3.9 **Net-SNMP Library Version** - 5.8 **Describe the bug**...

bug

When the parameter RemotePort is modified (with another value than 161), snmpget/walk still uses 161 as a remote port.