These instructions can be run from either the Linux, or Windows command line. They are executed from the <base dir>/smarts/bin folder.
In this example, the target OID is .1.3.6.1.2.1.4.20.1.2.
To target the OID - .1.3.6.1.2.1.4.20.1.2 on the windows command line.
- $ ./sm_snmp.exe -d <device_ip> -p 161 --snmp=2c -c public@default walk .1.3.6.1.2.1.4.20.1.2
To target the OID - .1.3.6.1.2.1.4.20.1. on a LINUX command line.
- $ ./sm_snmp -d <device_ip> -p 4532 --snmp=2c -c public@mgmt walk .1.3.6.1.2.1.4.20.1.2