Re: Need help for table implementation

2008-04-03 Thread Vishal Nandanwar
Hi Dave, I have tried cache timeout 0 or 7 but didn't found that agent is reloading table. Do I need to do some more things? is _free functions get into action? Vishal N On Thu, Apr 3, 2008 at 2:34 PM, Dave Shield <[EMAIL PROTECTED]> wrote: > On 03/04/2008, Vishal Nandanwar <[EMAIL PROTECTED]>

Re: Need help for table implementation

2008-04-03 Thread Vishal Nandanwar
Hi, Thanks for the help. I am getting linking error for the function "*netsnmp_tdata_get_first_row". *How to resolve this error? Vishal N On Thu, Apr 3, 2008 at 2:34 PM, Dave Shield <[EMAIL PROTECTED]> wrote: > On 03/04/2008, Vishal Nandanwar <[EMAIL PROTECTED]> wrote: > > I have created code

Re: Need help for table implementation

2008-04-03 Thread Dave Shield
On 03/04/2008, Vishal Nandanwar <[EMAIL PROTECTED]> wrote: > I have created code fro table using mib2c utility. I used following command, > > mib2c -S cache=1 -c mib2c.table_data.conf inputPortTable So you are using the caching helper - good. That will definitely. > 1) Table is created at th

Need help for table implementation

2008-04-03 Thread Vishal Nandanwar
Hi, I have created code fro table using mib2c utility. I used following command, mib2c -S cache=1 -c mib2c.table_data.conf inputPortTable This has created code template which I modified as per my requirement. I have following 3 questions, 1) Table is created at the time of initialization.