summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorelie <elie>2015-12-19 13:34:00 +0000
committerelie <elie>2015-12-19 13:34:00 +0000
commitac82aea8e93c62522eee183ad20724d1a8e49dd3 (patch)
treed1c0ce55b0dd9444418ffdbc87055f190ee3a22b /examples
parent82af44ba56e748f7aa84a4c7f1008ae872f1d907 (diff)
downloadpysnmp-git-ac82aea8e93c62522eee183ad20724d1a8e49dd3.tar.gz
fix to snmptrap c/l
Diffstat (limited to 'examples')
-rw-r--r--examples/v3arch/asyncore/agent/ntforg/v3-trap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/v3arch/asyncore/agent/ntforg/v3-trap.py b/examples/v3arch/asyncore/agent/ntforg/v3-trap.py
index 90312ca7..670497c0 100644
--- a/examples/v3arch/asyncore/agent/ntforg/v3-trap.py
+++ b/examples/v3arch/asyncore/agent/ntforg/v3-trap.py
@@ -14,7 +14,7 @@ Send SNMP TRAP notification using the following options:
Functionally similar to:
-| $ snmptrap -v3 -l authPriv -u usr-md5-des -A authkey1 -X privkey1 -e 8000000001020304 0 1.3.6.1.6.3.1.1.5.1 1.3.6.1.2.1.1.5.0 s 'my system'
+| $ snmptrap -v3 -l authPriv -u usr-md5-des -A authkey1 -X privkey1 -e 8000000001020304 demo.snmplabs.com 0 1.3.6.1.6.3.1.1.5.1 1.3.6.1.2.1.1.1.0 s 'my system'
"""#
from pysnmp.entity import engine, config