What is User EXEC Mode
Allows access to a limited number of basic monitoring commands
What symbol identifies User EXEC mode
>
What is privileged EXEC Mode
Allows access to all commands and features
What symbol is Privileged EXEC mode identified by
#
What is Global Configuration Mode?
Used to access configuration options on the device
What is Line configuration mode?
Used to configure console, SSH , Telnet or AUX access
What is interface config mode?
Used to configure a switch port or router interface
What command is used to go from user EXEC mode to privilege EXEC mode?
Enable
What command is used to enter global config mode?
Configure Terminal
What command is used to exit global configuration mode?
exit
What command is used to get back to global configuration mode from any subconfiguration mode?
exit
What command is used to return to privilege EXEC mode?
End
How do you switch between sub configuration modes in Cisco CLI
Type the command for the new mode directly.
What prompt shows you’re in line configuration mode?
(config-line)#
What prompt shows you’re in interface configuration mode?
(config-if)#
What Configuration mode must you be in to set a hostname for your switch?
Global Config Mode
What command is used to set a name for your switch?
hostname
What command is used to return the switch to default prompt?
no hostname in global config mode
What configuration mode should you be in to configure user EXEC mode passwords?
Line config mode
What command is used to enter line config mode?
line console 0
What command is used to specify the user EXEC mode password?
password password
What command is used to enable user EXEC access after specifying the password?
login
What mode must you be in to set a password for privileged EXEC mode access?
Global Configuration Mode
What command is used to set privileged EXEC mode password?
enable secret password