Navigate Between IOS Modes Flashcards
(11 cards)
What command is used to move from user EXEC mode to privileged EXEC mode?
enable
Privileged EXEC mode is sometimes called enable mode.
How do you return to user EXEC mode from privileged EXEC mode?
disable
What command is used to enter global configuration mode from privileged EXEC mode?
configure terminal
What command is used to exit global configuration mode and return to privileged EXEC mode?
exit
What command is used to enter line subconfiguration mode?
line followed by management line type and number
To exit a subconfiguration mode and return to global configuration mode, which command should be used?
exit
How do you move from any subconfiguration mode to the privileged EXEC mode?
end or Ctrl+Z
What does the command prompt change to after selecting an interface in subconfiguration mode?
(config-if)#
What command is used to configure a virtual terminal line?
line vty 0 15
Fill in the blank: To exit a subconfiguration mode, you enter the _______ command.
exit
True or False: You can move directly from one subconfiguration mode to another.
True