SNMP Agent Simulator Installation

Windows

  1. Download and run snmpsimulator-version-windows-installer.exe installation package as administrator.
  2. When a security message is displayed allow the installer to proceed by clicking Yes.
  3. Follow on-screen instructions.

Linux

  1. Download snmpsimulator-version-linux-installer.bin installation package.
  2. Make the package executable and run it as root:
    sudo chmod u+x snmpsimulator-version-linux-installer.bin
    sudo ./snmpsimulator-version-linux-installer.bin
  3. Follow on-screen instructions.

Verifying Installation

Upon installation, the SNMP Agent Simulator creates a single simulated Linux agent running on localhost (127.0.0.1) and port 163. To verify the installation:

  1. Log in to the simulator web console: http://localhost:8080.
  2. Open a terminal (Linux) or a command line console (Windows).
  3. SNMP-walk the agent:
    snmpwalk -v2c -cpublic 127.0.0.1:163 system

    or

    snmpwalk v2c -cpublic localhost:163 1.3.6.1.2.1.1
    Windows SNMP walk is not provided with Windows and must be downloaded separately from http://www.net-snmp.org/.
    Linux SNMP is not installed by default by some of the most popular Linux distributions, and has to be installed separately, e.g., using sudo apt-get install snmp-mibs-downloader.
Was this page helpful?