Re: What off-the-shelf utility available that I can send out SNMP traps in windows environment - with no runtime license?



David A.Lethe wrote:
> I'd like to add capability to send out SNMP traps using our
> vendor-unique MIB & OID in a windows environment. This is going to be
> with a product for resale, so I don't want to use anything that would
> have GPL or GPL-like licensing constraints.
>
> I just need to send out traps that report device state at a regular
> polling interval. I don't need to write an agent program.
>

<rant>
That is a common BAD practice. What you say is that you will supply
information to the administrator when you want to, instead of when he
needs it.

Now if you will open any SNMP book, you will probably see that the
entity sending traps is called snmp agent in most places (in theory
traps can be used in manager to manager communication, but it is a
relatively rare case). So like it or not, you actually want to have an
SNMP agent, a crippled one, but yet an agent.
</rant>

> It *looks* like the native windows evntwin program can be set up to
> send out traps, but I'd like to know if there are other things out
> there.
>
> Is there a stand-alone executable that I can bundle (or just require
> that somebody downloads on their own), that takes parameters from
> command-line or a data file that is easy to use & integrate? I don't
> mind paying a reasonable up-front price for something as long as there
> are no runtime constraints.
>

Most likely you are not going to find such a tool. It requires an
integration with the microsoft SNMP agent (at the minimum to get send
the traps to all of the addresses configured in the agent as trap
destinations), and most open source tools do not care too much to
support it.

What you actually need is to hire a programmer with knowledge in
windows agent SNMP API to write you this code. This should not be a big
task, and probably some of the people hanging around here will be able
to do it for you.

> Thanks

Mark Kaplun
http://www.marksw.com

.



Relevant Pages

  • Re: Snmp extension agent dll for generating v2c traps
    ... What i understood is these API's are used to interface to a 3rd party snmp ... My requirement is to use the Microsoft snmp.exe (snmp master agent) to ... will be sending the traps to the third party manager. ... extension agent Api's) to plug into this master agent. ...
    (microsoft.public.win32.programmer.networks)
  • Re: What off-the-shelf utility available that I can send out SNMP traps in windows environme
    ... >> I just need to send out traps that report device state at a regular ... I don't need to write an agent program. ... >Now if you will open any SNMP book, you will probably see that the ... >Mark Kaplun ...
    (comp.protocols.snmp)
  • SNMP Problem...
    ... ist es bei NT mit Bordmitteln moeglich, SNMP Traps ... Das einzige, was sich mir offenbart hat, ist, wie ich Windows ... und Windows an sich nichts in der Richtung mitbringt... ...
    (microsoft.public.de.german.win2000.networking)
  • SNMP Problem...
    ... ist es bei NT mit Bordmitteln moeglich, SNMP Traps ... Das einzige, was sich mir offenbart hat, ist, wie ich Windows ... und Windows an sich nichts in der Richtung mitbringt... ...
    (microsoft.public.de.german.windows.server.networking)
  • Re: SnmpExtensionTrap() - How to specify SNMP protocol version (1 or 2c) that should be used by
    ... I tend to agree on the fact that the main agent (snmp windows service) ... snmp service to send out traps in a particular version. ...
    (comp.protocols.snmp)