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 Asmt458
A
Asmt458
Community Contributor
Quizzes Created: 4 | Total Attempts: 555
| Attempts: 61 | Questions: 27
Please wait...
Question 1 / 27
0 %
0/100
Score 0/100
1. How do you instruct a Cisco device to parse and execute an entered command? (Source: Introducing the Review Lab)

Explanation

To instruct a Cisco device to parse and execute an entered command, you need to press the Enter key. This is because the Enter key is used to send the command to the device for processing.

Submit
Please wait...
About This Quiz
ICND P2 V1 M1 - Quiz

This module tests knowledge on privileged EXEC level access, command execution, and CLI navigation on Cisco devices.

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. Which command would you enter in privileged EXEC mode to see a list of the command options? (Source: Introducing the Review Lab)

Explanation

Entering the "?" command in privileged EXEC mode will display a list of command options available. This command is commonly used to get help and see a summary of available commands and their usage.

Submit
3. What information does the show running-config command provide on a Cisco router?Introducing the Review Lab)

Explanation

The "show running-config" command on a Cisco router provides the current (running) configuration in RAM. This means that it displays the configuration settings that are currently active and being used by the router. It does not show the system hardware and names of configuration files, the amount of NVRAM used to store the configuration, or the version of Cisco lOS software running on the router.

Submit
4. Which Cisco IOS command creates a message to be displayed upon router login? (Source: Introducing the Review Lab)

Explanation

The correct answer is "banner motd message". This command is used to create a message that will be displayed when a user logs into the router. The "banner motd" command stands for "message of the day" and allows administrators to display a customized message or warning to users upon login.

Submit
5. Which Cisco 105 command correctly configures an IP address and subnet mask on a switch? (Source: Introducing the Review Lab)

Explanation

The correct answer is "ip address 196.125.243.10 255.255.255.0" because this command correctly configures an IP address (196.125.243.10) and subnet mask (255.255.255.0) on a switch.

Submit
6. Which access level allows a person to access all router commands and can be password protected to allow only authorized individuals to access the router? (Source: Introducing the Review Lab)

Explanation

The privileged EXEC level allows a person to access all router commands and can be password protected to allow only authorized individuals to access the router. This level provides full control and configuration capabilities for the router. The user EXEC level only allows basic commands, the setup EXEC level is used for initial router configuration, and the enable EXEC level is used to enter privileged mode.

Submit
7. Which Cisco IOS command configures serial port in slot 0, port I on a modular router? (Source: Introducing the Review Lab)

Explanation

The correct answer is "interface serial 0/1". This command configures the serial port in slot 0, port 1 on a modular router. The "interface" keyword is used to specify the interface type, followed by "serial" to indicate that it is a serial interface. The "0/1" specifies the slot and port number of the interface.

Submit
8. Match each subinterface router prompt to its configuration mode. (Source: Introducing the ReviewLab)

Explanation

The correct answer is Router(config-subif)#. This is because the prompt "Router(config-subif)#" indicates that the user is in the configuration mode for a subinterface on the router.

Submit
9. When you use the show interface command to display the status and statistics for the interfaces configured on a Catalyst switch, which output field indicates the MAC address that identifies the interface hardware? (Source: Introducing the Review Lab)

Explanation

The output field "Address is 0050.BD73.E2C1" indicates the MAC address that identifies the interface hardware. The MAC address is a unique identifier assigned to the network interface card (NIC) of the device. In this case, the MAC address "0050.BD73.E2C1" is associated with the interface hardware.

Submit
10. Which CLI prompt indicates that you are working in privileged EXEC mode? (Source:Introducing the Review Lab)

Explanation

The CLI prompt "hostname#" indicates that you are working in privileged EXEC mode. In this mode, the user has access to all commands and can make configuration changes to the device. The "#" symbol at the end of the prompt signifies the privilege level of the user.

Submit
11. The context-sensitive help matches what Cisco lOS CLI description. (Source: Introducing the Review Lab)

