No Account Yet?

You are not logged in.

Add to: JBookmarks Add to: Facebook Add to: Windows Live Add to: Digg Add to: Del.icoi.us Add to: Reddit Add to: StumbleUpon Add to: Slashdot Add to: Netscape Add to: Furl Add to: Yahoo Add to: Blogmarks Add to: Technorati Add to: Newsvine Add to: Google Information
How to configure a Cisco IOS device to send Netflow Statistics E-mail
Networking HowTo's - Cisco HowTo's
Written by Keith Short   
Sunday, 10 February 2008 19:34

***Note - check your Cisco IOS device to see if sending Netflow is supported. I was surprised to find that some Cisco layer 3 switching platforms don't currently support Netflow. An example is the Catalyst 3560.

In Global configuration mode:

  1. Type "ip flow-export destination ipaddress port" and press enter.
    ipaddress is the IP address of your Netflow Collector. port is the port your Netflow Collector listens on.
  2. Type "ip flow-export source interface" and press enter. interface is the interface/s you want to get statistics on.
  3. Type "ip flow-export version versionnumber" and press enter. versionnumber is the version of Netflow your Netflow Collector supports.

Under the interfaces you want to get statistics on:

  1. Type "ip route-cache flow" and press enter.

This configuration is specific to non-MLS devices. There will be an MLS specific Netflow HowTo shortly. :)

Comments
Search RSS
Only registered users can write comments!

3.22 Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

Last Updated ( Saturday, 17 May 2008 21:54 )