cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
659
Views
5
Helpful
3
Replies

NetFlow monitoring

lewwalker
Level 1
Level 1

Are there any good freeware monitoring applications which will enable engineers to determine data flow & possible impact SVI, interface and etc.

3 Replies 3

thanks

Here's another very capable NetFlow tool whose name I couldn't recall yesterday:

http://www.pmacct.org/

It's a NetFlow collector, not an analyzer. It can feed into reporting frontends such as this for visualizing the collected NetFlow data:

http://www.pmacct.net/pnrg/

Here's the wiki:

http://wiki.pmacct.net/WikiName

Here're the config options I used on OS X. I didn't find the README.IPv6 file in the distribution though.

./configure --exec-prefix=/usr/local/pmacct \

--mandir=/usr/local/share/man \

--enable-64bit \

--enable-ipv6 \

--enable-v4-mapped \

--enable-threads \

--enable-mysql \