06-22-2018 02:46 AM - edited 07-05-2021 08:46 AM
Hi everyone,
I am working on 5508 cisco WLC, and I can not access WLC with SSH or GUI when I enable LAG,
when LAG is disabled, the GUI and SSH access works fine.
I am running the software version : 8.5.120.0.
thanks in advance
06-22-2018 05:28 AM
06-22-2018 07:18 AM
Hi,
find below the configuration on the switch side :
interface Port-channel2
switchport trunk encapsulation dot1q
switchport mode trunk
spanning-tree portfast trunk
end
SW#
SW#sh run int Gi1/0/10
Building configuration...
Current configuration : 126 bytes
!
interface GigabitEthernet1/0/10
description vers_WLC
switchport trunk encapsulation dot1q
switchport mode trunk
end
SW#sh run int Gi1/0/12
Building configuration...
Current configuration : 161 bytes
!
interface GigabitEthernet1/0/12
description vers_WLC
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 2 mode on
end
SW#sh run int Gi2/0/12
Building configuration...
Current configuration : 161 bytes
!
interface GigabitEthernet2/0/12
description vers_WLC
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 2 mode on
end
SW#sh run int Gi2/0/10
Building configuration...
Current configuration : 161 bytes
!
interface GigabitEthernet2/0/10
description vers_WLC
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 2 mode on
end
best regards
06-22-2018 12:11 PM
Configure them as indicated below:
The controller’s neighbor devices must also be properly configured to support LAG.
Each neighbor port to which the controller is connected should be configured as follows:
interface GigabitEthernet <interface id> switchport channel-group <id> mode on no shutdown
The port channel on the neighbor switch should be configured as follows:
interface port-channel <id> switchport switchport trunk encapsulation dot1q switchport trunk allowed vlan <allowed vlans> switchport mode trunk no shutdown
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide