SNMP Traps

Associate
Joined
7 Aug 2012
Posts
949
Hi All,

I'm looking at trying to create my own application for monitoring SNMP traps but would like to use a method of reading the information using the native Windows OS (not third party tools).

I'm wanting to know whether it's possible to have the network device send the SNMP trap to a Windows PC and have that trap information stored in the Windows event log or possibly registry?

Thanks

Swain90
 
Seems a bit confusing what you are trying to do?

Either you are writing something to monitor SNMP traps (i.e. sit and listen for messages on UDP Port 162), or you are writing something to read from the Windows Event log.

SNMP cannot send directly to the Event log - you would have to write something to do that (by listening for them and then writing them to the event log).

You could then have a separate app to parse the event log and categorise the different messages out into e.g. Windows events, and SNMP forwarded events
 
Thanks for the reply

I was wondering whether the Windows SNMP Trap service was able to do something with them, i.e. write them to the event log/registry but sounds like this isn't the case
 
Back
Top Bottom