>>>>> On Mon, 2 Aug 2004 13:59:40 +0300, Mike Mohamet <[EMAIL PROTECTED]> said:

Mike> I would like to know what is the maximum size of a string that
Mike> snmpget command can retreive. I read in the literature that the
Mike> limitation for snmpget command is the 64k size of a UDP packet,
Mike> but soon I realized that I could not get a string bigger than
Mike> 4k.

Well, 64k may be the max size of a udp packet, but not all stacks will
handle it properly.

Generally, because it would have to be fragmented at the 1500 byte
size you probably don't want to send a 64k object over udp.  I'd use
tcp instead if you needed to do that, or instead have a multi-object
method of downloading that size of a data set (eg a row of data X in
size, and Y rows where X*Y is roughly what you want data size wise).

-- 
Wes Hardaker
Sparta


-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to