Layer 3 EtherChannel

  • In the previous lesson, you bundled multiple switch ports into one logical link with Layer 2 EtherChannel.

    Now we move on to Layer 3 EtherChannel. The idea is the same: combine several physical interfaces into one Port-Channel. The difference is that the Port-Channel is treated as a routed interface and can be assigned an IP address instead of functioning as a switchport.

    Cisco switches connected before Layer 3 EtherChannel

    Figure 1 – Two switches linked before Layer 3 EtherChannel.

    This type of configuration is supported on multilayer switches and routers. In Cisco’s three-tier design (Access → Distribution → Core), it is commonly used between the Distribution and Core layers to ensure reliable, high-bandwidth interconnections.

    In this lab, two multilayer switches (SW1 and SW2) will bundle interfaces F0/1 and F0/2 into Port-Channel 1.

    Layer 3 EtherChannel port-channel with IP addresses

    Figure 2 – Port-Channel Setup

    Each Port-Channel interface will then be assigned an IP address from the 192.168.1.0/24 network.

    Let’s dive into the configuration.

    Answer the question below