跳至正文

NetFlow / sFlow / IPFIX Integration

Overview

NetFlow, sFlow, and IPFIX provide network flow data from routers, switches, and firewalls. KYRA MDR collects flow data for traffic analysis, anomaly detection, and network forensics. Supports NetFlow v5/v9, IPFIX (v10), and sFlow v5.

Prerequisites

  • A KYRA MDR Collector installed and running with flow receiver enabled
  • Network devices configured to export flow data
  • Network connectivity from devices to the collector
  • Sufficient storage for flow data

Configuration

Configure NetFlow export on a Cisco router:

configure terminal
ip flow-export version 9
ip flow-export destination <collector-ip> 2055
ip flow-export source Loopback0
interface GigabitEthernet0/0
ip flow ingress
ip flow egress
end
write memory

Configure the KYRA MDR collector to receive flows:

collector-config.yaml
sources:
- type: netflow
listen_port: 2055
protocols: [netflow-v5, netflow-v9, ipfix, sflow]

Collected Log Types

Log TypeDescriptionSecurity Use
Flow RecordsSource/dest IP, port, protocol, bytesTraffic analysis, baseline
Top TalkersHighest volume connectionsBandwidth anomaly detection
Protocol DistributionProtocol usage breakdownShadow IT, tunneling detection
Interface StatisticsPer-interface traffic statsCapacity planning
AS PathBGP autonomous system dataRouting analysis
MPLS LabelsMPLS flow informationWAN traffic monitoring

Troubleshooting

No flow data received: Verify the collector is listening on the correct port (2055 for NetFlow, 6343 for sFlow).

Missing interfaces: NetFlow must be enabled per-interface.

High volume: Use sampling (1:100 or 1:1000) on high-speed interfaces to reduce volume.

Contact kyra@seekerslab.com for support.