cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
623
Views
0
Helpful
2
Replies

How to check the utilization in router.

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

2 Replies 2

ohassairi
Level 5
Level 5

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

Giuseppe Larosa
Hall of Fame
Hall of Fame

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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card