summaryrefslogtreecommitdiff
path: root/examples/v3arch/asyncore/agent/ntforg/send-custom-pdu.py
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2016-07-30 23:30:35 +0200
committerIlya Etingof <etingof@gmail.com>2016-07-30 23:30:35 +0200
commitf63149c9385bd42bb71bfea490ee526a422660ac (patch)
tree4cf3e913c470f713d4dfbcd8f9ff95173d0fc49b /examples/v3arch/asyncore/agent/ntforg/send-custom-pdu.py
parentb373b1d647fcb95f63d994c9aa72c5bb22354f58 (diff)
downloadpysnmp-git-f63149c9385bd42bb71bfea490ee526a422660ac.tar.gz
updated IP address for demo.snmplabs.com in examples
Diffstat (limited to 'examples/v3arch/asyncore/agent/ntforg/send-custom-pdu.py')
-rw-r--r--examples/v3arch/asyncore/agent/ntforg/send-custom-pdu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/v3arch/asyncore/agent/ntforg/send-custom-pdu.py b/examples/v3arch/asyncore/agent/ntforg/send-custom-pdu.py
index 4f7496ab..e031d95f 100644
--- a/examples/v3arch/asyncore/agent/ntforg/send-custom-pdu.py
+++ b/examples/v3arch/asyncore/agent/ntforg/send-custom-pdu.py
@@ -43,7 +43,7 @@ config.addTransport(
# Create named target
config.addTargetAddr(
snmpEngine, 'my-nms',
- udp.domainName, ('195.218.195.228', 162),
+ udp.domainName, ('104.236.166.95', 162),
'my-creds'
)