summaryrefslogtreecommitdiff
path: root/examples/v1arch/asyncore/manager/cmdgen/fetch-scalar-value.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/v1arch/asyncore/manager/cmdgen/fetch-scalar-value.py')
-rw-r--r--examples/v1arch/asyncore/manager/cmdgen/fetch-scalar-value.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/v1arch/asyncore/manager/cmdgen/fetch-scalar-value.py b/examples/v1arch/asyncore/manager/cmdgen/fetch-scalar-value.py
index a61b51fa..9dd8fcc4 100644
--- a/examples/v1arch/asyncore/manager/cmdgen/fetch-scalar-value.py
+++ b/examples/v1arch/asyncore/manager/cmdgen/fetch-scalar-value.py
@@ -6,12 +6,12 @@ Perform SNMP GET operation with the following options:
* with SNMPv1, community 'public'
* over IPv4/UDP
-* to an Agent at 195.218.195.228:161
+* to an Agent at demo.snmplabs.com:161
* for OIDs in tuple form
This script performs similar to the following Net-SNMP command:
-| $ snmpget -v1 -c public -ObentU 195.218.195.228 1.3.6.1.2.1.1.1.0 1.3.6.1.2.1.1.3.0
+| $ snmpget -v1 -c public -ObentU demo.snmplabs.com 1.3.6.1.2.1.1.1.0 1.3.6.1.2.1.1.3.0
"""#
from pysnmp.carrier.asyncore.dispatch import AsyncoreDispatcher