Explanation

The correct answer is "provides a list of commands and the arguments associated with a specific". This answer aligns with the description of context-sensitive help, which refers to a feature that displays relevant commands and their associated arguments based on the user's current context or location within the Cisco IOS CLI. This helps users easily access the commands they need and ensures they are using the correct syntax and arguments.

Submit
12. What CLI command should you enter to display command syntax help so that you can determine how to complete a command that begins with “config”? (Source: Introducing the Review Lab)

Explanation

Entering "config ?" in the CLI command will display the command syntax help, allowing you to determine how to complete a command that begins with "config". This command will provide a list of available options and parameters that can be used with the "config" command, helping you to understand and use the command effectively.

Submit
13. Which configuration mode should you use to configure a particular port on a switch? (Source: Introducing the Review Lab)

Explanation

To configure a particular port on a switch, you should use the interface configuration mode. This mode allows you to make changes to individual interfaces, such as enabling or disabling ports, setting speed and duplex settings, and configuring VLANs. The global configuration mode is used for making global changes to the switch, such as setting the hostname or configuring routing protocols. The user mode is a restricted mode with limited access to switch configurations. The controller configuration mode is used for configuring specific controller modules on the switch.

Submit
14. Which statement best describes what the user EXEC mode commands allow you to configure on a Cisco router? (Source: Introducing the Review Lab)

Explanation

not-available-via-ai

Submit
15. What CLI command should you enter to display a list of commands that begin with the letter “c” on a Cisco Catalyst switch? (Source: Introducing the Review Lab)

Explanation

To display a list of commands that begin with the letter "c" on a Cisco Catalyst switch, the correct command to enter is "c?". This command will show all the available commands that start with the letter "c" on the switch.

Submit
16. Match the router prompt to its configuration mode. (Source: Introducing the ReviewLab)

Explanation

The prompt "Router(config-router)#" indicates that the user is in the configuration mode for the router's routing protocols. In this mode, the user can configure various routing protocols such as OSPF, EIGRP, or BGP.

Submit
17. Match the line router prompt to its configuration mode. (Source: Introducing the ReviewLab)  

Explanation

The correct answer is B) Router(config-line)#. This configuration mode is used to configure specific lines on the router, such as console, auxiliary, or virtual terminal lines.

Submit
18. Match each controller router prompt to its configuration mode. (Source: Introducing the ReviewLab)

Explanation

The correct answer is "Router(config-controller)#". This prompt indicates that the user is in the configuration mode for a controller on the router. In this mode, the user can configure various settings and parameters specific to the controller module on the router, such as a serial or Ethernet controller.

Submit
19. Which show command requires that you have privileged EXEC mode access? (Source:Introducing the Review Lab)

Explanation

The "show running" command requires privileged EXEC mode access because it displays the current running configuration of the device. This configuration includes sensitive information such as passwords and security settings, so it is restricted to privileged users who have administrative access to the device.

Submit
20. Match interface router prompt to its configuration mode. (Source: Introducing the ReviewLab)  

Explanation

The correct answer is "Router(config-if)#". This is the configuration mode for a specific interface on the router. In this mode, you can configure settings and parameters for that particular interface, such as IP address, subnet mask, and other interface-specific configurations.

Submit
21. If both the enable secret and the enable password commands are configured on your router, how do you get to the # prompt? (Source: Introducing the Review Lab)

Explanation

If both the enable secret and the enable password commands are configured on the router, entering the enable secret command will allow the user to access the # prompt. The enable secret command takes precedence over the enable password command, so only the enable secret command needs to be entered in order to gain access to the privileged EXEC mode.

Submit
22. If you enter a major command on a Cisco router, what happens’? (Source: Introducing the Review Lab)

Explanation

When you enter a major command on a Cisco router, it switches you from one configuration mode to another. This means that the router transitions from the current configuration mode to a different configuration mode, allowing you to perform specific configuration tasks or execute commands related to that mode.

Submit
23. Which Cisco IOS command do you use to return to user EXEC mode from privileged EXEC mode? (Source: Introducing the Review Lab)

Explanation

The command "disable" is used to return to user EXEC mode from privileged EXEC mode in Cisco IOS. This command disables privileged mode and reverts back to the lower level user mode, allowing the user to perform basic tasks and commands.

Submit
24. The console error messages matches what Cisco lOS CLI description. (Source: Introducing the Review Lab)

Explanation

The console error messages in Cisco IOS CLI identify problems with router commands that have been incorrectly entered, allowing the user to alter or correct them. This feature helps in troubleshooting and ensuring that the commands are entered correctly to prevent any issues or errors.

Submit
25. Which Cisco IOS command should you use to set the clock speed to 64 kb/s on a serial interface on a Cisco router? (Source: Introducing the Review Lab)

Explanation

The correct answer is "clock rate 64000". This command is used to set the clock rate on a serial interface of a Cisco router. The clock rate is specified in bits per second, so the value should be given in the form of the number of bits per second. In this case, the desired clock speed is 64 kb/s, which is equivalent to 64000 bits per second. Therefore, the correct command to set the clock speed to 64 kb/s is "clock rate 64000".

Submit
26. Which Cisco IOS commands correctly configure the IP address and subnet mask for Ethernet interface 1 in slot 1? (Source: Introducing the Review Lab)

Explanation

The correct answer is "interface Ethernet 1 1
interface Ethernet 1/1 ip address 192.168.1.1 255.255.255.0". This answer correctly configures the IP address and subnet mask for Ethernet interface 1 in slot 1. The command "interface Ethernet 1 1" specifies the interface to be configured, and the command "interface Ethernet 1/1 ip address 192.168.1.1 255.255.255.0" sets the IP address to 192.168.1.1 with a subnet mask of 255.255.255.0.

Submit
27. Which command returns to more recent commands in the history buffer after recalling commands? (Source: Introducing the Review Lab)

Explanation

The command that returns to more recent commands in the history buffer after recalling commands is the "Ctrl+R" command. This command allows users to search and navigate through the command history by typing a keyword or phrase. It is a convenient way to quickly access and repeat previously executed commands without having to manually scroll through the entire history buffer.

Submit
View My Results

Quiz Review Timeline (Updated): May 31, 2023 +

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

  • Current Version
  • May 31, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Feb 16, 2009
    Quiz Created by
    Asmt458
Cancel
  • All
    All (27)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
How do you instruct a Cisco device to parse and execute an entered...
Which command would you enter in privileged EXEC mode to see a list of...
What information does the show running-config command provide on a...
Which Cisco IOS command creates a message to be displayed upon...
Which Cisco 105 command correctly configures an IP address and subnet...
Which access level allows a person to access all router commands and...
Which Cisco IOS command configures serial port in slot 0, port I on a...
Match each subinterface router prompt to its configuration mode....
When you use the show interface command to display the status and...
Which CLI prompt indicates that you are working in privileged EXEC...
The context-sensitive help matches what Cisco lOS...
What CLI command should you enter to display command syntax help so...
Which configuration mode should you use to configure a particular port...
Which statement best describes what the user EXEC mode commands allow...
What CLI command should you enter to display a list of commands that...
Match the router prompt to its configuration mode. (Source:...
Match the line router prompt to its configuration mode....
Match each controller router prompt to its configuration mode....
Which show command requires that you have privileged EXEC mode access?...
Match interface router prompt to its configuration mode. (Source:...
If both the enable secret and the enable password commands are...
If you enter a major command on a Cisco router, what happens’?...
Which Cisco IOS command do you use to return to user EXEC mode from...
The console error messages matches what Cisco lOS...
Which Cisco IOS command should you use to set the clock speed to 64...
Which Cisco IOS commands correctly configure the IP address and subnet...
Which command returns to more recent commands in the history buffer...
Alert!

Advertisement