summaryrefslogtreecommitdiff
path: root/examples/v1arch/asyncore/manager/cmdgen/getnext-pull-whole-mib.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/v1arch/asyncore/manager/cmdgen/getnext-pull-whole-mib.py')
-rw-r--r--examples/v1arch/asyncore/manager/cmdgen/getnext-pull-whole-mib.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/v1arch/asyncore/manager/cmdgen/getnext-pull-whole-mib.py b/examples/v1arch/asyncore/manager/cmdgen/getnext-pull-whole-mib.py
index 84a2b09b..c18b356a 100644
--- a/examples/v1arch/asyncore/manager/cmdgen/getnext-pull-whole-mib.py
+++ b/examples/v1arch/asyncore/manager/cmdgen/getnext-pull-whole-mib.py
@@ -6,12 +6,12 @@ Perform SNMP GETNEXT 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 OID in tuple form
This script performs similar to the following Net-SNMP command:
-| $ snmpwalk -v1 -c public -ObentU 195.218.195.228 1.3.6
+| $ snmpwalk -v1 -c public -ObentU demo.snmplabs.com 1.3.6
"""#
from pysnmp.carrier.asyncore.dispatch import AsyncoreDispatcher