flow-processor logs on the Collector appliance contain a high volume of DATA_SOURCE_DISABLED warnings similar to the following example:2026-06-01T12:51:33.000506Z WARNING flow-processor 15750 [netw@4413 class="v2.helpers.IpfixRawFlowValidator" thread="five_tuple_task-2" method="rejectEarly" line="245"] DataSource is disabled: RawIpfixFlow{uberType=VDS, srcIp=#######, dstIp#######, srcPort=53, dstPort=62635, protocol=UDP, allowed=true, sessionFlags=-1, reporterIp=IPAddress{ipv4=#######, ipv6Subnet=0, ipv6Interface=0, isIPv4=true}, vifUUID=null, vmUUID=null}
flow-processor logs on the Collector appliance contains rejection statistics with a large number in DATA_SOURCE_DISABLED similar to the following example:2026-06-01T12:51:33.000810Z INFO flow-processor 15750 [netw@4413 class="v2.helpers.IpfixRawFlowValidator" thread="five_tuple_task-2" method="printAndResetRejectionStats" line="472"] Raw Ipfix Record Rejection Stats [file=/var/flows/vds/nfcapd/nfcapd.202606011250]: DENY_FLOWS:0 WRONG_REPORTING_POINT:0 DATA_SOURCE_DISABLED:4765370 SESSION_NOT_ESTABLISHED:0 NO_METRIC_DATA_4:0 NO_METRIC_DATA_6:0 ADDSTATE_WRONG_FLOW_TYPE:0 IPV6_LINK_LOCAL:0 NON_DOMAIN_NSXT_FLOWS:0 UNSUPPORTED_IPV6_FLOW_TYPE:0 IPFIX_ENABLED_ON_ANOTHER_COLLECTOR:0 DENY_NSX_INTERNET_FLOWS:0 DENY_NSX_FLOWS_RULE_ID_BASED:0 DENY_NSX_FLOWS_PORT_THRESHOLD_BASED:0 SMALL_BRICK_VC_WRONG_REPORTING:0 DROP_SPECIFIC_IPV4_UDP_TRAFFIC:0
reporterIp in the flow-processor logs does not match the management IP address of any individual ESXi host in the environment.reporterIp is written as an integer and will need to be translated to an IP address for easier identification.VCF Operations for Networks 9.x
This issue occurs when the Switch IP address field in the vSphere Distributed Switch (VDS) NetFlow settings is manually populated with a specific IP address.
VCF Operations for Networks requires IPFIX telemetry to be sourced directly from individual ESXi host management IP addresses. When a shared "Switch IP address" is configured on the VDS, all IPFIX packets arrive at the collector originating from that single shared IP. Because this IP does not map to a specific managed ESXi host within the integrated vCenter inventory, the appliance rejects the traffic to prevent corrupted topology state.
To enable flow ingestion, the Switch IP address must be removed from the VDS configuration to allow the switch to revert to its default behavior of reporting flows via individual host IPs.
Verification
flows where Source IP Address = <Test_VM_IP>/var/log/arkin/flow-processor/ on the collector to confirm that the DATA_SOURCE_DISABLED warnings associated with the previous Switch IP have ceased.