Install the Net-SNMP package in Windows for SNMP-based plugins

Install the Net-SNMP package in Windows for SNMP-based plugins (iDRAC and HP iLO)

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.

Download and install the Net-SNMP package
  1. Download the Net-SNMP package. You can also find the download link on the Net-SNMP website.
  2. Run the downloaded file to initiate the setup.
  3. Select the default components as shown below: Base Components, Standard agent (under Net-SNMP Agent Service), Net-SNMP Trap Service, and Perl SNMP Modules. Then click Next.



  4. In the following screen, choose the destination folder (e.g. C:\snmp) in which you want to install the package, and click Next



  5. In the following screen, select the relevant Start menu folder to which you want to add the shortcut, and click Install to complete the installation.

Set up the Net-SNMP path
  1. Open the Run command window and run the following command:
    sysdm.cpl



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



  3. 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.



  4. 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.

  5. Add a relevant Variable name and click OK.
  6. 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.

    • Related Articles

    • How do I add the Dell iDRAC plugin for Windows?

      Prerequisites Install the latest version of the Net-SNMP package. Follow these steps to install and configure it. Install Python 3.6. Plugin Installation Create a folder named idrac. Download the files from our GitHub repository and place them in the ...
    • Install and configure an Oracle plugin in Windows

      Prerequisites Ensure that the Site24x7 Windows server monitoring agent is installed in the system where the Oracle instance is running. Ensure python3 is installed in the system and add it to the Windows path. Refer to the link below for adding ...
    • How to check the SNMP reachability of network devices

      Site24x7's On-Premise Poller uses SNMP to monitor and collect performance metrics from monitored devices. You can check if a network device or a server is reachable through SNMP from the On-Premise Poller using: Site24x7's MIB browser The MIB browser ...
    • How to configure a device to send SNMP traps?

      Site24x7 On-Premise Poller listens to traps from network devices via port UDP 162. Please follow the below steps to configure your device to send SNMP traps to Site24x7 On-Premise Poller. This can be done in your device either by using a GUI or CLI. ...
    • How to share the SNMP v3 request logs to analyze credential issues

      The Site24x7 support team is available to assist you with solving SNMP v3 request credential issues. To troubleshoot the issue, we need you to capture SNMP v3 request logs data and send it to us. This article describes the process to capture this ...