summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorelie <elie>2013-03-16 14:16:40 +0000
committerelie <elie>2013-03-16 14:16:40 +0000
commit5a7b14fa33ab5878e1e8b4935c03f234b2d37b96 (patch)
tree39ffdc1fc22679a7fd0cca6bd4c135dec72fce81 /examples
parent06aa362aff57fdc5a119a8685115589e35dc7724 (diff)
downloadpysnmp-5a7b14fa33ab5878e1e8b4935c03f234b2d37b96.tar.gz
missing snmpwalk command added
Diffstat (limited to 'examples')
-rw-r--r--examples/v3arch/agent/cmdrsp/v3-multiple-users.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/v3arch/agent/cmdrsp/v3-multiple-users.py b/examples/v3arch/agent/cmdrsp/v3-multiple-users.py
index 4f2e3ab..d4dafe3 100644
--- a/examples/v3arch/agent/cmdrsp/v3-multiple-users.py
+++ b/examples/v3arch/agent/cmdrsp/v3-multiple-users.py
@@ -15,6 +15,7 @@
#
# $ snmpwalk -v3 -u usr-md5-des -l authPriv -A authkey1 -X privkey1 localhost .1.3.6
# $ snmpwalk -v3 -u usr-sha-none -l authNoPriv -a SHA -A authkey1 localhost .1.3.6
+# $ snmpwalk -v3 -u usr-sha-aes128 -l authPriv -a SHA -A authkey1 -x AES -X privkey1 localhost .1.3.6
#
from pysnmp.entity import engine, config
from pysnmp.entity.rfc3413 import cmdrsp, context