10-10-2007 09:30 AM - edited 03-03-2019 07:07 PM
Hello,
I am trying to set up NetFlow on a 2851 router running version 12.4 (8a). I keep getting a message saying top talkers is not set up. Here are the commands that I have entered
config t
ip cef
int ser0/0/0:0
ip flow ingress (I have also tried
ip route-cache flow
exit
ip flow-top-talkers
top 10
and then I tried
show ip flow-top-talkers.
I am pretty green as far as Cisco IOS is concerned but I got these commands from Cisco literature and still no cigar.
Thanks in advance for any help. I am in a very rural area and don't have anyone else to talk to.
Solved! Go to Solution.
10-10-2007 11:28 AM
According to:
http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124cr/hnf_r/nfl_a1h.htm#wp1314306
NetFlow top talkers also requires that you configure the sort-by and top commands.
You have the top configured, please enter the sort-by as well.
HTH,
10-10-2007 11:28 AM
According to:
http://www.cisco.com/univercd/cc/td/doc/product/software/ios124/124cr/hnf_r/nfl_a1h.htm#wp1314306
NetFlow top talkers also requires that you configure the sort-by and top commands.
You have the top configured, please enter the sort-by as well.
HTH,
10-10-2007 12:29 PM
Edison,
Thanks this resolved my issue. It was not on the Cisco Tech overview example that I was using to configure. I appreciate you help and hope you have a good day.
11-27-2007 08:03 AM
BTW, the main reason for that is so a single top talkers table can be set up for the MIB and all users.
Else you might have one user on the console wanting the top 10 sorted one way, another user on a network port wanting the top 20 sorted another way, and a MIB user wanting the top 50 sorted some other way - so there'd be oodles of netflow data to store, over and above the netflow cache!
Setting the sort order and number of top flows to be shown means all queries can be satisfied out of a single results table - which is maintained for a short time to allow per-line MIB polling.
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