Installing the Net-SNMP package is an essential prerequisite for configuring SNMP-based plugins like Dell iDRAC and HP iLO. Follow the steps below to install the Net-SNMP package, set the path of Net-SNMP, and test SNMP walk.
Set up the Net-SNMP path
- Open the Run command window and run the following command:
sysdm.cpl

- In the System Properties dialog box, select the Advanced tab and click Environment Variables.

- In the Environment Variables dialog box that opens up, under the System variables section, select Path and click New to add a new system variable.
- In the New System Variable dialog box, click Browse Directory and select the bin folder wthin the folder in which you installed the Net-SNMP package.
For example: C:\snmp\bin

The path will get added in the Variable value field.
- Add a relevant Variable name and click OK.
- Click OK in the Environment Variables and System Properties dialog boxes as well to apply the changes.
Test SNMP walk
After completing the installation and setting up the path of Net-SNMP, run the following command with applicable parameters to test the SNMP walk (snmpwalk).
snmpwalk -v <version> -c <community-name> <OID>
Example for iDRAC:
snmpwalk -v 2c -c public 10.19.1.0 1.3.6.1.4.1.674.10892.5.4.600.50.1.5
Example for HP iLO:
snmpwalk -v 2c -c public 1.3.6.1.4.1.232.3.1
Once snmpwalk gives an output, proceed with installing the relevant SNMP-based plugins.