How to send SNMP traps with C#?

自古美人都是妖i 提交于 2019-12-05 02:48:28

问题


In my application I have been asked to send error codes via SNMP traps. I believe that this will need to be done using version 3 because of the security issues with versions 1 and 2. Is there anything in the .net framework to do this or should I be looking to buy a third party library.


回答1:


There's an excellent open source C# library called SharpSnmpLib. You could read the RFC as an introduction.

I don't think anybody bothers with v3 security; it's hard enough to get it working with just community security :)



来源:https://stackoverflow.com/questions/2043452/how-to-send-snmp-traps-with-c

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!