Re: Iterate option is unable to retreive the first index column v alues.

2005-10-04 Thread Dave Shield
On Fri, 2005-09-30 at 15:09 +0530, Rohini V wrote: > Forgot to mention that Column No. 1 is missing in output. > Even a get or getnext request doesn't work. Is this column one of the indexes to the table? If so, it's normal practise for this *not* to be directly accessible (since the index values

FW: Iterate option is unable to retreive the first index column v alues.

2005-10-03 Thread Rohini V
Sorry, Forgot to mention that Column No. 1 is missing in output. Even a get or getnext request doesn't work. Thanks Rohini > -Original Message- > From: Rohini V > Sent: Friday, September 30, 2005 1:19 PM > To: Sourceforgenet (E-mail) > Subject:

Iterate option is unable to retreive the first index column value s.

2005-09-30 Thread Rohini V
Hi There exists a table with 2 indices. Totally the table posseses 5 columns, out of which first 2 columns are indexes. I am using a structure to retrieve these 2 indexes. The structure is declared as : /* * This structure has a specific purpose. * Used only with tables which have 2 indexes.

Re: iterate option

2005-09-15 Thread Dave Shield
On Wed, 2005-09-14 at 12:55 -0400, Robert Story wrote: > Soori> I request you to suggest other helpers to use ? > > Well, the cache helper can be added with the iterator helper > to only read in the file every N seconds, Or "on demand" - triggered by receiving a request for that table (and the

Re: iterate option

2005-09-14 Thread Robert Story
On Wed, 14 Sep 2005 04:50:13 -0700 (PDT) Soori wrote: S> > You can also try some of the other helpers, which do S> not require a complete S> > iteration through the data for every request. S> S> I request you to suggest other helpers to use ? Well, the cache helper can be added with the iterator

Re: iterate option

2005-09-14 Thread Soori
Robert, I came across this post while browsing through the Net-SNMP forum. Please clarify. > You can also try some of the other helpers, which do not require a complete > iteration through the data for every request. I request you to suggest other helpers to use ? Thanks _

Re: iterate option

2005-09-10 Thread Robert Story
On Wed, 24 Aug 2005 10:31:06 +0530 Rohini wrote: RV> But, I have stored all the values in a .txt file, as oid and value pair. RV> For example : RV> .1.3.6.1.3.50.2.1.1.1 1 RV> .1.3.6.1.3.50.2.1.2.1 test11 RV> .1.3.6.1.3.50.2.1.1.2 2 RV> .1.3.6.1.3.50.2.1.2.2 test22 RV> RV> In the example provided

iterate option

2005-08-24 Thread Rohini V
Hi I am a new entry for Net-SNMP APIs. I need to develop a solution for a MIB, which posses tables. I felt iterate shall be a better option, and tried the same on a sample MIB which posses a single table with 3 columns. But, I have stored all the values in a .txt file, as oid and value pair. For