A network administrator is connecting a Cisco Catalyst 9800 Series Wireless LAN Controller to an upstream Cisco Catalyst switch using link aggregation (LAG) with LACP. In what logical order should the administrator execute the steps on the Catalyst switch to provision the EtherChannel interface and physical member ports?
- 1Create the logical port-channel interface in global configuration mode.
- 2Configure 802.1Q trunking, native VLAN, and allowed VLAN parameters directly on the logical port-channel interface.
- 3Enter interface range mode to select the physical switch interfaces connecting to the controller distribution system ports.
- 4Assign the selected physical interfaces to the channel group using LACP active mode.
- 5Execute the 'show etherchannel summary' command to verify operational status and member port state.
Answer
The correct sequence begins with creating the logical port-channel interface on the switch, applying trunking and VLAN parameters to that logical interface, selecting the physical member interfaces, adding the physical interfaces to the EtherChannel using active LACP mode, and finally verifying bundle operation with the 'show etherchannel summary' command.
To establish link aggregation between a Cisco Catalyst switch and a Cisco Wireless LAN Controller using LACP, standard configuration methodology requires initializing the logical port-channel interface first. Trunking settings (such as switchport mode trunk and VLAN assignments) are defined on the logical port-channel. Next, the target physical member interfaces are selected and bound to the channel group using active LACP mode. Finally, running operational verification commands confirms proper link aggregation state.
Step-by-Step Solution
Key Concept
Cisco switch EtherChannel and LACP configuration for WLC trunking