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.
It seams that the current implementation of getbulk handle multiple OIDs, and the non-repeaters all to well.
Only the last OID is "processed" if multiple is present.
It seams that the current implementation of
getbulk
handle multiple OIDs, and thenon-repeaters
all to well. Only the last OID is "processed" if multiple is present.