Hi Dojo, a simple question:
When using the redundant polling feature (with SNMP), will DataMiner already switch to using the alternate IP as soon as a single timeout occurs on a parameter OID request timing out?
OR, will the element first perform the "RETRIES" that are configured on the element settings before making that switch?
What about multiple parameters in one group (without the MULTIPLEGET option), will it try to complete the group on the connection that is now failing? or will it have switch to the redundant connection?
The docs are not clear on this: Redundant polling | DataMiner Docs
Thank you.
From what I can see from a quick test, it will execute all retries, then switch to the redundant connection while also moving to the the next poll group, so it will not retry the same group again on the new connection.
I couldn't test specifically with a singular timeout, but if a single param is failing in a group without multipleGet, it will do the normal behavior and keep trying, before moving on to the rest of the group, so the redundancy is not triggered if the group is fine otherwise