Ethernet and Switching

EtherChannel Fundamentals

Learn how EtherChannel combines physical Ethernet links, how Layer 2 and Layer 3 bundles differ, and how LACP manages redundancy, standby members, minimum capacity, and automatic formation.

Intermediate15 min read
Ethernet and Switching lessonNetworkingLearn

Learn how EtherChannel combines physical Ethernet links, how Layer 2 and Layer 3 bundles differ, and how LACP manages redundancy, standby members, minimum capacity, and automatic formation.

What you will be able to do

  • Explain how EtherChannel changes several physical interfaces into one logical connection.
  • Distinguish the roles of Layer 2 and Layer 3 EtherChannels.
  • Describe how LACP uses active, standby, and hot-standby member ports.
  • Explain the purpose of LACP 1:1 redundancy, minimum links, and maximum bundle settings.

01

What EtherChannel Solves

EtherChannel combines multiple physical interfaces into one logical interface. The bundle can carry more traffic than one link and continue operating when a member fails.

Think of the logical interface as the management view of the connection. The physical cables remain separate, but the network treats their group as one channel.

Without a bundle, each physical connection is handled separately. With EtherChannel, bandwidth and redundancy are designed around the grouped connection.

This makes EtherChannel useful when a connection needs both additional capacity and protection against an individual link failure.

02

Two Operating Layers

A Layer 2 EtherChannel supports Layer 2 connections with increased bandwidth and redundancy. Its bundled connection belongs to the switching portion of the network.

A Layer 3 EtherChannel groups Ethernet interfaces into one logical network-layer interface. It also provides increased bandwidth and redundancy.

The key contrast is the operating layer. Layer 2 bundles serve Layer 2 connections, while Layer 3 bundles operate at the network layer.

Layer 3 EtherChannels can use either PAgP or LACP. This identifies their negotiation choices without changing their logical-interface design.

03

Members Inside the Bundle

Each physical interface assigned to an EtherChannel becomes a member of the logical bundle. The bundle provides the connection identity used by the network.

The logical interface does not remove the physical members. Instead, it organizes them so capacity and failure handling apply to the group.

A bundle with several available members can provide more aggregate capacity than one interface. If a member fails, the remaining design can provide redundancy.

This relationship explains why EtherChannel is more than a faster cable. It combines a logical connection with multiple physical paths.

04

LACP Controls Membership

LACP is a protocol option for managing an EtherChannel. It can coordinate which interfaces participate in the bundle and which interfaces remain ready for use.

The `lacp max-bundle` setting defines the largest number of LACP ports permitted in one port-channel bundle. It limits bundle membership rather than describing bandwidth.

LACP can also maintain hot-standby ports. These ports remain available and can activate when active member ports fail.

Maximum bundle size and standby behavior solve different problems. One limits participation, while the other preserves ready replacements.

05

LACP 1:1 Redundancy

LACP 1:1 redundancy uses one active member relationship with a standby replacement. It supports fast switching when the active member becomes unavailable.

The standby path is not simply another active path in this arrangement. Its purpose is to take over quickly when the selected active port fails.

This feature must be enabled at both ends of the LACP EtherChannel. Both sides therefore need matching participation in the redundancy design.

The required configuration includes `lacp max-bundle 1` and `lacp fast-switchover`. The first selects a one-port bundle limit, while the second enables rapid switching behavior.

07

Protecting Required Capacity

EtherChannel min-links sets a minimum active-member requirement for an LACP EtherChannel. The bundle becomes inactive when too few active members remain to provide the required minimum bandwidth.

This setting treats capacity as a condition for operation. The channel does not remain active merely because one member still works.

For example, a bundle may be configured to require several active members. If failures reduce the count below that requirement, the EtherChannel becomes inactive.

Minimum links differs from standby selection. Standby behavior chooses replacement ports, while minimum links decides whether the remaining capacity is acceptable.

08

Special LACP Behaviors

On a Layer 2 LACP EtherChannel, `no port-channel standalone disable` enables standalone mode. This allows a member port to operate outside the complete bundle behavior.

When LACP standalone operation is disabled, traffic arriving on a standalone member port is blocked by default. This prevents that port from carrying traffic independently under the default behavior.

Standalone mode can also be configured on a Layer 3 EtherChannel beginning with Cisco IOS XE Dublin 17.10.1. The supported scope therefore depends on the software version and operating layer.

Auto-LAG can automatically create EtherChannels on switch-connected ports using LACP. It reduces the need to form each eligible bundle manually.

09

Lesson Recap

EtherChannel groups physical interfaces into one logical interface. Its two main benefits are additional bandwidth and redundancy.

Layer 2 and Layer 3 EtherChannels serve different operating layers. Layer 3 EtherChannels operate at the network layer and support PAgP or LACP.

LACP can manage active members, standby members, and hot-standby ports. LACP 1:1 redundancy requires matching configuration at both ends.

`lacp max-bundle` limits bundle membership, while EtherChannel min-links protects a required minimum capacity. These settings answer different design questions.

You are ready for Practice and Prove: identify the EtherChannel layer, explain each LACP setting, and predict what happens after member failure or recovery.

NEXT STEP

Turn reading into recall

Practice the concepts without a timer, with coaching and retry available after every answer.

Open guided practice