Informative Quiz On CCENT/CCNA Icnd1 Chapters 8 + 9

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Ajeff
A
Ajeff
Community Contributor
Quizzes Created: 39 | Total Attempts: 59,872
| Attempts: 765 | Questions: 15
Please wait...
Question 1 / 15
0 %
0/100
Score 0/100
1. What command copies the configuration from RAM into NVRAM?

Explanation

The correct answer is "copy running-config startup-config." This command copies the configuration from the running configuration in RAM to the startup configuration in NVRAM. This ensures that the configuration changes made in the current session are saved and will be loaded the next time the device is powered on.

Submit
Please wait...
About This Quiz
Icnd1 Quizzes & Trivia

This is the fifth in a series of tests designed to help you perfect your understanding on the chapters you cover for CCENT/CCNA Icnd 1 classes. The one below covers chapter 8 and 9. Give it a try and keep an eye out for the next test on the following... see morechapters. see less

Personalize your quiz and earn a certificate with your name on it!
2. Which of the following is a difference between Telnet and SSH as supported by a Cisco
switch?

Explanation

SSH encrypts all data exchange, including login passwords, while Telnet does not encrypt any data. This means that when using SSH, all communication between the client and the server, including the login credentials, is encrypted, providing a secure connection. On the other hand, Telnet does not provide any encryption, making it vulnerable to eavesdropping and unauthorized access.

Submit
3. Imagine that you have configured the enable secret command, followed by the enable password command, from the console. You log out of the switch and log back in at the console. Which command defines the password that you had to enter to access privileged mode?

Explanation

The enable secret command is used to set a password for accessing privileged mode. When logging back in at the console, the password that needs to be entered to access privileged mode is the one set by the enable secret command.

Submit
4. What type of switch memory is used to store the configuration used by the switch when
it is up and working?

Explanation

RAM, or Random Access Memory, is the type of switch memory used to store the configuration used by the switch when it is up and working. RAM is a volatile memory, meaning that its contents are lost when power is turned off or interrupted. However, it provides fast read and write access, making it ideal for storing temporary data such as the switch configuration.

Submit
5. In which of the following modes of the CLI could you configure the duplex setting for interface fastethernet 0/5?

Explanation

In the interface configuration mode of the CLI, you can configure specific settings for a particular interface. In this case, you can configure the duplex setting for interface fastethernet 0/5. This mode allows you to make changes and settings that are specific to a particular interface, such as enabling or disabling features, setting speed and duplex settings, and configuring IP addresses.

Submit
6. In which of the following modes of the CLI could you issue a command to reboot the
switch?

Explanation

In the enable mode of the CLI, you have administrative privileges and can issue commands to perform various tasks, including rebooting the switch. This mode allows you to make changes to the switch's configuration and access all available commands and features.

Submit
7. Which of the following describes a way to disable IEEE standard autonegotiation on a 10/100 port on a Cisco switch?

Explanation

The correct answer is to configure the speed 100 and duplex full interface subcommands. This is because setting the speed to 100 and duplex to full manually disables the autonegotiation feature of the IEEE standard on a 10/100 port on a Cisco switch. Autonegotiation allows devices to automatically negotiate and select the best speed and duplex settings for communication. By manually configuring the speed and duplex, the switch will not negotiate with the connected device and will operate at the specified settings.

Submit
8. The following command was copied and pasted into configuration mode when a user
was telnetted into a Cisco switch:

    banner login this is the login banner

Which of the following are true about what occurs the next time a user logs in from the
console?

Explanation

When a user logs in from the console after the given command is executed, the banner text "his is" will be displayed.

Submit
9. A switch user is currently in console line configuration mode. Which of the following would place the user in enable mode?

Explanation

Using the exit command twice in a row or pressing the Ctrl-z key sequence would both place the user in enable mode. The exit command is used to exit the current mode and return to the previous mode. By using it twice in a row, the user would exit console line configuration mode and return to the user EXEC mode, and then exit the user EXEC mode and enter enable mode. Pressing the Ctrl-z key sequence is another way to exit console line configuration mode and enter enable mode.

Submit
10. Which of the following is not required when configuring port security without sticky learning?

Explanation

not-available-via-ai

Submit
11. Which mode prompts the user for basic configuration information?

Explanation

Setup mode is the mode that prompts the user for basic configuration information. In this mode, the user is guided through a series of prompts to configure basic settings such as hostname, passwords, and interfaces. This mode is typically used when initially setting up a device or when performing a factory reset.

Submit
12. In what modes can you execute the command show mac-address-table?

Explanation

The command "show mac-address-table" can be executed in both User mode and Enable mode. In User mode, the command provides a read-only view of the MAC address table. In Enable mode, the command provides a more detailed view of the MAC address table, including additional information such as VLAN assignments. It cannot be executed in Global configuration mode, Setup mode, or Interface configuration mode.

Submit
13. The show vlan brief command lists the following output:

2    my-vlan                       active    Fa0/13, Fa0/15

Which of the following commands could have been used as part of the configuration for this switch?

Explanation

The correct answer is the vlan 2 global configuration command. This command is used to create a VLAN with the VLAN ID of 2 in the global configuration mode. The output of the show vlan brief command indicates that a VLAN with ID 2, named "my-vlan", is active and is associated with the FastEthernet interfaces Fa0/13 and Fa0/15. Therefore, it can be inferred that the vlan 2 global configuration command was used to create and activate this VLAN.

Submit
14. An engineer’s desktop PC connects to a switch at the main site. A router at the main site connects to each branch office via a serial link, with one small router and switch at each branch. Which of the following commands must be configured, in the listed configuration mode, to allow the engineer to telnet to the branch office switches?

Explanation

To allow the engineer to telnet to the branch office switches, the following commands must be configured:

1. The ip address command in VLAN 1 configuration mode: This command is necessary to assign an IP address to the VLAN 1 interface on the branch office switches, allowing them to communicate with other devices on the network.

2. The ip default-gateway command in global configuration mode: This command is required to set the default gateway address on the branch office switches, enabling them to send traffic to devices outside their local network.

3. The password command in vty line configuration mode: This command is used to set a password for remote access to the branch office switches via Telnet. It ensures that only authorized users can access the switches remotely.

Submit
15. An engineer had formerly configured a Cisco 2960 switch to allow Telnet access so that the switch expected a password of mypassword from the Telnet user. The engineer then changed the configuration to support Secure Shell. Which of the following commands could have been part of the new configuration?

Explanation

The engineer changed the configuration to support Secure Shell, which means that Telnet access is no longer allowed and SSH access is enabled instead. To configure SSH access, the engineer would have used the "A transport input ssh command in vty config mode" to specify that only SSH connections are allowed on the virtual terminal lines. Additionally, the engineer would have used the "A username name password password global configuration command" to create a username and password for authentication when accessing the switch via SSH.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 22, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 18, 2009
    Quiz Created by
    Ajeff
Cancel
  • All
    All (15)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What command copies the configuration from RAM into NVRAM?
Which of the following is a difference between Telnet and SSH as...
Imagine that you have configured the enable secret command, followed...
What type of switch memory is used to store the configuration used by...
In which of the following modes of the CLI could you configure the...
In which of the following modes of the CLI could you issue a command...
Which of the following describes a way to disable IEEE standard...
The following command was copied and pasted into configuration mode...
A switch user is currently in console line configuration mode. Which...
Which of the following is not required when configuring port security...
Which mode prompts the user for basic configuration information?
In what modes can you execute the command show mac-address-table?
The show vlan brief command lists the following...
An engineer’s desktop PC connects to a switch at the main site. A...
An engineer had formerly configured a Cisco 2960 switch to allow...
Alert!

Advertisement