Perform snmpwalk to a remote device from a mac

To retrieve a list of supported snmp oid’s on a remote device from a mac, execute the following command in a terminal session on a mac:

snmpwalk -c {string} -O n {remote host address}

Here are the command parameters:

-c = snmp community string
-O n = output oid in numerical value

Verify snmp is configured on the remote device and the snmp string on the remote device matches the snmp string in your query.