summaryrefslogtreecommitdiff
path: root/examples/v3arch/asyncore
diff options
context:
space:
mode:
authorelie <elie>2013-09-29 19:05:02 +0000
committerelie <elie>2013-09-29 19:05:02 +0000
commit146fece069396b6b3405d6b2c3e6b2a9e7b6d697 (patch)
tree6e4b5ce48d2cad9a92c69f0212b3c8fb6c75c3b2 /examples/v3arch/asyncore
parent1646d9de21870f8cb41ba8731217e4276d983431 (diff)
downloadpysnmp-git-146fece069396b6b3405d6b2c3e6b2a9e7b6d697.tar.gz
minor fix
Diffstat (limited to 'examples/v3arch/asyncore')
-rw-r--r--examples/v3arch/asyncore/agent/cmdrsp/alternative-mib-tree.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/v3arch/asyncore/agent/cmdrsp/alternative-mib-tree.py b/examples/v3arch/asyncore/agent/cmdrsp/alternative-mib-tree.py
index 4a13aef2..95ff5b88 100644
--- a/examples/v3arch/asyncore/agent/cmdrsp/alternative-mib-tree.py
+++ b/examples/v3arch/asyncore/agent/cmdrsp/alternative-mib-tree.py
@@ -14,6 +14,7 @@
# Either of the following Net-SNMP's commands will walk this Agent:
#
# $ snmpwalk -v3 -u usr-md5-none -l authNoPriv -A authkey1 -E 8000000001020304 -n my-context 127.0.0.1 .1.3.6
+# $ snmpwalk -v3 -u usr-md5-none -l authNoPriv -A authkey1 -E 8000000001020304 127.0.0.1 .1.3.6
#
from pysnmp.entity import engine, config
from pysnmp.entity.rfc3413 import cmdrsp, context