09-06-2012 12:37 AM - edited 03-04-2019 05:29 PM
Hello all,
I am trying to configure the NetFlow Top Talkers function on an ASR1002 with ADVENTERPRISEK9-M, Version 15.2(4)S. With this new Hardware and Software I am surprised to see that the command:
ip flow-top-talkers
top 50
sort-by packets
cannot be found on the CLI - it's just not there. What could the reason be for this?
Many thanks in advance for any suggestions
John
09-06-2012 03:13 PM
Hi John,
Netflow top talkers feature is not supported yet on ASR1k.
Kind Regards,
Ivan Shirshin
**Please grade this post if you find it useful.
01-28-2014 12:49 PM
The old top talker function is replaced by flexible netflow commands. For example
In global config mode, create a flexible flow monitor
flow monitor NETFLOW-1
description monitor for ipv4 flows
record netflow ipv4 original-input
Assign the flow monitor to the interface
interface GigabitEthernet0/0/0
ip address 10.x.x.x 255.255.255.252
ip flow monitor NETFLOW-1 input
end
Exec mode CLI command below will provide similar output to the old top talkers
show flow monitor NETFLOW-1 cache format table
12-23-2014 01:04 AM
hi,
The problem is the output of "show flow monitor NETFLOW-1 cache format table" doesnt have any order ,seems doesnt show most top talkers like old platforms...
how can I sort em to show me who is most BW consuming ?in case of seeking attackers
09-18-2017 11:54 PM
i Guess this might work :)
show flow monitor NETFLOW-1 cache sort highest counter packets top 30 format table
02-03-2020 11:13 AM
Hello, greetings.
That command worked!.
Thanks.
04-10-2019 06:04 AM
Thank you for the information, but is there any way to get it to output the data in bytes instead of number of packets? The problem we are trying to isolate in the top talkers is users who are doing large FTP or HTTP downloads, they have very large packet sizes but a lower number of packets than other more chatty communication.
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