Sending Netflow to Multiple Destinations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2023 06:57 PM
Hi Team,
I have 3650 switch with ipservices license. Currently I am in the middle of a new netflow software PoC. According to Cisco docs (https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/fnetflow/configuration/xe-3se/fnf-xe-3e-book/fnf-export-ipv4.html), it is possible to have multiple exporters in one switch. But my question is, is it possible to configure more than 1 netflow on the interface? I want to test the new netflow software but at the same time I do not want to lose data on the current netflow. Anyone have the same experience or experiment before? Thank you.
- Labels:
-
Network Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2023 12:57 AM
Below example works for me : x.x.x.x Server 1 y.y.y.y Server 2
flow exporter NETFLOW-EXPORTER1 destination y.y.y.y flow exporter NETFLOW-EXPORTER2 destination x.x.x.x flow monitor NETFLOW-MONITOR record NETFLOW-RECORD exporter NETFLOW-EXPORTER1 exporter NETFLOW-EXPORTER2
interface GigabitEthernex/x ip flow monitor NETFLOW-MONITOR input
