ktbyers / netmiko

Multi-vendor library to simplify Paramiko SSH connections to network devices
MIT License
3.62k stars 1.31k forks source link

Adding support for pysnmp version6 #3473

Closed ktbyers closed 3 months ago

ktbyers commented 3 months ago

Backwards compatible with pysnmp version4

ktbyers commented 3 months ago

cc: @Tonygratta Updated version here.

I tested using both pysnmp v4 and pysnmp v6 (6.2.4).

Let me know if you see any issues?

Tonygratta commented 3 months ago

Should be okay, but I can only test it on the equipment on the weekend.

ktbyers commented 3 months ago

@Tonygratta I am going to go ahead and merge, but let me know if you test and/or see any issues and we can make corrections.