net-snmp

SNMP v1, v2c, and v3 protocol implementation for IPv4 and IPv6

brewmacoslinux
Try with needOr install directly
Source

About

Implements SNMP v1, v2c, and v3, using IPv4 and IPv6

Commands

snmpgetsnmpsetsnmpwalksnmptrapsnmpbulkgetsnmpbulkwalksnmptranslatesnmpstatussnmpdfsnmptable

Examples

Retrieve a specific SNMP value from a device$ snmpget -v 2c -c public 192.168.1.1 1.3.6.1.2.1.1.1.0
Walk through all SNMP values in a subtree$ snmpwalk -v 2c -c public 192.168.1.1 1.3.6.1.2.1.1
Translate an OID name to its numeric form$ snmptranslate -On sysDescr