
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2012 11:33 AM
Does NX-OS support exporting of netflows to multiple destinations? I know in some versions of IOS you could export to the same port on two different IPs. This would be extremely useful for us to simultaneously evaluate different Netflow packages and compare like traffic for like.
Solved! Go to Solution.
- Labels:
-
Network Management
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2012 12:03 PM
Source:
http://docwiki.cisco.com/wiki/Cisco_NX-OS/IOS_Netflow_Comparison
Things You Should Know:
...
* Multiple NetFlow export destinations can be configured per exporter to improve resiliency.
...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2012 12:03 PM
Source:
http://docwiki.cisco.com/wiki/Cisco_NX-OS/IOS_Netflow_Comparison
Things You Should Know:
...
* Multiple NetFlow export destinations can be configured per exporter to improve resiliency.
...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2012 02:06 PM
I see where it says it, but I do not see how it can be configured. When I try to add the additional IP to the exporter it simply replaces my existing one with the new address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2012 03:12 PM
Nevermind, I figured it out. I had to create a different exporter for the other destination and attach it to the monitor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2012 11:37 AM
I'm trying to add another exporter to the monitor but getting:
ERROR: Flow Monitor: netflow-monitor-1 is in use. Exporters can not be added or deleted while monitor is in use.
If I disable feature netflow I lose my complete config. I there a way to stop the flow so I can add my other exporter?
I was able to add the other exporter (router 1) by deleting and re creating. Just trying to avoid re creating again...
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2019 03:43 PM - edited 03-13-2019 03:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2018 03:15 PM
Adding in a config for the next person that finds this.
flow exporter NF-exporter-1 destination 10.10.10.100 use-vrf management source mgmt0 version 9 flow exporter NF-exporter-2 destination 10.20.20.200 use-vrf management source mgmt0 version 9 flow monitor flow-monitor-dual record netflow-original exporter NF-exporter-1 exporter NF-exporter-2
