slayercat / GoSNMPServer

GoSNMPServer is an SNMP server library fully written in Go. It provides Server Get, GetNext, GetBulk, Walk, BulkWalk, Set and Traps. It supports IPv4 and IPv6, using SNMPv2c or SNMPv3.
BSD 2-Clause "Simplified" License
90 stars 51 forks source link

echo-trap-server? #29

Closed jingc1413 closed 6 months ago

jingc1413 commented 6 months ago

Sorry, I don't know the snmp protocol very well. There are many parameters to start a trapserver, and I don't understand their meaning. There is no detailed explanation. Can you give an example? How to quickly start a echo-trapserver to receive all trap messages and print them? image