Hi,
I have written a Trap Handler to process the incoming TRAP and then forward to other NMS. From the NMS log, I found some error about the datagram socket….
20060306 162007 SNMP Trap Server Plugin Handler Error: A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself. - Receive Error = 10040 Originator IP=192.168.255.253
I did some research and found the Error 10040 is some kind of Winsock Error.
The Trap Handler is written by shell script. Could you tell me where the error message generate from? And how to fix it ?
Regards,