Microsoft Windows
- Download and run snmpsimulator-version-windows-installer.exe installation package as administrator
- When a security message is displayed allow the installer to proceed by clicking Yes
- Follow on-screen instructions
Linux
- Download snmpsimulator-version-linux-installer.bin installation package
- Make the package executable and run it as root:
sudo chmod u+x snmpsimulator-version-linux-installer.bin sudo ./snmpsimulator-version-linux-installer.bin
- Follow on-screen instructions
Verifying the installation
Upon installation, the SNMP Agent Simulators creates a single simulated Linux agent running on localhost (127.0.0.1) and port 163. To verify the installation:
- Log in to the simulator web console: http://localhost:8080
- 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.