Drag steps to the numbered slots on the right, or tap a step then tap a slot.
CCNA Network Infrastructure and Connectivity Practice Question
Drag and drop the following steps into the correct order to diagnose and resolve a duplex/speed mismatch causing interface errors on a Cisco switch.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Enter the 'show interfaces' command to examine interface status and error counters.
The correct diagnostic process begins by collecting interface statistics with 'show interfaces' to detect anomalies (step 1). If CRC errors, runts, and late collisions are present, these indicate a duplex mismatch (step 2). Next, check the current duplex and speed configuration for that interface using 'show interfaces <int>' (step 3). Compare this setting with the expected configuration or with the remote device's interface (step 4) to confirm the mismatch. Based on the findings, apply the correct duplex and speed commands to align both ends (step 5). Finally, verify that the error counters stop incrementing after the fix (step 6).
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Enter the 'show interfaces' command to examine interface status and error counters.
Why this is correct
As the immediate first step, 'show interfaces' (without an interface argument) gives a summary table of all interfaces, showing status (up/down), protocol, and error counters like runts, CRC, and late collisions. This broad view alerts you to anomalies on the link before narrowing down, making it the logical starting point to detect a duplex mismatch.
- ✓
Identify increasing CRC, runt, and late collision errors as indicators of a duplex mismatch.
Why this is correct
Increasing CRC errors, runts (frames shorter than 64 bytes), and late collisions are classic symptoms of a duplex mismatch because one end transmits while the other end is not ready, corrupting frames. Recognizing this pattern is crucial, as these counters increment continuously under mismatched settings and are absent on healthy links.
- ✓
Use the 'show interfaces <interface>' command to display the current duplex and speed settings.
Why this is correct
The command 'show interfaces <interface>' (e.g., show interfaces gigabitethernet0/1) displays the operational duplex and speed (e.g., Full-duplex, 100Mbps), as well as the configured values. This focused view allows you to compare the actual settings against the expected configuration and identify which end is auto-negotiating incorrectly.
- ✓
Determine the expected duplex/speed configuration on both ends of the link.
Why this is correct
To resolve a mismatch, you must know the expected duplex/speed for both devices—typically from documentation or design specifications—so you can determine whether the interface is set incorrectly. A mismatch often occurs when one side is hardcoded and the other is set to auto-negotiate, so you need to verify the intended settings on both ends.
- ✓
Reconfigure the interface with the correct duplex and speed settings using appropriate commands.
Why this is correct
Once you've identified the mismatch, you apply the correct settings using commands like 'duplex full' and 'speed 100' under interface configuration mode, or 'speed auto' and 'duplex auto' to restore negotiation. This step directly resolves the problem by aligning both ends to the same parameters, eliminating the errors.
- ✓
Verify that error counters stop incrementing after the configuration change.
Why this is correct
After reconfiguration, re-run 'show interfaces' to confirm that CRC, runt, and late collision counters are no longer increasing; you may need to clear counters with 'clear counters' first to observe a clean baseline. If the counters remain stable, the duplex mismatch is resolved, but if they continue to increment, you may need to check for other issues like cabling faults.
Visual reference
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 14, 2026
This 200-301 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-301 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.