Re: Need to re-implement rfc 1213

2015-07-15 Thread Vivek Maurya
Hi Robert, Yes, its working. Regards Vivek On Thu, Jul 16, 2015 at 6:43 AM, Robert Story wrote: > On Tue, 26 May 2015 12:51:43 +0530 Vivek wrote: > VM> Trying to re-implement rfc-1213. For testing purpose i follow > VM> these steps. > > Hi Vivke, > > Did you ever get this working? > > VM> 3. m

Re: Need to re-implement rfc 1213

2015-07-15 Thread Robert Story
On Tue, 26 May 2015 12:51:43 +0530 Vivek wrote: VM> Trying to re-implement rfc-1213. For testing purpose i follow VM> these steps. Hi Vivke, Did you ever get this working? VM> 3. my_handler->priority = 126; VM> VM> 4. netsnmp_table_container_register(my_handler, table_info, &cb, VM>

Need to re-implement rfc 1213

2015-05-26 Thread Vivek Maurya
Hi All, Trying to re-implement rfc-1213. For testing purpose i follow these steps. 1. generate .c .h files from IF-MIN.txt using mib2c.array-user.conf 2. my_handler = netsnmp_create_handler_registration("ifTable", netsnmp_table_array_helper_handler,