Hi everyone, i need help.
link aggregation its not works. The example shown below use the switches 6224 and 6224f
6224
interface ethernet 1/g23
channel-group 1 mode auto
description 'Ether_Conection'
spanning-tree disable
switchport mode trunk
switchport trunk allowed vlan add 3
switchport trunk allowed vlan add 4
switchport trunk allowed vlan add 5
switchport trunk allowed vlan add 6
switchport trunk allowed vlan add 8
switchport trunk allowed vlan add 9
switchport trunk allowed vlan add 10
switchport trunk allowed vlan add 11
switchport trunk allowed vlan add 12
switchport trunk allowed vlan add 50
interface ethernet 1/g23
channel-group 1 mode auto
description 'Ether_Conection'
spanning-tree disable
switchport mode trunk
switchport trunk allowed vlan add 3
switchport trunk allowed vlan add 4
switchport trunk allowed vlan add 5
switchport trunk allowed vlan add 6
switchport trunk allowed vlan add 8
switchport trunk allowed vlan add 9
switchport trunk allowed vlan add 10
switchport trunk allowed vlan add 11
switchport trunk allowed vlan add 12
switchport trunk allowed vlan add 50
and
6224F
interface ethernet 1/g4
description 'Ether_Conection'
spanning-tree disable
switchport mode trunk
switchport trunk allowed vlan add 3-6,8-12,50-51
exit
!
interface ethernet 1/g5
description 'Ether_Conection'
spanning-tree disable
switchport mode trunk
switchport trunk allowed vlan add 3-6,8-12,50-51
exit
!
I appreciate your help
Thank