Skip to content

Commit

Permalink
Fixed sample code.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Aug 17, 2024
1 parent d57dd48 commit 54fc56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/v3arch/asyncio/agent/cmdrsp/multiple-usm-users.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
)
# user: usr-sha-none, auth: SHA, priv NONE
config.addV3User(snmpEngine, "usr-sha-none", config.usmHMACSHAAuthProtocol, "authkey1")
# user: usr-sha-none, auth: SHA, priv AES
# user: usr-sha-aes128, auth: SHA, priv AES
config.addV3User(
snmpEngine,
"usr-sha-aes128",
Expand Down

0 comments on commit 54fc56e

Please sign in to comment.