snmpset on read-create table for MacAddress object with Hex values crashes

2006-11-30 Thread Balamurugan V
Dear All, seting Hex values for MacAddress type MIB object with snmpset command crahes for read-create table snmpset -v 2c -c private destMacAddr.1 x 0x0a0b0c0d0e0f destRowStatus.1 i 4 any specific approch to handle the hex string data for OCTET-STRING? It is not accepting the value if i give so

Re: help: implementing table with multiple indices

2006-11-14 Thread Balamurugan V
sorry folks to bother you much, i got rid of that problem, it was due to the calling the right snmpd process. Thanks a lot for all your support. --- Dave Shield <[EMAIL PROTECTED]> wrote: > On 14/11/06, Balamurugan V <[EMAIL PROTECTED]> > wrote: > > I appreciate any help

Re: help: implementing table with multiple indices

2006-11-13 Thread Balamurugan V
Folks, I appreciate any help on this, i really stuck with this problem. Thanks, Bala --- Balamurugan V <[EMAIL PROTECTED]> wrote: > Date: Mon, 13 Nov 2006 10:34:37 -0800 (PST) > From: Balamurugan V <[EMAIL PROTECTED]> > Subject: Re: help: implementing table with multiple

Re: help: implementing table with multiple indices

2006-11-13 Thread Balamurugan V
host myTestMibTable MY_TEST-MIB::myTestMibTable: No entries Thanks, Bala --- Dave Shield <[EMAIL PROTECTED]> wrote: > On 13/11/06, Balamurugan V <[EMAIL PROTECTED]> > wrote: > > I added print statements in init_, > initialize_table_, > >

Re: help: implementing table with multiple indices

2006-11-13 Thread Balamurugan V
Dear Dave, I added print statements in init_, initialize_table_, get_first & handler routines, when i started the agent after make install, i could see the print messages given in init_ & initialize_table routines, but when i query no messages seen from get_first or corresponding handler routines

facing problem in implementing table with multiple indices

2006-11-12 Thread Balamurugan V
Hello, I am new member to this group and net-snmp, I am trying to implement a table with two objects and three indices. I am just trying to fill the stub values for testing purpose, querying the Table returns the error "No Entries". Kindly look at the code and comment whether I am implementing th

Re: help: implementing table with multiple indices

2006-11-12 Thread Balamurugan V
Thanks Dave for your response, I tried modifying the code something like this with SNMP_MALLOC_TYPEDEF method, but still it returns "No Entries" error. Kindly let me know if I am missing anything else. netsnmp_variable_list * myTestTable_get_first_data_point(void **my_loop_context,

help: implementing table with multiple indices

2006-11-11 Thread Balamurugan V
Hello, I am new to this group and net-snmp, I am trying to implement a table with two objects and three indices. I am just trying to fill the stub values for testing purpose, querying the Table returns the error "No Entries". Kindly look at the code and comment whether I am implementing the "get_

Need help of implementing table

2006-11-11 Thread Balamurugan V
Hello, I am new to this group and net-snmp, I am trying to implement a table with two objects and three indices. I am just trying to fill the stub values for testing purpose, querying the Table returns the error "No Entries". Kindly look at the code and comment whether I am implementing the "get_