This article provides some basic steps for simulating SNMP devices in the lab for testing and troubleshooting, etc
Windows OS
- CA Spectrum
- CA Performance Management
- DX Infrastructure Management
This document assumes the below:
If you do not have a SNMP Walk utility or SNMP walk file of a device, please see this article on using Sapwalk2 utility: https://ca-broadcom.wolkenservicedesk.com/external/article?articleId=13592
Here are steps to simulate customer SNMP devices in your lab.
https://sourceforge.net/projects/snmpsim/files/snmpsim/0.2.4/snmpsim-0.2.4-setup-win32.exe
NOTE: If Microsoft Visual C++ 2008 Redistributable (x86) is not installed, please install it separately.
- Was created through the sapwalk2 utility
- All commented lines are removed from the output
- File extension is .sapwalk
C:\Program Files (x86)\SNMP Simulator>snmpsimd --agent-udpv4-endpoint=xxx.xxx.xx.xxx:161 --data-dir=c:\snmpdata --v2c-arch
Where xxx.xxx.xx.xxx is the IP address of the Windows machine.
The name of the file will be community name.
NOTE: Windows SNMP Service needs to be shutdown
NOTE: The community string will be the name of the file.
For example, a file test01.sapwalk is in the data directory, so test01 is community name.