Drag steps to the numbered slots on the right, or tap a step then tap a slot.
CCNA Switching and Network Access Practice Question
Drag and drop the following steps into the correct order to configure an LACP EtherChannel on Cisco IOS-XE switches.
⚠ Common exam trap
A common trap is to configure the channel-group mode on physical interfaces before creating the port-channel interface, or to forget that global configuration mode is the first step. Always remember the sequence: global config -> port-channel interface -> physical interface channel-group -> verification.
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 global configuration mode, create the port-channel interface, configure channel-group mode active on each physical interface, verify the configuration.
First, enter global config mode. Then create the port-channel interface. Next, configure the channel-group mode on each physical interface to active for LACP. Finally, verify the configuration.
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 global configuration mode, create the port-channel interface, configure channel-group mode active on each physical interface, verify the configuration.
Why this is correct
The correct sequence begins with entering global configuration mode so that interface-level commands can be executed. After that, creating the port-channel interface establishes the logical aggregator (e.g., interface Port-channel1) before any physical link is bound to it. Configuring 'channel-group 1 mode active' on each physical interface then places those interfaces into LACP active mode, which initiates the LACP negotiation. Finally, verifying the configuration with commands such as 'show etherchannel summary' confirms that the channel is up and both member ports are bundled correctly.
- ✗
Create the port-channel interface, enter global configuration mode, configure channel-group mode active on each physical interface, verify the configuration.
Why it's wrong here
This option is invalid because it attempts to create the port-channel interface before entering global configuration mode. On Cisco IOS, interface configuration commands are only accepted after the 'configure terminal' command has moved the user to global configuration mode, so 'interface Port-channel1' would fail if issued from privileged exec mode. Additionally, even if the mode were correct, the port-channel interface must exist before physical interfaces are bound to it, but the fatal flaw here is the initial mode error, which prevents the entire sequence from running.
- ✗
Enter global configuration mode, configure channel-group mode active on each physical interface, create the port-channel interface, verify the configuration.
Why it's wrong here
This ordering is incorrect because the 'channel-group mode active' command on each physical interface references the port-channel interface number, which must already exist for the configuration to be accepted cleanly. Without a pre-created Port-channel interface, the command may be rejected or may rely on auto-creation, which is platform-dependent and not the recommended practice. The port-channel interface must be created first as the logical destination, and verification should always be the final step, not interleaved with configuration commands.
- ✗
Create the port-channel interface, configure channel-group mode active on each physical interface, enter global configuration mode, verify the configuration.
Why it's wrong here
This option is doubly flawed: it places 'enter global configuration mode' after interface configuration commands, which is impossible without the proper CLI context, and it puts verification in the middle of the process rather than at the end. Creating the port-channel interface and assigning physical interfaces before entering global config means those commands would be executed from the wrong mode and would be rejected. The only acceptable procedure is to enter global config first, create the logical channel, bind physical links, and verify as the final step.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The 200-301 exam frequently reuses these exact scenarios with slightly different constraints.
✓Enter global configuration mode, create the port-channel interface, configure channel-group mode active on each physical interface, verify the configuration.Correct answer▾
Why this is correct
The correct sequence begins with entering global configuration mode so that interface-level commands can be executed. After that, creating the port-channel interface establishes the logical aggregator (e.g., interface Port-channel1) before any physical link is bound to it. Configuring 'channel-group 1 mode active' on each physical interface then places those interfaces into LACP active mode, which initiates the LACP negotiation. Finally, verifying the configuration with commands such as 'show etherchannel summary' confirms that the channel is up and both member ports are bundled correctly.
✗Create the port-channel interface, enter global configuration mode, configure channel-group mode active on each physical interface, verify the configuration.Wrong answer — click to see why▾
Why this is wrong here
The step of entering global configuration mode is placed after creating the port-channel interface, which is not possible in Cisco IOS.
Why candidates choose this
Candidates might think that creating the port-channel interface is the first step, but they forget that global config mode is required first.
✗Enter global configuration mode, configure channel-group mode active on each physical interface, create the port-channel interface, verify the configuration.Wrong answer — click to see why▾
Why this is wrong here
The port-channel interface must exist before you can assign physical interfaces to it using the channel-group command.
Why candidates choose this
Candidates might think that configuring the physical interfaces first is correct, but the port-channel interface must be created first.
✗Create the port-channel interface, configure channel-group mode active on each physical interface, enter global configuration mode, verify the configuration.Wrong answer — click to see why▾
Why this is wrong here
The order is wrong: global config mode should be first, and verification should be last.
Why candidates choose this
Candidates might think that creating the port-channel interface is the first step and that verification can be done earlier, but the sequence is incorrect.
Analysis generated from the official 200-301blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Go deeper
Related to this question
Learn chapter
Interpreting Packet Capture Output for Layer 2/3 Troubleshooting
Key term
EtherChannel
EtherChannel is a technology that bundles multiple physical Ethernet links into a single logical link to increase bandwidth and provide redundancy.
Key term
LACP
LACP is a protocol that automatically combines multiple physical network links into a single logical link to increase bandwidth and provide redundancy.
About these practice questions
One of 1,389 original 200-301 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.