Courseiva
Back to CCNA 200-301 v2 questions

Scenario-based practice

EtherChannel and LACP Scenarios

Practise CCNA 200-301 v2 practice questions — original exam-style scenarios covering every exam domain, with detailed explanations, wrong-answer analysis, and common exam traps.

15
scenario questions
200-301
exam code
Cisco
vendor

Scenario guide

How to approach etherchannel and lacp scenarios

EtherChannel bundles multiple physical links into a single logical port-channel. The CCNA tests LACP vs PAgP vs static EtherChannel, the mode combinations that form a channel, and common configuration errors. These appear as configuration tasks and troubleshooting scenarios.

Quick answer

EtherChannel questions usually test whether bundled links have matching settings and whether LACP, PAgP or static mode is being used correctly.

LACP, PAgP and static EtherChannel modes.

Matching speed, duplex, VLAN, trunk and native VLAN settings.

Port-channel interface behaviour.

Why a link fails to join an EtherChannel bundle.

Related practice questions

Related 200-301 topic practice pages

Scenario questions usually connect to one or more exam topics. Use these links to review the underlying concepts behind the scenario.

Practice set

Practice scenarios

Question 1hardmultiple choice
Read the full EtherChannel explanation →

An EtherChannel should form using LACP between two switches. One side is configured for LACP active, and the other side is configured for LACP active. What is the expected result if the other link settings also match?

You are connected to SW1. An EtherChannel between SW1 and SW2 using LACP must be established on interfaces GigabitEthernet0/1 and GigabitEthernet0/2. Currently, the channel is not forming. Inspect the provided configuration and output, then apply the necessary commands on SW1 to resolve the issue and bring up the Port-Channel interface.

Network Topology
+interface GigabitEthernet0/1switchport mode trunkchannel-group 1 mode activeinterface GigabitEthernet0/2interface Port-channel1SW1# show etherchannel summaryH - Hot-standby (LACP only)u - unsuitable for bundlingd - default portNumber of aggregators: 1Group Port-channel Protocol Ports1 Po1(SD) LACP Gi0/1(I) Gi0/2(I)channel-group 1 mode passive
Question 3mediummultiple choice
Read the full EtherChannel explanation →

Two switches are connected with EtherChannel using LACP. One side is configured with mode active and the other side with mode passive. What happens?

You are connected to SW1. Two switches, SW1 and SW2, are connected via four GigabitEthernet links. Configure LACP EtherChannel between them using interfaces GigabitEthernet0/1 through GigabitEthernet0/4 on SW1. Set the channel-group mode to active on SW1. The port-channel interface must be configured as a trunk, allowing VLANs 10, 20, 30. However, the EtherChannel is not forming. The current configuration is shown below. Identify and fix the issue, then verify the EtherChannel is operational.

Network Topology
+interface GigabitEthernet0/1switchport mode trunkswitchport trunk allowed vlan 10,20,30channel-group 1 mode activeinterface GigabitEthernet0/2interface GigabitEthernet0/3interface GigabitEthernet0/4interface Port-channel1no switchportip address 192.168.1.1 255.255.255.0SW1# show etherchannel summaryH - Hot-standby (LACP only)u - unsuitable for bundlingd - default portNumber of aggregators: 1Group Port-channel Protocol Ports

Drag and drop the following steps into the correct order to configure an LACP EtherChannel on two Cisco switches using active mode.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 6hardmultiple choice
Read the full EtherChannel explanation →

An EtherChannel between SW1 and SW2 is not forming. The technician runs the show etherchannel summary command on both switches and sees that all configured interfaces are in the 'I' (stand-alone) state. Both switches have their interfaces configured with channel-group 1 mode active. What should the technician check next?

Question 7hardmultiple choice
Open the full VLAN trunking answer →

