RE: extension agent problem need help!!
Meena Palvannan <mpalvannan@pixstream.com> Fri, 29 October 1999 13:10 UTC
Received: by ietf.org (8.9.1a/8.9.1a) id JAA23114 for ietf-outbound.10@ietf.org; Fri, 29 Oct 1999 09:10:03 -0400 (EDT)
Received: from pixsci.com (pixelsext.pixsci.com [209.146.143.34]) by ietf.org (8.9.1a/8.9.1a) with SMTP id JAA22895 for <ietf@ietf.org>; Fri, 29 Oct 1999 09:05:09 -0400 (EDT)
Received: by server.pixsci.com with Internet Mail Service (5.5.2232.9) id <VLKN1B78>; Fri, 29 Oct 1999 09:04:29 -0400
Message-ID: <FCF810FE7713D311AADD006008A8451607077C@server.pixsci.com>
From: Meena Palvannan <mpalvannan@pixstream.com>
To: "'Bruce E. Balden'" <balden@fireplug.net>
Cc: "'ietf@ietf.org'" <ietf@ietf.org>
Subject: RE: extension agent problem need help!!
Date: Fri, 29 Oct 1999 09:04:20 -0400
X-Mailer: Internet Mail Service (5.5.2232.9)
Hi, Thanks for your response. >>Since an empty row doesn't signal the end, something else does. Can you tell me how to signal the end, as we are unable to retrieve the data even using getbulk It stops at the empty row. Thanks Meena Apart from missing items after an empty row, retrieving data this way is very inefficient. Find out what data is there, and ask for it in chunks, naming each variable instance explicitly, multiple items per query to improve efficiency. At a certain point, you'll exceed the packet length or burden the managed device, but an optimum number of variables to retrieve at once should be in excess of 10, thereby reducing traffic load by that factor. ----- Original Message ----- From: Meena Palvannan <mpalvannan@pixstream.com> To: <ietf@ietf.org> Sent: Thursday, October 28, 1999 1:52 PM Subject: extension agent problem need help!! > Hi, > We have a table which has some sparse entry on some columns > > for example > > index Column1 > > 1 data1 > > 2 * > > 3 data3 > > 4 data4 > > > When we try to walk or get next > > it sees the empty column and assumes that is the end of the mib > and comes out with end of mib message > Can you tell me how do we change the agent, so that it skips that empty rows > and goes down to get me row 3 and etc > > Thanks > Meena > > > > > > - > This message was passed through ietf+censored@alvestrand.no, which > is a sublist of . Not all messages are passed. > Decisions on what to pass are made solely by Harald Alvestrand. >
- extension agent problem need help!! Meena Palvannan
- RE: extension agent problem need help!! Meena Palvannan
- RE: extension agent problem need help!! Harald Tveit Alvestrand