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/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:04 PM on 8/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

13 Terms

1
New cards

##used to enter privileged EXEC mode

Router>enable

2
New cards

##used to enter globol configuration mode

Router#configure terminal

3
New cards

##configures a password to protect privileged exec mode

Router(config)#enable password

4
New cards

Router>

=user EXEC mode

5
New cards

Router#

=privileged EXEC mode

6
New cards

Router(config)#

=global configuration mode

7
New cards

##encrypts the enable password ( and other passwords)

Router(config) #service password-encryption

8
New cards

##configures a more secure, always-encrypted enable password

Router(config)#enable secret

9
New cards

##executes a privileged-exec level command from global configuration mode

Router(config)#do [privileged-exce-level-command]

10
New cards

##removes the command

Router(config)#no [command]

11
New cards

##saves the configuration(1)

Router#write

12
New cards

##saves the configuration(2)

Router#write memory

13
New cards

##saves the configuration(3)

Router#copy running-config startup-config