Refer to the exhibit. A network engineer notices that on a four-link EtherChannel bundle between two switches, all traffic from a particular VLAN is being forwarded over only one physical link, while the other three links remain idle. The engineer suspects a load-balancing issue and issues the show etherchannel load-balance command, the output of which is shown. What is the most likely cause of the uneven traffic distribution?

Exhibit

SW1# show etherchannel load-balance
EtherChannel Load-Balancing Configuration:
        src-mac

EtherChannel Load-Balancing Addresses Used Per-Protocol:
Non-IP: Source MAC address
  IPv4: Source MAC address
  IPv6: Source MAC address

Load-Balancing Operational Parameters:
  Hash algorithm: CRC
  Asymmetric hashing: disabled
Question 8hardmultiple choice
Read the full EtherChannel explanation →

Refer to the exhibit. A network engineer is troubleshooting an EtherChannel on R1 that is not passing traffic. The output of the show etherchannel summary command is displayed. What is the most likely cause?

Network Topology
+R1# show etherchannel summaryH - Hot-standby (LACP only)u - unsuitable for bundlingd - default portNumber of aggregators: 1Group Port-channel Protocol Ports1 Po1(SU) LACP Gi0/1(D) Gi0/2(D)

You are connected to SW1 via the console. SW1 is a Layer 2 switch with two redundant links to SW2 (G0/1 and G0/2). The network administrator wants to use both links for load balancing and redundancy by configuring EtherChannel. You need to configure a Layer 2 EtherChannel using LACP on both switches. The port-channel should be in VLAN 1.

Question 10hardmultiple choice
Open the full VLAN trunking answer →

A network engineer configures an EtherChannel between two Cisco switches SW1 and SW2 using LACP. After configuration, hosts connected to SW1 report intermittent connectivity to hosts on SW2. The engineer checks the EtherChannel status and sees that the trunk is up but only allows VLAN 1, while the hosts communicate across VLANs 10 and 20. Which command should the engineer apply to both switches to resolve the issue?

Network Topology
+SW1# show etherchannel summaryH - Hot-standby (LACP only)u - unsuitable for bundlingd - default portNumber of aggregators: 1Group Port-channel Protocol Ports
Question 11mediummulti select
Read the full EtherChannel explanation →

Which TWO statements correctly describe the configuration and verification of EtherChannel with LACP?

You are connected to SW1. A LACP EtherChannel between SW1 and SW2 has already been configured using interfaces GigabitEthernet0/1 and GigabitEthernet0/2 with channel-group 1 mode active on both sides and assigned to VLAN 100. However, the channel is not forming because of a speed/duplex mismatch. The correct interface settings for this network are speed 1000 and duplex full. Interface GigabitEthernet0/1 is already configured with these settings. Only interface GigabitEthernet0/2 needs to be corrected. Identify the configuration change needed to resolve the mismatch and verify the EtherChannel is up with 'show etherchannel summary'.

Network Topology
+SW1#show running-config | section interfaceinterface GigabitEthernet0/1switchport mode accessswitchport access vlan 100speed 1000duplex fullchannel-group 1 mode activeinterface GigabitEthernet0/2speed 100duplex halfinterface Port-channel1SW1#show etherchannel summaryH - Hot-standby (LACP only)u - unsuitable for bundlingd - default portNumber of aggregators: 1Group Port-channel Protocol Ports1 Po1(SU) LACP Gi0/1(D) Gi0/2(D)
Question 13hardmultiple choice
Read the full EtherChannel explanation →

Two switches are configured for LACP EtherChannel. One side is set to passive and the other side is also set to passive. What is the most likely outcome?

Question 14hardmultiple choice
Read the full EtherChannel explanation →

Two switches should form an LACP EtherChannel. One side is configured passive, and the other side is also passive. What is the most likely result?

Question 15hardmultiple choice
Read the full EtherChannel explanation →

An EtherChannel uses LACP. One side is configured correctly, but the peer side has a different switchport mode on one of the member links. What is the most likely result?

These 200-301 practice questions are part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style 200-301 questions with detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics.