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 1mediummulti select
Read the full EtherChannel explanation →

Which three of the following are valid considerations when configuring EtherChannel? (Choose three.)

Question 2hardmultiple 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

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

Which two conditions must match on two switch ports before they can successfully form a Layer 2 EtherChannel? (Choose two.)

Question 5mediummultiple choice
Read the full EtherChannel explanation →

A network engineer checks EtherChannel status on a switch and sees the following output:

Group Port-channel Protocol Ports ------+-------------+---------+----------------------------- 1 Po1(SD) LACP Gi1/0/1(s) Gi1/0/2(I)

What is the most likely reason the EtherChannel is not forwarding traffic?

You are connected to SW1. The current configurations of interfaces GigabitEthernet0/1 and GigabitEthernet0/2 are as follows:

Gi0/1: speed 100, duplex half, switchport access vlan 10 Gi0/2: speed 1000, duplex full, switchport access vlan 20

The port-channel interface 1 does not exist. Configure a LACP EtherChannel between SW1 and SW2 using these two interfaces, with port-channel 1 and mode active on both sides. Ensure the channel forms by resolving any speed/duplex or VLAN mismatches. After configuration, verify with 'show etherchannel summary'.

Exhibit

SW1# show running-config | section interface
!
interface GigabitEthernet0/1
 duplex half
 speed 100
 switchport mode access
 switchport access vlan 10
!
interface GigabitEthernet0/2
 duplex full
 speed 1000
 switchport mode access
 switchport access vlan 20
!
interface Port-channel1
 no ip address
 switchport mode access
 switchport access vlan 10
!

SW2# show running-config | section interface
!
interface GigabitEthernet0/1
 duplex half
 speed 100
 switchport mode access
 switchport access vlan 10
!
interface GigabitEthernet0/2
 duplex full
 speed 1000
 switchport mode access
 switchport access vlan 20
!
interface Port-channel1
 no ip address
 switchport mode access
 switchport access vlan 10
!
Question 7mediummultiple choice
Read the full EtherChannel explanation →

An administrator configures an EtherChannel between SW1 and SW2. The port-channel interfaces are physically up, but the EtherChannel bundle fails to come up. On SW1, the channel-group is set to mode active; on SW2, it is set to mode on. What is the most likely cause?

Exhibit

SW1# show etherchannel summary
Group  Port-channel  Protocol    Ports
1      Po1(SD)         LACP      Gi1/0/1(I) Gi1/0/2(I)

SW1 interface range gi1/0/1-2
 channel-group 1 mode active

SW2 interface range gi1/0/1-2
 channel-group 1 mode on
Question 8mediummultiple choice
Read the full EtherChannel explanation →

What is a common requirement for interfaces to successfully bundle into an EtherChannel?

Question 9hardmultiple choice
Read the full EtherChannel explanation →

A network engineer is configuring an EtherChannel between two switches. After applying the configuration, the port-channel fails to form. What is the most likely reason?

Exhibit

interface GigabitEthernet0/1
 switchport mode trunk
 channel-group 1 mode active

interface GigabitEthernet0/2
 switchport mode access
 channel-group 1 mode active
Question 10hardmultiple choice
Read the full EtherChannel explanation →

Exhibit: SW1 is configured for EtherChannel with LACP, but the bundle does not form. What is the most likely cause?

Exhibit

SW1: interface range g1/0/1-2
 channel-group 1 mode active
SW2: interface range g1/0/1-2
 channel-group 1 mode on

Which two conditions must match for a Layer 2 EtherChannel bundle to form correctly? (Choose two.)

Question 12hardmultiple 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 13mediummultiple choice
Read the full EtherChannel explanation →

A two-switch EtherChannel bundle is configured with LACP. One side uses active mode on both member links, while the other side uses passive mode on both member links. What is the result?

Question 14hardmultiple choice
Open the full VLAN trunking answer →

A network administrator is configuring a Layer 2 EtherChannel between two switches. Switch A uses 'channel-group 1 mode active', and Switch B uses 'channel-group 1 mode desirable'. All member interfaces are trunk ports with identical allowed VLANs. The EtherChannel fails to form. What is the most likely cause?

Exhibit

SW1:
interface range g1/0/1-2
 switchport mode trunk
 channel-group 5 mode active

SW2:
interface range g1/0/1-2
 switchport mode trunk
 channel-group 5 mode desirable

You are connected to SW1 via the console. SW1 is a Layer 2 switch with two links to SW2: G0/1 and G0/2. The administrator wants to combine these two links into an EtherChannel using LACP. Configure an EtherChannel on SW1 for these ports and verify.

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.