From 35895c667184ccd79ce18effa228ec50773a18e0 Mon Sep 17 00:00:00 2001 From: elie Date: Fri, 15 Dec 2006 23:24:15 +0000 Subject: initialize normally non-accessible table column instance to make this example workable --- examples/smi/agent/operations-on-managed-objects.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/smi') diff --git a/examples/smi/agent/operations-on-managed-objects.py b/examples/smi/agent/operations-on-managed-objects.py index e4850924..d53c2838 100644 --- a/examples/smi/agent/operations-on-managed-objects.py +++ b/examples/smi/agent/operations-on-managed-objects.py @@ -13,7 +13,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,1,109,121,110,109,115), 'mynms'), + ((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,7,109,121,110,109,115), 'volatile')) ) -- cgit v1.2.1