Differences between revisions 1 and 2
Revision 1 as of 2015-03-13 08:32:39
Size: 474
Editor: PieterSmit
Comment:
Revision 2 as of 2015-05-03 18:18:17
Size: 476
Editor: PieterSmit
Comment: Fix page
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
   {{{ ip flow-export destination 10.10.240.31 3121 }}    {{{ ip flow-export destination 10.10.240.31 3121 }}}
Line 10: Line 10:
   {{{ ip flow-export source Loopback0 }}    {{{ ip flow-export source Loopback0 }}}

IP Flow Monitor

  • IP Flows is data a network device exports on the Flows flowing through it, it does not contain the actual data, just a summary of the data flowing.

Cisco Flow setup

  • Enable flows with
    •  ip flow-export destination 10.10.240.31 3121 

  • SRC Ip to use for export records
    •  ip flow-export source Loopback0 

  • ip flow-cache timeout active 1

ip route-cache flow

...


CategoryCisco

IpFlowMonitor (last edited 2016-07-05 11:53:38 by PieterSmit)