mvenditto / DotNetSnmp

MIT License
3 stars 1 forks source link

How to capture incoming snmp v3 traps #1

Open BrettBurbidge opened 1 year ago

BrettBurbidge commented 1 year ago

Hi there,

I am attempting to capture incoming SNMP v3 traps using a library like this. Do you have any examples of how I could do this using your library?

Thanks!

mvenditto commented 1 year ago

Hi,

I'm sorry but it is actually not possible with this library at the moment.

Only GET family requests are implemented, SET and Traps are not.

I'm going to add a note in the readme to point out more clearly what is missing.

Thank you for checking out the lib!