summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2014-06-15 12:32:45 +0000
committerelie <elie>2014-06-15 12:32:45 +0000
commita85dd225090aea2599fd9fff3591b81fa566ad53 (patch)
treeb2f103986bcb5343a8f2063bdd8888de1a145494
parentf55eeb2072452c7a50a8a301235bc032e71e1238 (diff)
downloadpysnmp-a85dd225090aea2599fd9fff3591b81fa566ad53.tar.gz
fix to test OIDs
-rw-r--r--examples/v3arch/agent/cmdrsp/v2c-custom-tabular-mib-objects.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/v3arch/agent/cmdrsp/v2c-custom-tabular-mib-objects.py b/examples/v3arch/agent/cmdrsp/v2c-custom-tabular-mib-objects.py
index cd34ea5..a631493 100644
--- a/examples/v3arch/agent/cmdrsp/v2c-custom-tabular-mib-objects.py
+++ b/examples/v3arch/agent/cmdrsp/v2c-custom-tabular-mib-objects.py
@@ -14,13 +14,13 @@
#
# The following Net-SNMP's commands will populate and walk a table:
#
-# $ snmpset -v2c -c public 127.0.0.1 1.3.6.6.1.5.1.2.97.98.99 s 'my value'
-# $ snmpset -v2c -c public 127.0.0.1 1.3.6.6.1.5.1.4.97.98.99 i 4
+# $ snmpset -v2c -c public 127.0.0.1 1.3.6.6.1.5.2.97.98.99 s 'my value'
+# $ snmpset -v2c -c public 127.0.0.1 1.3.6.6.1.5.4.97.98.99 i 4
# $ snmpwalk -v2c -c public 127.0.0.1 1.3.6
#
# ...while the following command will destroy the same row
#
-# $ snmpset -v2c -c public 127.0.0.1 1.3.6.6.1.5.1.4.97.98.99 i 6
+# $ snmpset -v2c -c public 127.0.0.1 1.3.6.6.1.5.4.97.98.99 i 6
# $ snmpwalk -v2c -c public 127.0.0.1 1.3.6
#
from pysnmp.entity import engine, config