Hi All, We are trying to discover a switch that is running snmp v3, and when we select privacy protocol it only has AES and DES. Our company is using 3DES . We looked in the " Monitoring via SNMP" doc page and it makes no reference to this protocol. How do we get this to work for us?
Hi Bernd, We have been to that selection, but we don’t understand how you can add 3DES to the selector dropdown for Privacy protocol. It only shows DES and AES.
I think I understand, so the Checkmk system itself is using net-snmp 5.8 which doesn’t have that encryption version in the lib, so is there a version of net-snmp which does have a lib that supports 3des?
There is no net-snmp version available with support for 3des. If i read the documentation correctly.
The CMK enterprise version is using pysnmp for the snmp communication and this library supports 3des.
That means with the RAW edition you cannot do anything to use 3des and with enterprise it is possible but needs some code modifications.