[ First - *please* don't mail me privately, without copying
     any responses to the mailing list.  I don't have the time
     or inclination to offer private, unpaid, SNMP consultancy.
     Keep discussions to the list, where others can both learn
     and offer advice.  Thanks.   ]

On Fri, 2005-11-04 at 13:47 -0500, Haizhu Liu wrote:
> actually, I don't understand how I can just write one request to entire 
> table assuming the size is retriveable, could you please explain?

If you know that there are 20 rows in the table,
then the command

        snmpgetbulkget -Cr 20 myCol1 myCol2 myCol3 ...

will retrieve all twenty rows - no more, no less.


(That's not strictly true - it's possible that a large table
might not fit into one response packet, so you might not
get all 20 rows returned.  But you certainly won't get more)

Dave


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to