summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorelie <elie>2006-05-25 20:52:43 +0000
committerelie <elie>2006-05-25 20:52:43 +0000
commitb09ade04d3f11466d117638af85c15d1726a88d0 (patch)
tree36a3b9f1d82ab072a1c9e8cfd53ba64447c78e6a /examples
parentfc483bc7564c790811ad528eee1b55949feb90a5 (diff)
downloadpysnmp-b09ade04d3f11466d117638af85c15d1726a88d0.tar.gz
snmpCommunityStorageType not initialized in MIB for some reason
Diffstat (limited to 'examples')
-rw-r--r--examples/smi/backend.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/smi/backend.py b/examples/smi/backend.py
index b6e8712..e485092 100644
--- a/examples/smi/backend.py
+++ b/examples/smi/backend.py
@@ -14,7 +14,8 @@ print 'done'
print 'Remote manager write/create access to MIB instrumentation: ',
print mibInstrum.writeVars(
(((1,3,6,1,6,3,18,1,1,1,2,109,121,110,109,115), 'mycomm'),
- ((1,3,6,1,6,3,18,1,1,1,3,109,121,110,109,115), 'mynmsname'))
+ ((1,3,6,1,6,3,18,1,1,1,3,109,121,110,109,115), 'mynmsname'),
+ ((1,3,6,1,6,3,18,1,1,1,7,109,121,110,109,115), 'volatile'))
)
print 'Remote manager read access to MIB instrumentation (table walk)'