Export NetFlow v9 from a Cisco router so Linivo can build traffic analysis and lateral-movement detection from real flow data.
Configure the flow exporter to point at the sensor's IP on the default NetFlow port.
ip flow-export destination 10.20.0.50 2055 ip flow-export version 9
NetFlow only exports traffic for interfaces where it's explicitly turned on, both ingress and egress.
interface GigabitEthernet0/1 ip flow ingress ip flow egress
In Linivo, check Devices > (this router) > Flow status for a recent "last flow received" timestamp, usually within a minute of enabling export.