cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3502
Views
12
Helpful
1
Replies

Sending Netflow to Multiple Destinations

fdharmawan
Level 4
Level 4

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.

1 Reply 1

balaji.bandi
Hall of Fame
Hall of Fame

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

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help