Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: Synapse SNMP

www.cryer.info
Managed Newsgroup Archive

Re: Synapse SNMP

Subject:Re: Synapse SNMP
Posted by:"Lukas Gebauer" (gebaue..@mlp.cz)
Date:Mon, 12 Jun 2006 09:34:22

Bob Devine wrote:
> Anyone using Synapse for SNMP traps? When I use the demo trap generator I
> can retrieve the Enterprise OID and Source IP no problem, but they're
> missing when I try a Sonicwall. I've a suspicion it's an SNMP version
> problem (Synapse handles only v1 traps?) and am about to test other
> hardware. Before I do, was wondering if anyone's seen anything similar.

Synapse have support for v2 and v3 traps too. However trap handling of
v1 is totally different from v2 handling! (totally different PDU format...)

Demo function RecvTrap in snmpsend.pas can decode v1 traps only. For
receiving v2 and v3 traps you must use TSnmpSend class, call
TSNMPSend.RecvTrap method and then you must read content of your trap
PDU by similar way as you are reading standard SNMP reply.

For more information is better to use Synalist e-mail forum, where
areprimary place for Synapse support. You can found details on Synapse
web pages.

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive