Question

Difficulty: MediumWLAN Infrastructure Connections and LAG

A network administrator needs to deploy Link Aggregation (LAG) on a Cisco AireOS Wireless LAN Controller (WLC) connected to an upstream Cisco Catalyst switch. Place the operational steps required to enable and establish the LAG connection in the correct sequential order from first to last.

  1. 1Enable Link Aggregation (LAG) in the WLC controller configuration settings.
  2. 2Save the WLC configuration and reboot the wireless controller.
  3. 3Configure the physical connected ports on the upstream switch into a single EtherChannel group using channel-group mode 'on'.
  4. 4Verify operational status of the switch Port-Channel and confirm that WLC management and dynamic interface traffic passes across the aggregated bundle.

Answer

The correct sequential order to deploy LAG on an AireOS WLC is: 1) Enable LAG in WLC settings, 2) Save configuration and reboot the WLC, 3) Configure connected upstream switch ports into an EtherChannel using mode 'on', and 4) Verify operational status of the aggregated bundle.
To successfully deploy LAG on an AireOS Wireless LAN Controller, the feature must first be enabled in WLC global controller settings. Because enabling LAG reorganizes physical ports into a single logical interface, the configuration must be saved and the controller rebooted to take effect. Following the reboot, the upstream Catalyst switch physical ports must be configured into a single EtherChannel using mode 'on' (static aggregation, since AireOS does not negotiate via LACP or PAgP). Finally, the network engineer verifies that the Port-Channel is operational and passing traffic across mapped WLAN VLANs.

Step-by-Step Solution

1
Enable LAG feature on the WLC
The controller prepares the internal distribution system interfaces for multi-port bundling.
Global LAG setting must be changed prior to restarting the appliance.
2
Save configuration and restart WLC
The WLC reboots and binds all physical distribution ports into a single logical LAG interface.
AireOS hardware architecture requires a system reboot to apply LAG implementation across distribution ports.
3
Configure switch ports with static EtherChannel
The upstream Catalyst switch binds its corresponding interfaces into a single port-channel using mode 'on'.
AireOS WLCs do not support dynamic EtherChannel negotiation protocols like LACP or PAgP.
4
Verify port-channel operation and data flow
Operational status is confirmed and WLAN VLAN traffic flows across the unified bundle.
Ensures that all bundled interfaces forward traffic properly without port mismatches or STP blocking.

Key Concept

AireOS WLC Link Aggregation deployment workflow and static switch EtherChannel requirements.
Rate this question