C# Snmp Trap Sender
I want to develop a snmp trap sender program.Previously i devel开发者_高级运维oped 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?
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.
Try iReasoning MIB Browser? There are trap receiver and sender feature built-in, and they are simple to be used.
Hope it helps.
精彩评论