Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/network_monitoring/devices/snmp_traps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading