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...")
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
+
[[Category:NetFlow]]
 +
[[Category:Technical Notes]]
 
   flow exporter anuview
 
   flow exporter anuview
 
   description Exports to anuview
 
   description Exports to anuview
Line 16: Line 17:
 
   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
Line 29: Line 30:
 
   interface ethernet 0/0
 
   interface ethernet 0/0
 
   ip flow monitor netflow-original input
 
   ip flow monitor netflow-original input
 +
 +
 +
 +
Further detailed reading [http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/fnetflow/configuration/15-mt/fnf-15-mt-book/fnf-fnetflow.html Cisco.com]

Latest revision as of 11:46, 23 November 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