[SNMP4J] not able to send continuous SNMP trap using DefaultTCPTransportMapping.

bangarappa bang.chill at gmail.com
Wed Mar 31 14:27:57 CEST 2010


Hi Frank,

Do you see any particular reason for the behavior for TCP mapping? Please
let me know any pointer for these kind of issue.

Thanks,
Bangar

On Wed, Mar 31, 2010 at 3:53 PM, bangarappa <bang.chill at gmail.com> wrote:

> I am using TCP over snmp for sending out SNMP traps from server. The basic
> configuration for tcpMapping is shown below.
> The first trap will be sent successfully but subsequent send are not even
> going out of the server. Can some one please let me know possible flaw here?
>
> DefaultTCPTransportMapping map = new DefaultTCPTransportMapping();
> map.setConnectionTimeout(3000);
> map.setAsynchMsgProcessingSupported(false);
>
> snmp.send(PDU, target, map);
>
> Thanks in advance.
> Bangar
>



More information about the SNMP4J mailing list