Re: Cannot find an adquest mib2c configuration file for travesing large tables.

2005-10-07 Thread Robert Story
On Fri, 30 Sep 2005 16:06:10 -0400 shuki wrote: SS> Hi Robert, thanks for the answer. SS> Any idea when the pass-thru template is going to be available? As soon as someone gets motivated enough to write it! I'm willing the help, but don't have the time myself, at the moment. -- NOTE: messages se

RE: Cannot find an adquest mib2c configuration file for travesing large tables. --- Does Net-SNMP fit to real time environment?

2005-10-07 Thread Dave Shield
> here is the code maybe something will ring a bell. H I'm not sure that really qualifies as the "trivial example" that I suggested you try. I'll look at it properly on Monday. But one thing strikes me immediately. The heart of the relevant processing is the call: > if(!extract_if

RE: Cannot find an adquest mib2c configuration file for travesing large tables. --- Does Net-SNMP fit to real time environment?

2005-10-07 Thread sasson, shuki
atus' value. * May need to use 'memcpy' */ table_entry->ifAdminStatus = table_entry->old_ifAdminStatus; break; } } break; case MODE_SET_COMMIT: break; #

RE: Cannot find an adquest mib2c configuration file for travesing large tables. --- Does Net-SNMP fit to real time environment?

2005-10-07 Thread Dave Shield
On Fri, 2005-10-07 at 11:56 -0400, sasson, shuki wrote: > I have tried snmpget to query a get request and snmpwalk for getNext. In which case I can't explain your results. However, as I said - I've just tried this with a simple table of my own, and it *does* work as expected. I suggest you try ag

RE: Cannot find an adquest mib2c configuration file for travesing large tables. --- Does Net-SNMP fit to real time environment?

2005-10-07 Thread sasson, shuki
configuration file for travesing large tables. --- Does Net-SNMP fit to real time environment? On Fri, 2005-10-07 at 11:23 -0400, sasson, shuki wrote: > I have tried to apply the netsnmp_register_table() as you suggested in > previous email. > However the table_handler was not called for any Ge

RE: Cannot find an adquest mib2c configuration file for travesing large tables. --- Does Net-SNMP fit to real time environment?

2005-10-07 Thread Dave Shield
On Fri, 2005-10-07 at 11:23 -0400, sasson, shuki wrote: > I have tried to apply the netsnmp_register_table() as you suggested in > previous email. > However the table_handler was not called for any Get Request for a table > entity I'll be thankful if you can > verif

RE: Cannot find an adquest mib2c configuration file for travesing large tables. --- Does Net-SNMP fit to real time environment?

2005-10-07 Thread sasson, shuki
appy to try it again. Thanks again, Shuki -Original Message- From: Dave Shield [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 11:15 AM To: sasson, shuki Cc: net-snmp-coders@lists.sourceforge.net Subject: RE: Cannot find an adquest mib2c configuration file for travesing large table

RE: Cannot find an adquest mib2c configuration file for travesing large tables. --- Does Net-SNMP fit to real time environment?

2005-10-07 Thread Dave Shield
On Fri, 2005-10-07 at 10:48 -0400, sasson, shuki wrote: > Hi all, I managed to "create" myself a pass through interface to traverse > big tables. Basically it is based on table iterator template. > Even after applying this fix I see 35% degradation in performance > compares to another agent imple

RE: Cannot find an adquest mib2c configuration file for travesing large tables. --- Does Net-SNMP fit to real time environment?

2005-10-07 Thread sasson, shuki
ists.sourceforge.net Subject: Re: Cannot find an adquest mib2c configuration file for travesing large tables. On Wed, 28 Sep 2005 16:23:28 -0400 shuki wrote: SS> will be a single function all instead hundred of thousands as it is with SS> the MFD and the Iterator. Early versions of MFD defa

Re: Cannot find an adquest mib2c configuration file for travesing large tables.

2005-10-02 Thread Robert Story
On Wed, 28 Sep 2005 16:23:28 -0400 shuki wrote: SS> will be a single function all instead hundred of thousands as it is with SS> the MFD and the Iterator. Early versions of MFD defaulted to an iterator style wrapper, but the current code is based on the idea of caching the data, and a single routi

RE: Cannot find an adquest mib2c configuration file for travesing large tables.

2005-09-30 Thread sasson, shuki
: Cannot find an adquest mib2c configuration file for travesing large tables. On Wed, 28 Sep 2005 16:23:28 -0400 shuki wrote: SS> will be a single function all instead hundred of thousands as it is with SS> the MFD and the Iterator. Early versions of MFD defaulted to an iterator style wrappe