Hi,
Would it be possible to have redundant polling in a driver with two or more main connections?
Example a Serial -> 0 and a SNMP -> 1 connections.
In this situation you can see the Serial connection changing but not the other.
How to specify that a group should use 2 connections Main and Redundant?
Thanks in advance.
The redundant polling option was initially designed for protocols with 2 connections of the same type. Configuring extra connections on top of that might result in undefined behavior.
By omitting the connection attribute on a group
<Groups>
<Group id="1"connection="0">
..
</Group>
</Groups>
DataMiner will automatically execute the group on the redundant connection if the main one would be in timeout.
There is however an internal task (ID: 30493) that could be planned in a future DataMiner release which extends on the initial design to have more flexibility regarding amount and types of connections.
Feel free to add a new request on the Feature Suggestions page of DataMiner Dojo. In that way, we can see how peers would be drawn to more options around redundant polling.