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
_______________________________________________
SNMP4J mailing list
[email protected]
http://lists.agentpp.org/mailman/listinfo/snmp4j

Reply via email to