Difference between revisions of "Cisco Flexible NetFlow Setup"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
(Created page with " flow exporter anuview description Exports to anuview destination 10.1.1.1 (change to anuwiew destination) source loopback0 template data timeout 60 transport udp...")
 
Line 16: Line 16:
 
   configure terminal
 
   configure terminal
 
   flow monitor netflow-original
 
   flow monitor netflow-original
   description This flow monitor uses the NetFlow original record and exports to anuview
+
   description export_to_anuview
 
   record netflow-original
 
   record netflow-original
 
   cache timeout active 60
 
   cache timeout active 60

Revision as of 09:08, 13 October 2016

 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