Re :Re: Re :Re: Re :Re: Re :Re: Re :Re: Errors while accessing Table objects

2007-10-23 Thread girish
well well well.it all worked for me. thanks a lot for the help.I need another help, how to create a tabular object (CR) using snmpset command. I think i\'ve to do something with rowStatus. But not having the proper idea about that. could u help me in this regard also.On Mon, 22 Oct 2007

Re: Re :Re: Re :Re: Errors while accessing Table objects

2007-10-22 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] On 22

Re :Re: Re :Re: Re :Re: Errors while accessing Table objects

2007-10-22 Thread girish
The command which i\'m issuing is not at all hitting my subagent. In the subagent i\'ve this code for the object.voidinitialize_table_myTable(void){nbsp;nbsp;nbsp; static oidnbsp;nbsp;nbsp;nbsp;nbsp; myTable_oid[] =nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; { 1, 3, 6, 1, 4, 1, 872, 2, 5, 1,

Re: Re :Re: Re :Re: Re :Re: Errors while accessing Table objects

2007-10-22 Thread Dave Shield
On 22 Oct 2007 10:14:09 -, girish [EMAIL PROTECTED] wrote: In the subagent i've this code for the object. struct myTable_entry { : longmyId; charUserLabel[NNN]; : }; switch (table_info-colnum) { case

Re :Re: Re :Re: Re :Re: Re :Re: Errors while accessing Table objects

2007-10-22 Thread girish
Well I\'ve defined NNN as 32 already. Now I tried using netsnmp_check_vb_type_and_max_size but still the error is there. I doubt whether the command which I\'m using is correct or not. snmpset -v 3 -u myuser -l authNoPriv -a MD5 -A my_password localhost UserLabel.1 s girishor any other issue

Re: Re :Re: Re :Re: Re :Re: Re :Re: Errors while accessing Table objects

2007-10-22 Thread Dave Shield
On 22 Oct 2007 12:36:27 -, girish [EMAIL PROTECTED] wrote: Well I've defined NNN as 32 already. Fair enough (though that wasn't in the code you posted). Now I tried using netsnmp_check_vb_type_and_max_size but still the error is