System information
Cisco Cat3K ST 6 June 2012
66
TOE SFRs How the SFR is Met
Step 2 show privilege
Displays the privilege level of the current CLI
session
Router# show privilege
Current privilege level is 7
Step 3 clear counters
The clear counters command clears the interface
counters. This command has been changed from
privilege level 15 to privilege level 7.
Router# clear counters
Clear "show interface" counters on all interfaces
[confirm]
Router#
02:41:37: %CLEAR-5-COUNTERS: Clear counter
on all interfaces by console
Step 4 clear ip route *
The ip route argument string for the clear
command should not be allowed because it was not
changed from privilege level 15 to privilege level
7.
Router# clear ip route *
^
% Invalid input detected at '^' marker.
Router#
Step 5 reload in time
The reload command causes the networking device
to reboot.
Router# reload in 10
Reload scheduled in 10 minutes by console
Proceed with reload? [confirm]
Router#
***
*** --- SHUTDOWN in 0:10:00 ---
***
02:59:50: %SYS-5-SCHEDULED_RELOAD: Reload
requested for 23:08:30 PST Sun Mar 20
Step 6 reload cancel
The reload cancel terminates a reload that was
previously setup with the reload in time command.
Router# reload cancel
***
*** --- SHUTDOWN ABORTED ---
***
04:34:08: %SYS-5-
SCHEDULED_RELOAD_CANCELLED: Scheduled
reload cancelled at 15:38:46 PST
Sun Mar 27 2005
Step 7 disable
Exits the current privilege level and returns to
privilege level 1.
Router# disable
Step 8 show privilege
Displays the privilege level of the current CLI