cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
358
Views
0
Helpful
1
Replies

FNF top-n talkers 4331 oid

nvanhaute
Level 1
Level 1

hi

I'm migrating my ISR G2 to new 43xx/44xx

All is ok but I have issue with top-n talker in fnf mode

on my old ISR, I was using these oid to manage top5 :

oid_top_source_ip = '1.3.6.1.4.1.9.9.387.1.7.8.1.3'
oid_top_source_port = '1.3.6.1.4.1.9.9.387.1.7.8.1.10'
oid_top_source_index = '1.3.6.1.4.1.9.9.387.1.7.8.1.14'
oid_top_destination_ip = '1.3.6.1.4.1.9.9.387.1.7.8.1.6'
oid_top_destination_port = '1.3.6.1.4.1.9.9.387.1.7.8.1.11'
oid_top_destination_index = '1.3.6.1.4.1.9.9.387.1.7.8.1.15'
oid_top_databytes = '1.3.6.1.4.1.9.9.387.1.7.8.1.24'
oid_top_protocole = '1.3.6.1.4.1.9.9.387.1.7.8.1.19'

+ I had this configuration in router :

ip flow-top-talkers
 top 5
 sort-by bytes
 cache-timeout 30000

now on 4331, these commands and these oid doesn't work :-(

I found the command line on 4331 to display them with fnf config :

show flow monitor my-flow-monitor cache sort highest counter bytes top 5 format table

but first, they don't appears on the same format as before so I have to change my code, second I don't know how to catch them from their oid

if someone has an idea that would be great

thanks

nicolas

1 Reply 1

nvanhaute
Level 1
Level 1

with newer IOS I istalled (Version 15.4(3)S6a) command line to get top-n doesn't work anymore :-(

I'm talking about :

show flow monitor my-flow-monitor cache sort highest counter bytes top 5 format table

now after "cache" there is only "format"

any idea ?

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