Monday, January 16, 2012

COMMANDS: CISCO IOS Enabling Top N Utility Report Creation


One of the hardest things to remember is using the TOP N uility on some IOS based devices.  The following are some commands that help me.


Enabling Top N Utility Report Creation

This examples shows how to enable Top N Utility report creation for an interval of 76 seconds for the four ports with the highest utilization:

collect top 4 counters interface all sort-by utilization interval 76


collect top counters interface all sort-by utilization interval 76 


collect top counters interface all interface 76

Displaying all the Top N Utility Reports
show top counters interface report

This example shows how to display a specific Top N Utility report
show top counters interface report 1

Clearing Top N Utility Reports (All)
clear top counters interface report

Clearing Top N Utility Report 4
clear top counters interface report 4

No comments:

Post a Comment