On Fri, 7 Dec 2007 15:23:22 -0000 Baltazar wrote:
BF>  
BF> I think it is limited by the SNMP_MAX_PDU_SIZE value am I right ? 
BF> Can we be certain that if the GET-RESPONSE PDU size is inferior of 
SNMP_MAX_PDU_SIZE, the agent will transmit an only SNMP packet ? 

There are multiple factors involved in the maximum PDU size, including:

- the maximum size supported by the command generator (e.g. snmpget)
- the transport method used (tcp, udp, etc)
- the maximum size supported by the command responder (e.g. snmpd)

And PDU size doesn't always correspond with packet size. The OS may fragement
large PDUs into multiple packets.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to