ICND1 - Part 2 Quiz Flashcards
The Cisco CLI can be accessed through which of the following methods? (Choose 3)
a. FTP
b. HTTP
c. SSH
d. SCP
e. Telnet
f. Console
c. SSH
e. Telnet
f. Console
Which of the following are three common console cables? (Choose 3)
a. Serial to RJ-45
b. USB with crossover
c. USB to Serial
d. USB to RJ-45
e. USB to USB
a. Serial to RJ-45
d. USB to RJ-45
e. USB to USB
What are the settings when using console terminal?
a. 9600 bits/second
No hardware
flow control
8-bit ASCII
No Parity
1 Stop Bit
b. 9600 bits/second
Hardware
flow control
8-bit ASCII
Parity
No Stop Bit
c. 9600 bits/second
No hardware
flow control
16-bit ASCII
No Parity
1 Stop Bit
d. 9600 bits/second
No hardware
flow control
8-bit ASCII
No Parity
2 Stop Bit
a. 9600 bits/second
No hardware
flow control
8-bit ASCII
No Parity
1 Stop Bit
Telnet is a TCP based application that functions on port 23.
a. True
b. False
a. True
Cisco catalyst switches enable a telnet server by default.
a. True
b. False
a. True
Telnet sends data in cipher text and is considered unsecure.
a. True
b. False
b. False
SSH functions on the TCP port 22.
a. True
b. False
a. True
User mode in the CLI permits the user to do which of the following?
a. Make running-configuration changes.
b. Change the passwords on the device.
c. Perform all show commands.
d. Perform file transfers.
e. Perform limited show commands.
e. Perform limited show commands.
If the hostname is followed by a # sign on the router or switch it is in the enable mode.
a. True
b. False
a. True
Which command reinitializes the switch?
a. Reset
b. Reboot
c. Reload
d. Enable
e. Restart
f. Cycle
c. Reload
What method is used to find current possible commands when typing “Show”
a. ?
b. Help
c. !
d. /help
a. ?
In order to make changes to the configuration of a switch, what command must we enter from the following prompt?
Switch#
a. Enable
b. Configure terminal
c. Exit
d. Configure monitor
e. Configure
b. Configure terminal
From the following prompt, how do we enter an interface to configure it with necessary settings?
Switch(config)
a. FastEthernet 0/1
b. Interface FastEthernet
c. Port FastEthernet 0/1
d. Interface FastEthernet0/1
d. Interface FastEthernet0/1
From the following prompt, what can we tell? (Choose the BEST answer)
Switch(config-line)
a. We are in a vty configuration.
b. We could be in a console line configuration.
c. We could be in a vty or console line configuration.
d. We are configuring a line item for access.
c. We could be in a vty or console line configuration.
What are the four main types of memory found on Cisco switches? (Choose 4)
a. RAM
b. NVROM
c. NVFLASH
d. FLASH
e. ROM
f. SDCard
g. NVRAM
a. RAM
d. FLASH
e. ROM
g. NVRAM
Where is the running-config typically stored on a switch? (Choose the BEST answer)
a. RAM
b. ROM
c. Flash
d. NVRAM
a. RAM
What command would you issue to copy the current running configuration to the startup configuration?
a. Copy startup-config running-config
b. Copy running-config flash:
c. Copy startup-config from runningconfig
d. Copy running-config startup-config
d. Copy running-config startup-config
Switches perform three actions when making a switching decision. (Choose 3)
a. Decide whether or not to forward the frame based on the destination MAC address.
b. Preparing to forward packets by learning the IP address by examining the source IP address of each packet received by the switch.
c. Forward only one copy of the frame to the destination by creating a layer 2 loop free environment called STP.
d. Preparing to forward frames by learning the MAC addresses by examining the source MAC address of each frame received on the switch.
e. Filter frames based on their IP addresses to help prevent loops and assist STP.
f. Check the MAC address and if it is known, flood it out all ports so that the destination device gets the data.
a. Decide whether or not to forward the frame based on the destination MAC address.
c. Forward only one copy of the frame to the destination by creating a layer 2 loop free environment called STP.
d. Preparing to forward frames by learning the MAC addresses by examining the source MAC address of each frame received on the switch.
A switch will forward a frame to the destination device if it is not in the MAC address table.
a. True
b. False
b. False
A switch will flood a frame out all ports if the destination MAC address is not in the mac address table.
a. True
b. False
b. False
What command needs to be entered to see the mac address table?
a. Show arp
b. Show mac table
c. Show mac address-table
d. Show address-table
e. Show cam table
c. Show mac address-table
How can an engineer find the current status of all interfaces on a switch?
a. Show interface
b. Show interface status
c. Show status
d. Show interface f0/1 counters
b. Show interface status
Based on the snippet shown, why are two MAC addresses being learned on one interface?
a. The interface has two devices connected to it.
b. The interface is connected to another switch with devices connected to it.
c. The interface is trunked.
d. The information shown is due to a STP loop.

b. The interface is connected to another switch with devices connected to it.
The partial configuration shown below accomplishes what on the switch?
Line console 0
Login
Password hope
a. The console password will be set to use a username and password of hope.
b. The vty password will be set to use a username and password hope.
c. The vty password will be set to use a password hope.
d. The console password will be set to hope with no username required.
d. The console password will be set to hope with no username required.
