Difference between revisions of "Cisco Flexible NetFlow Setup"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
Line 1: Line 1:
 
+
[[Category:NetFlow Notes]]
 +
[[Category:Technical Notes]]
 
   flow exporter anuview
 
   flow exporter anuview
 
   description Exports to anuview
 
   description Exports to anuview

Revision as of 15:23, 12 October 2018

 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