Part 2 : Chapter 4- Using the Command-Line Interface Flashcards
In what modes can you type the command show mac address-table and expect to get
a response with MAC table entries? (Choose two answers.)
a. User mode
b. Enable mode
c. Global configuration mode
d. Interface configuration mode
User Mode
Enable Mode
In which of the following modes of the CLI could you type the command reload and expect the switch to reboot? a. User mode b. Enable mode c. Global configuration mode d. Interface configuration mode
Enable mode
Which of the following is a difference between Telnet and SSH as supported by a
Cisco switch?
a. SSH encrypts the passwords used at login, but not other traffic; Telnet encrypts
nothing.
b. SSH encrypts all data exchange, including login passwords; Telnet encrypts
nothing.
c. Telnet is used from Microsoft operating systems, and SSH is used from UNIX and
Linux operating systems.
d. Telnet encrypts only password exchanges; SSH encrypts all data exchanges.
SSH encrypts all data exchange, including login passwords; Telnet encrypts
nothing.
What type of switch memory is used to store the configuration used by the switch when it is up and working? a. RAM b. ROM c. Flash d. NVRAM e. Bubble
RAM
What command copies the configuration from RAM into NVRAM?
a. copy running-config tftp
b. copy tftp running-config
c. copy running-config start-up-config
d. copy start-up-config running-config
e. copy startup-config running-config
f. copy running-config startup-config
copy running-config startup-config
A switch user is currently in console line configuration mode. Which of the following
would place the user in enable mode? (Choose two answers.)
a. Using the exit command once
b. Using the end command once
c. Pressing the Ctrl+Z key sequence once
d. Using the quit command
Using the end command once
Pressing the Ctrl+Z key sequence once
A text based interface in which the user enters a text command is called
CLI
Command Line Interface
What are the 3 ways to connect with switches?
1 - A Web Interface
2 - Network Management Software
3 - A CLI
A switch’s physicals connectors called as
Interfaces
or
Ports
Two types of Interface number
1 - Two Digit (x/y)
Example - GigabitEthernet 0/0 and
2 - Three Digit (x/y/z)
Example - GigabitEthernet 1/0/1
What is the name of CISCO operating system?
IOS
Internetwork Operating System
What is the program name where user can enter text inputs in the form of commands?
A Terminal Emulation Program
What are the 3 popular methods to access the switch’s CLI?
1 - Telnet
2 - SSH (Secure Shell)
3 - Console Port
What are two methods of accessing switch’s CLI uses IP network?
1 - Telnet
2 - SSH