An enterprise wireless administrator is integrating a Cisco 5520 Wireless LAN Controller (running AireOS) with a Cisco Catalyst switch stack. The administrator connects four physical distribution system ports on the controller to switch interfaces GigabitEthernet1/0/1 through 1/0/4. The switch interfaces are configured as an 802.1Q trunk bundle using the command `channel-group 1 mode active`. Although Link Aggregation (LAG) has been enabled on the WLC and the controller has been rebooted, the EtherChannel fails to form and all controller distribution links remain down. Which modification on the Catalyst switch stack will resolve this connection failure?
- Change the negotiation protocol on the switch interfaces by executing `channel-group 1 mode on`.Cevap
- BReconfigure the switch interface range using `channel-group 1 mode desirable` to enable Cisco proprietary PAgP negotiation.
- CConvert all connected Lightweight APs to FlexConnect mode to allow the controller distribution system ports to initiate LACP negotiations.
- DChange the native VLAN on the switch trunk interfaces to VLAN 1 so that LACP control frames can pass untagged across the bundle.
Cevap
Change the switch port EtherChannel configuration to static ON mode using `channel-group 1 mode on`.
When Link Aggregation (LAG) is enabled on a Cisco AireOS Wireless LAN Controller, all physical distribution system ports are merged into a single logical interface. AireOS controllers do not support dynamic negotiation protocols such as Link Aggregation Control Protocol (LACP) or Port Aggregation Protocol (PAgP). Therefore, the connected switch ports must be explicitly configured with static link aggregation using the command `channel-group <id> mode on`. Configuring `mode active` forces the switch to expect LACP frames, which the WLC will never transmit, causing the channel to remain down.
Adım Adım Çözüm
Anahtar Kavram
WLAN Controller Link Aggregation (LAG) EtherChannel Switch Configuration