简体   繁体   中英

C# Snmp Trap Sender

我想开发一个snmp陷阱发送器程序。之前我开发了一个Windows服务项目。我希望该陷阱向我发送有关此服务的报告。这是可能的,我应该遵循哪些方式?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM