summaryrefslogtreecommitdiff
path: root/examples/v3arch/manager
diff options
context:
space:
mode:
Diffstat (limited to 'examples/v3arch/manager')
-rw-r--r--examples/v3arch/manager/ntfrcv.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/v3arch/manager/ntfrcv.py b/examples/v3arch/manager/ntfrcv.py
index 6889fb0..c5f6cb7 100644
--- a/examples/v3arch/manager/ntfrcv.py
+++ b/examples/v3arch/manager/ntfrcv.py
@@ -37,14 +37,14 @@ config.addSocketTransport(
)
#
-# SNMPv1/2c setup
+# SNMPv1/2c setup (if you need to handle SNMPv1/v2c messages)
#
# SecurityName <-> CommunityName mapping
-config.addV1System(snmpEngine, 'my-agt', 'public')
+config.addV1System(snmpEngine, 'my-area', 'public')
#
-# SNMPv3/USM setup
+# SNMPv3/USM setup (if you need to handle SNMPv3 messages)
#
# user: usr-md5-des, auth: MD5, priv DES