• An EtherChannel bundles multiple physical links into a single logical interface, called a port channel.
    You already built EtherChannels in the EtherChannel module of the CCNA path.

    This module is about what happens when a bundle breaks, and how to fix it.
    Before that, let's rebuild the foundation in one lesson.

    Plugging two cables between your switches should double the bandwidth.
    It doesn't.

    Spanning Tree Protocol sees a Layer 2 loop between the switches and blocks the redundant link.

    Parallel links between two switches with Spanning Tree Protocol blocking the redundant link before EtherChannel is configured

    Figure 1 – Parallel links without EtherChannel

    One link forwards, the other sits idle.
    You pay for two links and use one.

    Answer the question below

    Which protocol blocks the redundant link?

    One Logical Interface

    With EtherChannel, STP no longer sees two physical links.
    It operates on one logical interface, so there is nothing to block.

    EtherChannel bundling parallel links into one logical port channel so all member links stay active

    Figure 2 – EtherChannel logical bundling

    All member links forward at the same time, and your traffic is load balanced across them.

    Failures behave differently too.

    When a member link fails, the port channel stays up.
    No STP recalculation, no topology change.
    The bundle keeps forwarding on the remaining links.

    Answer the question below

    Does STP operate on the physical links or the logical interface?