Cisco Netflow Configuration Forward to CCE

Modified on Fri, 9 Aug at 4:12 PM

Forwarding Cisco Netflow to CCE


Below is an example of how to modify the configuration to enable NetFlow switching. It also shows how to export the flow statistics for further processing to UDP port 9995 to a CCE VM IP Address.

  1. Open the CLI and enter the following command:
    Switch# config t

  2. Enter configuration commands, one per line. End with Ctrl-z.
    Switch(config)# ip route-cache flow
    Switch(config)# ip flow-export destination 9995
    Switch(config)# ip flow-export version 5
    Switch(config)# end
    Switch# show ip flow export 


See also:

Catalyst 4500 Series:

https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst4500/12-2/25ew/configuration/guide/conf/nfswitch.html 


Catalyst 9200 Series:

https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst9200/software/release/17-3/configuration_guide/nmgmt/b_173_nmgmt_9200_cg/configuring_flexible_netflow.html 


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article