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 <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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 [EMAIL PROTECTED], which
> is a sublist of . Not all messages are passed.
> Decisions on what to pass are made solely by Harald Alvestrand.
>

Reply via email to