DAY 4 :: 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/71

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:49 PM on 6/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

72 Terms

1
New cards
What two kinds of console ports are common on Cisco devices?
USB and RJ45
2
New cards
What kind of cable is used to connect to the RJ45 console port on a Cisco device?
Rollover cable
3
New cards
Default Cisco console port setting: Speed (baud rate)
9600 bits per second
4
New cards
Default Cisco console port setting: Data bits
8
5
New cards
Default Cisco console port setting: Stop bits
1
6
New cards
Default Cisco console port setting: Parity
None
7
New cards
Default Cisco console port setting: Flow control
None
8
New cards
In Cisco IOS' what symbol indicates user EXEC mode? (e.g. Router___)
>
9
New cards
In Cisco IOS' what symbol indicates privileged EXEC mode? (e.g. Router___)
#
10
New cards
In Cisco IOS' what indicates global configuration mode? (e.g. Router___)
(config)#
11
New cards
What is the lowest-level mode in Cisco IOS?
User EXEC mode
12
New cards
In Cisco IOS' which mode provides complete access to view the device's configuration files?
Privileged EXEC mode
13
New cards
Command to view the available commands at the current prompt
?
14
New cards
Command to enter privileged EXEC mode (from user EXEC mode)
enable
15
New cards
Command to enter global configuration mode (from privileged EXEC mode)
configure terminal
16
New cards
Command to configure an unencrypted password protecting privileged EXEC mode
enable password <password>
17
New cards
Command to return to privileged EXEC mode from global configuration mode
exit
18
New cards
What two configuration files are kept on a Cisco device?
running-config and startup-config
19
New cards
Command to view the running configuration
show running-config
20
New cards
Command to view the startup configuration
show startup-config
21
New cards
Which three commands can be used to save the running-config as the startup-config?
write / write memory / copy running-config startup-config
22
New cards
Command to encrypt current and future passwords stored on the device
service password-encryption
23
New cards
Command to configure an MD5-encrypted enable password
enable secret <password>
24
New cards
Which keyword lets you execute privileged EXEC commands while in global configuration mode (or other config modes)?
do
25
New cards
Which keyword is used in front of a command to remove/cancel it?
no (e.g. no service password-encryption)
26
New cards
What type of encryption does the service password-encryption command use?
Type 7
27
New cards
What type of encryption does enable secret use?
Type 5 (MD5)
28
New cards
If service password-encryption is later removed (no service password-encryption)' are already-encrypted passwords decrypted?
No — they remain encrypted
29
New cards
What does CLI stand for?
Command-Line Interface
30
New cards
What does GUI stand for?
Graphical User Interface
31
New cards
What is Cisco IOS?
The operating system used on Cisco devices (like Windows on a PC or macOS on a Mac)
32
New cards
Is Cisco's IOS related to Apple's iOS?
No — they are unrelated despite the similar name
33
New cards
What is an example of a Cisco GUI tool mentioned in the lesson?
Cisco ASDM (used to configure Cisco firewalls)
34
New cards
When you first set up a brand-new Cisco device' which connection method must you use?
A direct connection via the console port
35
New cards
On a rollover cable' pin 1 on one end connects to which pin on the other end?
Pin 8
36
New cards
On a rollover cable' pin 4 on one end connects to which pin on the other end?
Pin 5
37
New cards
What two connector types are on the ends of the cable used for RJ45 console connections?
RJ45 on one end' DB9 (serial) on the other
38
New cards
Since most modern laptops lack a serial port' what extra hardware is usually needed to console into a device?
A USB-to-serial (USB-to-DB9) adapter
39
New cards
What popular terminal emulator program is used to access the Cisco CLI through a console connection?
PuTTY
40
New cards
Where can you download PuTTY?
putty.org
41
New cards
In PuTTY' which connection type should be selected to console into a Cisco device?
Serial
42
New cards
What is the default hostname of an unconfigured Cisco router?
Router
43
New cards
What does pressing the Tab key do in the Cisco CLI?
Auto-completes the command currently being typed
44
New cards
What error does the CLI display if you type an abbreviation that matches more than one valid command?
% Ambiguous command
45
New cards
What is the shortest valid abbreviation for the enable command?
en
46
New cards
What is the shortest valid abbreviation for the exit command?
ex
47
New cards
What is the shortest valid abbreviation for configure terminal?
conf t
48
New cards
In the CLI' what does typing a word immediately followed by ? (no space) show?
All possible completions of that word
49
New cards
In the CLI' what does typing a command followed by a space and then ? show?
All the possible keywords/arguments you can type next
50
New cards
In CLI help output' what does <cr> mean?
That pressing Enter is a valid option' with no further arguments required
51
New cards
What happens if you enter the wrong enable password 3 times in a row?
You are denied access with a '% Bad secrets' message
52
New cards
Are Cisco IOS passwords case-sensitive?
Yes
53
New cards
Is type 7 encryption (from service password-encryption) considered secure?
No — it is a weak' proprietary algorithm that can be cracked quickly with freely available tools
54
New cards
If both enable password and enable secret are configured' which one does the router actually ask for?
Only the enable secret — the enable password is ignored
55
New cards
If you configure enable secret after already having an enable password' does the enable password command get deleted from the config?
No — it stays in the configuration but is ignored
56
New cards
Does the service password-encryption command have any effect on the enable secret password?
No — enable secret is always encrypted' regardless of service password-encryption
57
New cards
What network simulator software did Jeremy use to demonstrate the CLI in this lesson?
Cisco Packet Tracer
58
New cards
Why is a crossover cable NOT used to console into a Cisco device?
Crossover cables connect two similar Ethernet devices (e.g. switch-to-switch); they are wired differently than a rollover cable and aren't used for console access
59
New cards
Besides the RJ45 console port' what other console port type is found on many Cisco switches?
A USB mini-B console port
60
New cards
Which Cisco IOS mode is required in order to reload (restart) the device?
Privileged EXEC mode
61
New cards
Between enable password and enable secret' which should you always use in real-world/exam scenarios for best security?
enable secret — it is always strongly encrypted' unlike enable password
62
New cards
On a real Cisco device (vs. Packet Tracer)' would you expect more or fewer CLI commands to be available?
More — Packet Tracer is a simulator with limited command support
63
New cards
True or False: You must memorize full command names only' since shortcuts are not accepted on the real CCNA exam simulations.
False — both full commands and valid shortcuts work; just make sure you also know the full-length version of each command
64
New cards
What general command syntax pattern reverses/removes a previously configured setting in Cisco IOS?
Adding 'no' before the original command' e.g. no enable secret
65
New cards
Aside from console access' what other general category of connection method exists for accessing a Cisco device's CLI (covered in a later lesson)?
Remote access methods (e.g. Telnet/SSH)
66
New cards
If you disable password encryption using 'no service password-encryption'' what happens to newly configured passwords?
They will be stored in clear text (not encrypted)
67
New cards
What interactive prompt does a brand-new Cisco device ask to enter upon its first initial boot?
The initial configuration dialog (type 'no' to skip to the normal CLI)
68
New cards
Where is the running-config file actively stored while a Cisco device is powered on?
RAM (volatile memory; lost if the device reboots without saving)
69
New cards
Where is the startup-config file permanently stored on a Cisco device?
NVRAM (Non-Volatile RAM; preserved across reboots)
70
New cards
Where is the Cisco IOS operating system file itself typically stored on a Cisco device?
Flash memory
71
New cards
Which shortcut key combination lets you instantly exit back to privileged EXEC mode from any deep subconfiguration mode level?
Ctrl+Z (or typing 'end')
72
New cards
What error does the CLI display if you enter a completely unrecognizable or mistyped command?
% Unrecognized command