How to send SNMP traps with C#?

2019-04-01 02:20发布

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.

标签: c# .net snmp
1条回答
别忘想泡老子
2楼-- · 2019-04-01 02:40

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 :)

查看更多
登录 后发表回答