From c4b14fb597d625b7e2a51076272de7ddcd6ef886 Mon Sep 17 00:00:00 2001 From: Eva Parish Date: Thu, 9 Apr 2026 11:59:05 -0400 Subject: [PATCH] Fix privProtocol comment to remove unsupported AES (128 bits) value --- content/en/network_monitoring/devices/snmp_traps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/network_monitoring/devices/snmp_traps.md b/content/en/network_monitoring/devices/snmp_traps.md index 855c70ef6fc..f5eb26ab6d1 100644 --- a/content/en/network_monitoring/devices/snmp_traps.md +++ b/content/en/network_monitoring/devices/snmp_traps.md @@ -50,7 +50,7 @@ To enable listening for SNMP traps, use the following instructions: authKey: myAuthKey2 authProtocol: "SHA" # choices: MD5, SHA, SHA224, SHA256, SHA384, SHA512 privKey: myPrivKey2 - privProtocol: "AES" # choices: DES, AES (128 bits), AES192, AES192C, AES256, AES256C + privProtocol: "AES" # choices: DES, AES, AES192, AES192C, AES256, AES256C ``` **Note**: Multiple v3 users and passwords are supported as of Datadog Agent `7.51` or higher.