hardmultiple choiceObjective-mapped

Exhibit

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

interface GigabitEthernet0/2
 switchport mode access
 channel-group 1 mode active

Based on the exhibit, what is the most likely reason the port-channel is not forming as expected?

Question 1hardmultiple choice
Full question →

Based on the exhibit, what is the most likely reason the port-channel is not forming as expected?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

The member links use different switchport modes, so the channel cannot form correctly.

This is correct because trunk/access inconsistency breaks EtherChannel compatibility.

B

Distractor review

LACP requires both interfaces to use different channel-group numbers.

This is wrong because member interfaces in the same bundle use the same channel-group number.

C

Distractor review

The interfaces must both be configured for PPP.

This is wrong because PPP is unrelated to switch EtherChannel configuration.

D

Distractor review

The bundle fails because BGP is not enabled on the switch.

This is wrong because EtherChannel does not depend on BGP.

Common exam trap

Common exam trap: answer the scenario, not the keyword

A common exam trap is to mistakenly believe that enabling routing protocols such as BGP or configuring PPP on interfaces affects EtherChannel formation. Candidates may also incorrectly assume that LACP requires different channel-group numbers on member interfaces. These misconceptions distract from the real issue: inconsistent switchport modes between member links. The exam tests your understanding that all member interfaces must share the same switchport mode (trunk or access) for the port-channel to form. Overlooking this fundamental requirement leads to selecting incorrect answers that mention unrelated protocols or configuration details.

Technical deep dive

How to think about this question

EtherChannel is a technology that bundles multiple physical Ethernet links into a single logical link to increase bandwidth and provide redundancy. Cisco switches use protocols like LACP (Link Aggregation Control Protocol) or PAgP (Port Aggregation Protocol) to negotiate and maintain these bundles. For EtherChannel to form correctly, all member interfaces must share consistent configurations, including speed, duplex, VLAN membership, and switchport mode (access or trunk). Any mismatch in these parameters prevents the logical aggregation from establishing, causing the port-channel to remain down or inactive. The decision process for forming an EtherChannel involves verifying that all candidate interfaces have identical settings. Specifically, the switchport mode must be consistent across all member links; mixing trunk and access modes breaks the channel formation. LACP requires that all interfaces in the same channel-group use the same channel-group number and mode, but it does not allow differing switchport modes. This consistency check ensures that traffic is handled uniformly across the bundle, preventing frame loss or misrouting. A common exam trap is to confuse protocol requirements or unrelated features with EtherChannel formation rules. For example, some might incorrectly believe that enabling routing protocols like BGP or configuring PPP on interfaces affects EtherChannel, but these are unrelated. The practical behavior is that even if LACP is enabled and channel-group numbers match, inconsistent switchport modes will prevent the port-channel from forming. Understanding this helps avoid misdiagnosing EtherChannel issues in real networks and on the exam.

KKey Concepts to Remember

  • EtherChannel bundles multiple physical links into one logical link to increase bandwidth and provide redundancy in Cisco networks.
  • All member interfaces in an EtherChannel must have identical switchport modes, either all trunk or all access, to form the channel correctly.
  • LACP requires member interfaces to share the same channel-group number and mode but does not allow differing switchport modes.
  • Inconsistent switchport modes between member links cause EtherChannel formation to fail due to incompatible VLAN tagging and traffic handling.
  • EtherChannel formation depends on physical and logical parameter consistency, including speed, duplex, VLAN membership, and switchport mode.
  • Routing protocols like BGP and Layer 2 protocols like PPP do not influence EtherChannel formation or operation.
  • Cisco switches use protocols like LACP or PAgP to negotiate EtherChannel, but protocol alone cannot override configuration mismatches.
  • EtherChannel consistency checks prevent traffic loss and misrouting by ensuring uniform handling of frames across all bundled links.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Related practice questions

Related 200-301 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this 200-301 question test?

EtherChannel bundles multiple physical links into one logical link to increase bandwidth and provide redundancy in Cisco networks.

What is the correct answer to this question?

The correct answer is: The member links use different switchport modes, so the channel cannot form correctly. — The port-channel is not forming because the two member interfaces are not configured consistently. In practical terms, EtherChannel requires important characteristics to align across candidate member links. Here, one interface is a trunk and the other is configured as an access port, so the channel cannot be built cleanly. This is a classic EtherChannel consistency problem. The protocol alone is not enough if the member-link settings disagree.

What should I do if I get this 200-301 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.