Save
Network
Outcome 1
(Commands + Configurations)
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Daniel Onyeakazi
Visit profile
Cards (19)
What does
User EXEC Mode
allow access to?
It allows access to a limited number of basic
monitoring commands
.
View source
How is
Privileged EXEC Mode
identified in the
CLI
prompt?
By a prompt that ends with the
# symbol
.
View source
What is
Global Configuration Mode
used for?
To access configuration options on the
device
.
View source
What
command
is used to
exit
any subconfiguration mode back to global configuration mode?
exit
View source
How can you return to
Privileged EXEC
mode from any configuration mode?
By using the
end command
or the key combination
Ctrl + Z
.
View source
What is a
keyword
in the
IOS
command structure?
A specific parameter defined in the
operating system
.
View source
What is an
argument
in the
IOS
command structure?
A value or
variable
defined by the user.
View source
What
command
is used to move from User EXEC mode to
Privileged EXEC mode
?
enabled
View source
What does the
command syntax
provide in
IOS
?
It provides the
pattern
or format that must be used when entering a command.
View source
What command would you use to
ping
a device with the IP address
10.10.10.5
?
ping 10.10.10.5
View source
What does
context-sensitive
help provide?
It helps find available
commands
in each command mode.
View source
What is the purpose of the
command syntax check
?
To verify that a
valid command
was entered by the user.
View source
What happens when the
IOS
displays a “--More--” prompt?
It indicates that the command output produces more text than can be displayed in a
terminal
window.
View source
What
command
is used to
encrypt
plaintext passwords in IOS?
service password-encryption
View source
What is the purpose of a
banner message
on a network device?
To warn
unauthorized
personnel from attempting to access the device.
View source
How do you create a
banner
message of the day on a network device?
Use the
command
banner
motd
# the message of the day #.
View source
What is the default name assigned to a
Cisco IOS
switch
?
Switch
View source
What are the
guidelines
for naming
devices
?
Start with a
letter
, contain no spaces, end with a letter or
digit
, use only letters, digits, and dashes, and be
less than 64 characters
in length.
View source
What should be the first
configuration
command on any device?
To give it a unique
hostname
.
View source