summaryrefslogtreecommitdiff
path: root/examples/v3arch/manager
diff options
context:
space:
mode:
authorelie <elie>2012-07-19 17:04:00 +0000
committerelie <elie>2012-07-19 17:04:00 +0000
commit933f29f5a61f97190f5c8041296c742ec2b52ef8 (patch)
tree7f0cd9f86f4b87c3ca5842a17942e378e2dc2089 /examples/v3arch/manager
parenta980c642fe6df2b894b051e4971511fdeed377d6 (diff)
downloadpysnmp-933f29f5a61f97190f5c8041296c742ec2b52ef8.tar.gz
comments updated
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