01-06-2018 07:57 AM - edited 03-08-2019 01:19 PM
Hi, Request assistance in configuring and retrieving top LAN Internet users from the Internet Router WAN interface-Cisco 2900 series Router.
Kindly help with the configuration and verification command to retrieve the TOP Talker list. Also, let me know, if this is going to increase the load on the Router.
01-07-2018 10:44 AM - edited 01-07-2018 10:47 AM
Hi
Netflow top talkers is usually supported on Cisco routers and robust L3 switches.
The configuration could be:
conf t
ip flow-top-talkers
top 100 <--- how many lines of top talkers to be displayed, in this case it will show 100 IP addresses.
sort-by bytes <--- to see by packets or bytes (i recommend bytes)
cache-timeout 10000 <--- Time in miliseconds to be displayed
Match <---- optional It is used to match specific source and destination.
interface Gx/x
Ip flow egress
ip flow ingress (optional)
Now to see the top talkers, you can use the following command line:
show ip flow top-talkers
Hope it is useful
:-)
01-07-2018 08:49 PM
Thanks a lot for the expert inputs. Could you please clarify, if this will be cpu(resource consuming) on the router if configured. I have read from Cisco documentation that, NetFlow consumes additional memory and CPU resources. Please guide.
Thanks
Sreeraj
01-08-2018 04:07 AM
Hi
Yes, it uses CPU resources but it depends of your configuration and CPU, you could monitor the top ten 10 users with more bandwidth utilization per short interval time, this files could provide an idea about the utilization:
New generation of routers have robust CPU.
Hope it is useful
:-)
01-14-2018 11:31 PM
Thank you, this helps.
01-15-2018 05:00 AM
Hi
You are welcome
:-)
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