Reputation: 472
I want to develop a snmp trap sender program.Previously i developed a windows service project.I want to that trap is sent a report to me about this service.Is that possible and which ways should i follow?
Upvotes: 1
Views: 5915
Reputation: 63264
https://github.com/lextm/sharpsnmplib
Download its source code and you can see the snmpsendtrap sample in Samples\C# folder.
You should be able to send traps directly from the Windows service application.
Upvotes: 4
Reputation: 115
Try iReasoning MIB Browser? There are trap receiver and sender feature built-in, and they are simple to be used.
Hope it helps.
Upvotes: 0