Router Modes Flashcards

1
Q

Router>

A

user EXEC mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Router#

A

Use “enable” command to get to privileged EXEC mode
en - for short

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Router(config)#

A

Use “configure terminal” command to enter global configuration mode
conf t - for short

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Router(config)# how to put password on switch privileged EXEC mode

A

command = enable password typeinpasswordhere

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Router(config)# how to encrypt password in privileged EXEC mode

A

command = service password-encryption

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Router(config)# how to encrypt password more securely

A

command = enable secret password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Router(config)# how to execute a privileged -EXEC level command from global configuration mode

A

command = do privileged-exec-level-command (show run config)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Router(config)# how to remove command you recently configured

A

command = no typecommandhere

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Router(config)# how to display current, active configuration and start up config

A

command = show running-config
Show startup-config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Router(config)# how to save, save configuration, and copy running config to startup config

A

command = write, write memory, copy running-config startup-config

How well did you know this?
1
Not at all
2
3
4
5
Perfectly