Question

Difficulty: EasyWLAN Infrastructure Connections and LAG

A network administrator enables Link Aggregation (LAG) on a Cisco Wireless LAN Controller (WLC) to combine its physical distribution system ports into a single logical interface. How must the connected ports on the upstream switch be configured to establish this link aggregation successfully?

  1. Configured as a static EtherChannel using the command channel-group mode on without dynamic negotiation protocols.Answer
  2. B
    Configured with dynamic LACP using channel-group mode active to negotiate port channel parameters with the controller.
  3. C
    Configured as individual access ports that automatically switch to local switching mode when controller LAG is activated.
  4. D
    Configured with different native VLANs across the member interfaces to segregate control and data traffic.

Answer

The switch ports connected to the Wireless LAN Controller must be configured as a static EtherChannel using the channel-group mode on command.
When Link Aggregation (LAG) is enabled on a Cisco Wireless LAN Controller, all physical distribution system ports are bundled into a single logical channel that carries all VLANs as an 802.1Q trunk. Because the controller does not use dynamic negotiation protocols such as LACP or PAgP, the corresponding connected interfaces on the adjacent switch must be configured as a static EtherChannel using the `channel-group mode on` command.

Step-by-Step Solution

1
Identify WLC Link Aggregation (LAG) operational characteristics
Determine that Cisco WLC LAG bundles all physical distribution ports into a single logical interface that acts as an 802.1Q trunk.
WLC LAG does not run dynamic link aggregation negotiation protocols (LACP or PAgP).
2
Determine the matching switch port configuration requirements
Select static EtherChannel configuration (channel-group mode on) for all member switch interfaces connected to the WLC.
Because the controller does not transmit negotiation packets, the switch ports must force the EtherChannel into an operational state unconditionally.

Key Concept

WLC Link Aggregation (LAG) Switchport Configuration
Rate this question