Cisco Flexible NetFlow Setup

From Observer GigaFlow Support | VIAVI Solutions Inc.
Revision as of 10:07, 15 October 2018 by Niall (Talk | contribs)

Jump to: navigation, search
 flow exporter anuview
 description Exports to anuview
 destination 10.1.1.1  (change to anuwiew destination)
 source loopback0
 template data timeout 60
 transport udp 2055
 end


Configure the NetFlow Flow Monitor

A flow monitor creates a NetFlow cache that the device will use for collecting flow data. The flow monitor also ties together the NetFlow record and the flow exporter.


 configure terminal
 flow monitor netflow-original
 description export_to_anuview
 record netflow-original
 cache timeout active 60
 exporter anuview


Applying a Flow Monitor to an Interface

The final step is to apply flow monitor to the L3 interfaces that you need to monitor. Repeat this step as necessary

 configure terminal
 interface ethernet 0/0
 ip flow monitor netflow-original input


Further detailed reading Cisco.com