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 on this, i really stuck w

Re: help: implementing table with multiple indices

2006-11-14 Thread Dave Shield
On 14/11/06, Balamurugan V <[EMAIL PROTECTED]> wrote: > I appreciate any help on this, i really stuck with > this problem. And I would appreciate a little patience!! Strange as it may seem, some of us do need to sleep occasionally. If you want commercial-quality support, then I suggest you pay so

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
Dave, please find the .c & _access.c files attched. the snmp get commands i tried are #snmpget -v 2c -c public localhost myTestMibPhsSize.1.1.1 MY-TEST-MIB::myTestMibPhsSize.1.1.1 = No Such Object available on this agent at this OID #snmptable -v 2c -c public localhost myT

Re: help: implementing table with multiple indices

2006-11-13 Thread Dave Shield
On 13/11/06, Balamurugan V <[EMAIL PROTECTED]> wrote: > 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 se

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

Re: help: implementing table with multiple indices

2006-11-12 Thread D . T . Shield
> I tried modifying the > code something like this with SNMP_MALLOC_TYPEDEF > method, but still it returns "No Entries" error. Inthat case, you're probably going to try putting some debugging statements into your code, to try and identify exactly what's happening. Things to check ar

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,

Re: help: implementing table with multiple indices

2006-11-12 Thread D . T . Shield
> 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... > Kindly look at the code and comment whether I am > implementing the "get_first_data_point()" function > correctly or not No - that code looks basicall

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_