Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
gosnmp
✓ github.com/gosnmp/gosnmp
Perform an SNMP GET request.
import "github.com/gosnmp/gosnmp"
gosnmp.Default.Target = "192.168.1.1"
gosnmp.Default.Community = "public"
result, _ := gosnmp.Default.Get([]string{"1.3.6.1.2.1.1.1.0"})
fmt.Println(result.Variables[0].Value)
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.43.2latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.