summaryrefslogtreecommitdiff
path: root/examples/hlapi
diff options
context:
space:
mode:
authorelie <elie>2015-01-01 12:31:00 +0000
committerelie <elie>2015-01-01 12:31:00 +0000
commit0f86c48d3d3b36ebe28e2e17ecf68269aa2f0a97 (patch)
tree6b6d075fee4d254c992ab8c941949789f510a712 /examples/hlapi
parent092507d1081c54e2753787f2f97a6ad6886e3cbb (diff)
downloadpysnmp-git-0f86c48d3d3b36ebe28e2e17ecf68269aa2f0a97.tar.gz
OIDs modified
Diffstat (limited to 'examples/hlapi')
-rw-r--r--examples/hlapi/asyncore/sync/manager/cmdgen/getnext-multiple-oids-to-eom.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hlapi/asyncore/sync/manager/cmdgen/getnext-multiple-oids-to-eom.py b/examples/hlapi/asyncore/sync/manager/cmdgen/getnext-multiple-oids-to-eom.py
index 74937a2a..aae4ef70 100644
--- a/examples/hlapi/asyncore/sync/manager/cmdgen/getnext-multiple-oids-to-eom.py
+++ b/examples/hlapi/asyncore/sync/manager/cmdgen/getnext-multiple-oids-to-eom.py
@@ -16,8 +16,8 @@ cmdGen = cmdgen.CommandGenerator()
errorIndication, errorStatus, errorIndex, varBindTable = cmdGen.nextCmd(
cmdgen.CommunityData('public'),
cmdgen.UdpTransportTarget(('demo.snmplabs.com', 161)),
- '1.3.6.1.2.1.2.2.1.2',
- '1.3.6.1.2.1.2.2.1.3',
+ '1.3.6.1.2.1.2.2',
+ '1.3.6.1.2.1.2.3'
)
if errorIndication: