summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2015-12-19 21:40:47 +0000
committerelie <elie>2015-12-19 21:40:47 +0000
commit3b505486feb33ccc4062979ab9b2e20c304568f9 (patch)
tree6d1b334bf18b7543003d508c0d1d72b61c981415
parent912c8fe4dc58c32996fb393fe9c05da1bcacd934 (diff)
downloadpysnmp-git-3b505486feb33ccc4062979ab9b2e20c304568f9.tar.gz
missing securityEngineId
-rw-r--r--examples/hlapi/asyncore/sync/agent/ntforg/v3-trap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hlapi/asyncore/sync/agent/ntforg/v3-trap.py b/examples/hlapi/asyncore/sync/agent/ntforg/v3-trap.py
index cc54a3c8..2f402c7e 100644
--- a/examples/hlapi/asyncore/sync/agent/ntforg/v3-trap.py
+++ b/examples/hlapi/asyncore/sync/agent/ntforg/v3-trap.py
@@ -19,7 +19,7 @@ we will use static (e.g. not autogenerated) version of snmpEngineId.
Functionally similar to:
-| $ snmptrap -v3 -l authPriv -u usr-sha-aes -A authkey1 -X privkey1 -a SHA -x AES demo.snmplabs.com 12345 1.3.6.1.4.1.20408.4.1.1.2 1.3.6.1.2.1.1.1.0 s "my system"
+| $ snmptrap -v3 -e 8000000001020304 -l authPriv -u usr-sha-aes -A authkey1 -X privkey1 -a SHA -x AES demo.snmplabs.com 12345 1.3.6.1.4.1.20408.4.1.1.2 1.3.6.1.2.1.1.1.0 s "my system"
"""#
from pysnmp.hlapi import *