Hi Dojo team,
According to the documentation (NT_SNMP_GET), this notify type supports SNMPv3 using the credential library. When checking the authentication and encryption algorithms supported, the following options are listed:
Supported authentication algorithms:
1: None
2: HMAC-MD5
3: HMAC-SHA
Supported encryption algorithms:
1: None
2: DES
3: N/A, deprecated
4: AES128
However, when setting the SNMPv3 credentials in the credential library, additional algorithms are available:
In our case we plan to use SHA-256 for authentication and AES-128 for encryption. While AES-128 is supported, SHA-256 is not listed among the supported authentication algorithms. Is SHA-256 authentication supported when using NT_SNMP_GET?
Thanks!
Hi Miguel,
The following page mentions the values for these types: NT_SNMP_RAW_GET. The same values should be applicable for NT_SNMP_GET. We'll look into updating the docs for the NT_SNMP_GET page as well.
Hi Pedro,
Thanks for the confirmation!