Router Modes Flashcards
Router>
user EXEC mode
Router#
Use “enable” command to get to privileged EXEC mode
en - for short
Router(config)#
Use “configure terminal” command to enter global configuration mode
conf t - for short
Router(config)# how to put password on switch privileged EXEC mode
command = enable password typeinpasswordhere
Router(config)# how to encrypt password in privileged EXEC mode
command = service password-encryption
Router(config)# how to encrypt password more securely
command = enable secret password
Router(config)# how to execute a privileged -EXEC level command from global configuration mode
command = do privileged-exec-level-command (show run config)
Router(config)# how to remove command you recently configured
command = no typecommandhere
Router(config)# how to display current, active configuration and start up config
command = show running-config
Show startup-config
Router(config)# how to save, save configuration, and copy running config to startup config
command = write, write memory, copy running-config startup-config