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



On 1 Aug 2005 22:09:23 -0700, "mark kaplun" <markk5@xxxxxxxxxxxx>
wrote:

>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
Thank's for the insite, Mark. I have hired a programmer to do it the
right way.

FYI, there is a snmptrap program bundled with NET-SNMP which is
somewhat usable, but I concur after doing additional research that the
only practical way to implement a solution is to do it the right way
and implement a full agent.


.



Relevant Pages

  • Re: What off-the-shelf utility available that I can send out SNMP traps in windows environme
    ... > vendor-unique MIB & OID in a windows environment. ... > 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 ...
    (comp.protocols.snmp)
  • Re: SNMPing
    ... eXc Software has a way to display SNMP traps (and can ... The end result is that you get your traps (from any snmp ... > alert notification in MOM 2005. ... > to compile them. ...
    (microsoft.public.win32.programmer.wmi)
  • Re: sending snmp traps from z/OS
    ... This is the SNMP support for NetView that Chris is referring to. ... was, in fact, just for issuing SNMP queries and receiving traps. ...
    (bit.listserv.ibm-main)
  • Loss of SNMP traps over satelite link under alarm bursts
    ... 1st, where the SNMP agent can, at times during erraneous situations, ... Agent provides us with option of having sequence numbers in the traps ...
    (comp.protocols.snmp)
  • Re: Snmp extension agent dll for generating v2c traps
    ... My requirement is to use the Microsoft snmp.exe to send ... will be sending the traps to the third party manager. ... extension agent Api's) to plug into this master agent. ... extension agent dll has to provide the data in expected format). ...
    (microsoft.public.win32.programmer.networks)