Hi everyone
I'm working on a connector that has a SNMP table where some sets do not work.
I see on the Stream Viewer that the set is being done on the correct OID and with the correct value and the "Succeeded" is returned.
However, when the table is polled again I see that the value wasn't set on the device.
I created a standalone parameter, just to make sure that the table wasn't the issue. Did not work either. I also changed the snmpSetAndGet to only snmpSet. No luck.
Keep in mind that I can perform the sets on the Mib browser. Any ideas on how to proceed next?
Hi,
A possibility is that some devices take some time to actually process the value so if you poll the get too fast after the set then you might end up with the old value.
Things that could be checked:
-What happens when you wait a few seconds before getting the value after the set?
-Is it possible to compare via Wireshark the communication between DataMiner and the device and the communication between the mib browser and the device when executing the set? This way you could see where it might be going wrong in the background