I am currently trying to create an aggregate sensor (sensor factory sensor) between two netflow sensors. One sensor is monitoring data from an active link and the other a passive backup link. I want to ensure that should the link failover I can capture all data in one snesor.
The problem with this is that the passive link is not passing any data relevant to the custom channels and so it will not generate the channels on the sensor. This causes the following errors to occue on the aggregate: Could not calculate channel "BEN" (1): Channel 1 not found in sensor "NetFlow By Customer BGP-R2" (7186). Could not calculate channel "BTS" (2): Channel 2 not found in sensor "NetFlow By Customer BGP-R2" (7186). Could not calculate channel "BFR" (3): Channel 3 not found in sensor "NetFlow By Customer BGP-R2" (7186).
etc. Is there a way to correct this?
Add comment