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

bangarappa bang.chill at gmail.com
Sun Apr 4 09:49:00 CEST 2010


Is this wrong forum for this question? Please redirect me to correct mailing
alias.

Thanks,
Bangar

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

> 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