CCNA day 4- intro to the CLI

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:08 AM on 9/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards

Cisco's service password-encryption command uses type [...] encryption.

7

2
New cards

Configure an MD5-encrypted enable password:

Router(config)# [...]

enable secret password

3
New cards

Configure an unencrypted password to protect privileged EXEC mode:

Router(config)# [...]

enable password password

4
New cards

Default Cisco console port settings:

Data bits = [...]

8

5
New cards

Default Cisco console port settings:

Flow control = [...]

None

6
New cards

Default Cisco console port settings:

Parity = [...]

None

7
New cards

Default Cisco console port settings:

Speed (baud rate) = [...]

9600 bits per second

8
New cards

Default Cisco console port settings:

Stop bits = [...]

1

9
New cards

enable secret uses type [...] (MD5) encryption.

5

10
New cards

Encrypt current and future passwords on the device:

Router(config)# [...]

service password-encryption

11
New cards

Enter global configuration mode:

Router# [...]

configure terminal

12
New cards

Enter privileged EXEC mode:

Router>[...]

enable

13
New cards

If service password-encryption is removed, will currently encrypted passwords be decrypted?

No

14
New cards

In Cisco IOS, global configuration mode is indicated by what?

Router[...]

(config)#

15
New cards

In Cisco IOS, privileged EXEC mode is indicated by what?

Router[...]

#

16
New cards

In Cisco IOS, user EXEC mode is indicated by what?

Router[...]

>

17
New cards

In Cisco IOS, what mode provides complete access to view the device's configuration files?

privileged EXEC mode

18
New cards

Return to privileged EXEC mode:

Router(config)# [...]

exit

19
New cards

Use the [...] keyword to remove a configured command.

no (for example, no service password-encryption)

20
New cards

View the available commands:

Router#[...]

?

21
New cards

View the running configuration:

Router# [...]

show running-config

22
New cards

View the startup configuration:

Router# [...]

show startup-config

23
New cards

What is the lowest-level mode in Cisco IOS?

user EXEC mode

24
New cards

What kind of cable is used to connect to the RJ45 console port on a Cisco device?

Rollover cable

25
New cards

What two configuration files are kept on the device?

running-config, startup-config

26
New cards

What two kinds of console ports are common on Cisco devices?

USB

RJ45

27
New cards

Which three commands can be use to save the configuration?

Router# [...]

Router# [...]

Router# [...]

write

write memory

copy running-config startup-config

28
New cards

You use the [...] keyword to execute privileged EXEC commands in global configuration mode.

do