I have a cisco router performing NAT for my local network. Download bandwidth is stagnant at 2MB/s and I'm not sure which host is responsible for this and what exactly it's connecting to. How can I find this? Thank you.

link|improve this question

72% accept rate
not programming related – Michael Bray Jan 12 '10 at 17:58
www.serverfault.com – BlueRaja - Danny Pflughoeft Jan 12 '10 at 18:08
feedback

1 Answer

up vote 1 down vote accepted

On your external interface use:

interface {interface} {interface_number}
ip route-cache flow
bandwidth <kbps>
exit

Then use the command below to get some data about usage:

show ip cache flow
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.