Does anyone have any experience with setting up NetFlow on Cisco routers and exporting the output to NTOP. If you could point me to good doc's much appreciated.
Setting up NetFlow is a simple few lines of code on a router:
ip flow-export source loopback0
ip flow-export version 5
ip flow-export destination 10.1.1.1 9876
The destination specifies a NetFlow receiver and the UDP port number.
You then need to enable NetFlow switching on your interfaces, make sure your ingress and egress interfaces are configured so the exported data is correct:
interface Ethernet0
ip route-cache flow
ip flow ingress
!
interface Serial0
ip route-cache flow
ip flow ingress
!
You can verify whether it is working (on the router at least) with the commands:
show ip flow export
show ip flow interface
show ip cache flow
I have used AdventNet ManageEngine NetFlow Analyser which is simple to setup and free for 30-days, after that it allows you to monitor only 2 interfaces.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.