2-128
Catalyst 6500 Series Switch Command Reference—Release7.6
78-15328-01
Chapter2 Catalyst 6500 Series Switch and ROM Monitor Commands
clear top
clear top
To stop the TopN process, use the clear top command.
clear top {all | report_num}
Syntax Description
Defaults This command has no default settings.
Command Types Switch command.
Command Modes Privileged.
Usage Guidelines The clear top all command will not kill any pending TopN reports. Only the reports with a done status
are killed.
You can terminate TopN processes without the background option (use the show top background
command to find out if the background option is used) by pressing Ctrl-C in the same Telnet/console
session, or by entering the clear top [report_num] command from a separate Telnet/console session. The
prompt is not printed before the TopN report is completely displayed. Other commands will be blocked
until the report has been displayed.
Examples This example shows how to stop the TopN 1 process from a cons ole se ssion:
Console> (enable) clear top 1
10/29/1998,12:05:38:MGMT-5: TopN report 1 killed by Console//.
Console> (enable)
This example shows how to stop the TopN 4 process from a Telnet session:
Console> (enable) clear top 4
10/29/1998,12:06:00:MGMT-5: TopN report 4 killed by telnet/172.22.34.2/.
Console> (enable)
Related Commands show top
show top report
all Stops all nonpending TopN results.
report_num TopN report number to kill; valid values are from 1 to 5.