05-12-2010 12:48 AM - edited 03-04-2019 08:27 AM
Hi Dude.
In my office One of my router is conneced to Service Provider MPLS Router. My MPLS link in highly utilized. I want to check which ip address in utilizing the same. can any one help me.
Router Model : 2811
Thansk,
Tamilvanan.S
05-12-2010 01:05 AM
you need to activate netflow feature
configure terminal
interface FastEthernet 0/1
ip route-cache flow
exit
!
wait some time then
sho ip flow top-talkers
u can also use one GUI to collect and display flows stat such as net flow server (example ManageEngine_NetFlowAnalyzer.exe)
in this case you need to add these cmds:
ip flow-export destination 192.168.9.101 9996
ip flow-export source FastEthernet 0/1
ip flow-export version 5
ip flow-cache timeout active 1
ip flow-cache timeout inactive 15
snmp-server ifindex persist
05-12-2010 04:58 AM
Hello Tamilvanan,
netflow is technically better
but a simpler way is to use ip accounting:
int wan
ip acccounting output-packets
you can see stats with
sh ip accounting
this can be used to find out a PC using too much resources of performing peer-to-peer
Hope to help
Giuseppe
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide