Basic Device Configuration

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 Catherine Halcomb
Catherine Halcomb
Community Contributor
Quizzes Created: 2967 | Total Attempts: 6,941,113
| Questions: 30 | Updated: Aug 4, 2026
Please wait...
Question 1 / 31
🏆 Rank #--
0 %
0/100
Score 0/100

1. Which protocol should replace Telnet for secure remote management of network devices?

Explanation

SSH, or Secure Shell, is a cryptographic network protocol that provides a secure channel over an unsecured network. Unlike Telnet, which transmits data in plaintext, SSH encrypts the data exchanged between the client and server, ensuring confidentiality and integrity. This makes SSH the preferred choice for secure remote management of network devices, protecting sensitive information such as passwords and commands from potential eavesdroppers. Additionally, SSH offers features like secure file transfers and strong authentication methods, enhancing overall security in network communications.

Submit
Please wait...
About This Quiz
Basic Device Configuration - Quiz

This assessment focuses on the essential steps and commands for configuring Cisco switches. It evaluates knowledge of boot sequences, VLAN management, interface settings, and security protocols. Understanding these concepts is crucial for network professionals managing Cisco devices effectively.

2.

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2. Match each verification command with what it displays.

Submit

3. Late collisions on a switch interface are most commonly caused by excessive cable lengths or duplex misconfiguration.

Submit

4. Which key combination recalls the most recent command from the command history buffer?

Submit

5. By default, the command history buffer stores the last ____ command lines.

Submit

6. Which filtering parameter in the show command displays all output lines that match a specific filtering expression?

Submit

7. What prefix length is assigned to a local host route for an IPv4 address in the routing table?

Submit

8. In Cisco IOS 15, a directly connected network in the routing table is identified by the code ____.

Submit

9. Which commands display a summary of all router interfaces including their IP addresses and operational status? (Select all that apply)

Submit

10. What is a loopback interface on a Cisco router?

Submit

11. Which command is used to activate a router interface that is in shutdown state?

Explanation

To activate a router interface that is in a shutdown state, the command "no shutdown" is used in the router's configuration mode. This command reverses the shutdown state, allowing the interface to become operational. By default, many interfaces on routers are administratively shut down to prevent accidental use. Therefore, issuing the "no shutdown" command enables the interface, allowing it to send and receive traffic.

Submit

12. A Cisco switch does not require an IPv6 default gateway because it receives its default gateway information from a Router Advertisement (RA) message.

Explanation

A Cisco switch operating in an IPv6 environment can automatically configure its network settings by listening for Router Advertisement (RA) messages from nearby routers. These messages provide essential information, including the default gateway, allowing the switch to communicate effectively within the network without needing a manually configured IPv6 default gateway. This capability streamlines network management and enhances the switch's ability to adapt to changes in the network topology.

Submit

13. Which command deletes the RSA key pair and automatically disables the SSH server?

Explanation

The command "crypto key zeroize rsa" is specifically designed to delete the RSA key pair from the device's configuration. By removing the RSA keys, it effectively disables the SSH server, since SSH relies on these keys for secure communication. This command ensures that both the keys and the associated SSH functionality are disabled in one action, making it the most appropriate choice for achieving the desired outcome of deleting the RSA keys and disabling SSH.

Submit

14. Match each SSH configuration step with its corresponding IOS command.

Submit

15. Which IOS filename combination indicates that the switch supports cryptographic features required for SSH?

Explanation

The "k9" in the IOS filename indicates that the software includes cryptographic features necessary for secure communications, such as SSH (Secure Shell). This designation signifies compliance with cryptographic standards, allowing the switch to support secure data transmission and enhanced security protocols. In contrast, other designations like "k8" or "sec" do not specifically indicate the inclusion of these cryptographic capabilities, making "k9" the clear choice for switches that require SSH functionality.

Submit

16. What is the first step in the Cisco switch boot sequence?

Explanation

During the boot sequence of a Cisco switch, the first step is to run the Power-On Self-Test (POST) program stored in ROM. This diagnostic test checks the hardware components of the switch to ensure they are functioning correctly before proceeding with the boot process. If any issues are detected during POST, the switch may not continue to load the operating system, thereby preventing potential failures during operation. This initial check is crucial for maintaining the reliability and stability of the device.

Submit

17. SSH uses TCP port ____ and provides encrypted management connections.

Explanation

SSH, or Secure Shell, is a protocol used for secure remote management and file transfer over a network. It operates on TCP port 22, which is designated for SSH traffic. This port allows encrypted connections, ensuring that data transmitted between the client and server remains confidential and secure from eavesdropping or interception. By using this standard port, SSH facilitates secure access to devices and systems, making it a vital tool for system administrators and network engineers.

Submit

18. Telnet uses TCP port ____ and transmits data in plaintext.

Explanation

Telnet is a network protocol used for remote communication over the Internet. It operates using Transmission Control Protocol (TCP) to establish a connection between a client and a server. The default TCP port for Telnet is 23, which is reserved for this purpose. Unlike more secure protocols, Telnet transmits data in plaintext, making it vulnerable to interception and eavesdropping. This characteristic has led to a decline in its use in favor of more secure alternatives, such as SSH (Secure Shell), which encrypts the data transmitted between devices.

Submit

19. Which of the following are common causes of CRC errors on a network interface? (Select all that apply)

Explanation

CRC (Cyclic Redundancy Check) errors occur when data corruption is detected during transmission. Electrical interference can disrupt signal integrity, leading to errors. Loose or damaged cable connections can result in intermittent connectivity or signal loss, causing CRC errors as well. Incorrect cabling, such as using cables not suited for the network's speed or distance, can introduce additional noise or attenuation, further contributing to data corruption. Full-duplex configuration, while important for performance, does not typically cause CRC errors directly.

Submit

20. Ethernet frames smaller than 64 bytes are called ____.

Explanation

Ethernet frames smaller than 64 bytes are referred to as "runts." These frames are considered too small to be valid according to Ethernet standards, which set a minimum frame size to ensure proper collision detection and network efficiency. When a frame is smaller than this threshold, it may indicate a transmission error or malfunctioning hardware. As a result, runts are typically discarded by network devices to maintain the integrity of data communication within the network.

Submit

21. Which command displays the status and statistics of a specific switch interface?

Explanation

The command "show interfaces fastethernet 0/18" provides detailed information about a specific interface on a switch, including its status, statistics, and configuration. This command allows network administrators to monitor the operational state of the interface, check for errors, and assess performance metrics, making it essential for troubleshooting and managing network devices effectively. Other options, like "show running-config" and "show version," offer broader configuration or device information but do not focus on a specific interface's details.

Submit

22. What does the auto-MDIX feature do on a Cisco switch?

Explanation

Auto-MDIX (Automatic Medium-Dependent Interface Crossover) is a feature on Cisco switches that simplifies network connections by automatically detecting the type of cable used (straight-through or crossover) and configuring the switch ports accordingly. This eliminates the need for manual cable selection, allowing for easier and more flexible network setups. Whether connecting to a router, another switch, or a host device, Auto-MDIX ensures proper connectivity without requiring users to worry about the specific cable type, thereby enhancing the overall user experience and reducing potential connectivity issues.

Submit

23. Which command manually sets a switch port to full-duplex mode?

Explanation

The command "duplex full" is used in networking to configure a switch port to operate in full-duplex mode. In this mode, the switch can send and receive data simultaneously, which improves network efficiency and performance. This command is part of the interface configuration on network devices, allowing administrators to explicitly define the duplex settings, ensuring optimal communication between devices connected to the switch. Properly setting the duplex mode is crucial for avoiding collisions and maximizing bandwidth utilization.

Submit

24. Full-duplex communication allows data to flow in ____.

Explanation

Full-duplex communication enables data to be transmitted and received concurrently between two devices. This means that while one device sends data, the other can simultaneously send data back, allowing for more efficient and faster communication. This contrasts with half-duplex communication, where data transmission occurs in only one direction at a time. Full-duplex systems are commonly used in technologies like telephones and modern networking, enhancing the overall communication experience by reducing delays and improving the flow of information.

Submit

25. Which command configures the default gateway on a Cisco switch?

Explanation

To configure a default gateway on a Cisco switch, the command `ip default-gateway ` is used. This command allows the switch to communicate with devices outside its local subnet by specifying the IP address of the gateway. In this case, `172.17.99.1` is set as the default gateway, enabling the switch to route traffic to other networks. The other options either do not apply to switches or are incorrectly formatted for this specific configuration task.

Submit

26. Which command assigns an IPv4 address to a switch's management SVI?

Explanation

To assign an IPv4 address to a switch's management SVI (Switched Virtual Interface), the command must be executed in the specific context of the VLAN interface configuration mode, not in global configuration mode. The command "ip address 172.17.99.11 255.255.255.0" configures the IP address directly on the VLAN interface, allowing the switch to communicate over the network. This configuration is essential for management purposes, enabling remote access and management of the switch through its assigned IP address.

Submit

27. By default, which VLAN is used for switch management on a Cisco switch?

Explanation

VLAN 1 is the default VLAN for management on Cisco switches. This VLAN is automatically created on all Cisco devices and is used for various management tasks, including accessing the switch through protocols like Telnet or SSH. It is important to note that VLAN 1 is also used for untagged traffic, which can pose security risks, so network administrators often change the management VLAN to enhance security. However, unless configured otherwise, VLAN 1 remains the default for management access.

Submit

28. To access the boot loader after a system crash, which button must be pressed and held during the switch reboot?

Explanation

To access the boot loader after a system crash, the Mode button must be pressed and held during the reboot. This action allows the system to enter a special state where it can load the boot loader, enabling recovery or troubleshooting. The Mode button is specifically designed for this purpose, differentiating it from other buttons like the Power or Reset buttons, which do not provide access to the boot loader functionality.

Submit

29. Which switch LED indicates whether the system is receiving power and functioning properly?

Explanation

The SYST LED is designed to indicate the operational status of the system. When illuminated, it signifies that the system is receiving power and functioning correctly. This LED serves as a crucial visual indicator for users to quickly assess the health and operational state of the device, ensuring that it is powered on and ready for use. Other LEDs may indicate different functions, such as power over Ethernet or specific status indicators, but the SYST LED specifically reflects overall system functionality.

Submit

30. Which command is used to set the IOS boot file on a Cisco switch?

Explanation

The "boot system" command is used to specify the IOS image file that a Cisco switch should load during the boot process. By entering this command, an administrator can direct the switch to use a particular IOS file stored in flash memory, ensuring the device runs the desired version of the operating system. This is crucial for maintaining compatibility and functionality, especially when upgrading or troubleshooting the switch. Other options like "show boot" only display the current boot settings, while "reload" and "flash boot" do not set the IOS file.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (30)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which protocol should replace Telnet for secure remote management of...
Match each verification command with what it displays.
Late collisions on a switch interface are most commonly caused by...
Which key combination recalls the most recent command from the command...
By default, the command history buffer stores the last ____ command...
Which filtering parameter in the show command displays all output...
What prefix length is assigned to a local host route for an IPv4...
In Cisco IOS 15, a directly connected network in the routing table is...
Which commands display a summary of all router interfaces including...
What is a loopback interface on a Cisco router?
Which command is used to activate a router interface that is in...
A Cisco switch does not require an IPv6 default gateway because it...
Which command deletes the RSA key pair and automatically disables the...
Match each SSH configuration step with its corresponding IOS command.
Which IOS filename combination indicates that the switch supports...
What is the first step in the Cisco switch boot sequence?
SSH uses TCP port ____ and provides encrypted management connections.
Telnet uses TCP port ____ and transmits data in plaintext.
Which of the following are common causes of CRC errors on a network...
Ethernet frames smaller than 64 bytes are called ____.
Which command displays the status and statistics of a specific switch...
What does the auto-MDIX feature do on a Cisco switch?
Which command manually sets a switch port to full-duplex mode?
Full-duplex communication allows data to flow in ____.
Which command configures the default gateway on a Cisco switch?
Which command assigns an IPv4 address to a switch's management SVI?
By default, which VLAN is used for switch management on a Cisco...
To access the boot loader after a system crash, which button must be...
Which switch LED indicates whether the system is receiving power and...
Which command is used to set the IOS boot file on a Cisco switch?
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!