Hi Dojo,
I'm trying to get a Realistic dynamic simulation for an SNMP element. I've followed the DDL (Realistic dynamic simulations) And created the following xml file to upload to the QASNMPSimulator:
<?xml version="1.0" encoding="utf-8" ?>
<Simulation>
<ProxyAgents>
<ProxyAgent ip="172.22.161.71" MacAddress="" SNMPVersion="2" Name="" Port="7001" AutoBuildVersion="1.2" deviceIP="172.29.26.115" maxDuration="0.16666666"/>
</ProxyAgents>
</Simulation>
The simulator gives no issues and has created the needed file structure (C:\QASNMPSimulations\ProxySimulations\Alpha UPS DC AC Combi.txt)
I configured the element to listen to 172.22.161.71/7001
But it gets into time out. There is no data coming in. And the .txt file remains empty.
I checked the streamviewer if the commands are being sent, but this seems fine (except for the fact that they are in timeout).
I've already tried:
- Preforming a walk (no issues)
- Uploading a simulation of a walk and see if the element could reach the simulator app (no issues)
- Connecting the element to the device to test if it's reachable (no issues)
- Changed the IP address of the proxy agent and the element to 127.0.0.1 (didn't succeed) or 127.0.0.2 (didn't succeed)
Does anyone know what I could have missed?
Thanks in advance
Hi Timothy,
Can you confirm whether the ip="172.22.161.71" is the configured one in the interface that the server uses to communicate with the device? Also, is the device using the default SNMP port?
Kind regards,
Indeed, I used wireshark to find out which interface is used, changed it in the simulation file and reloaded it. The file is now being filled in.
Thanks