This post is more than 5 years old
9 Posts
0
112452
September 13th, 2013 12:00
Channel-group Its not work (via LACP) between 6624 and 6224F
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


josemiguel89198
9 Posts
0
September 16th, 2013 08:00
Very Thank Daniel.
good articles for explain how to work LAGs.
I appreciate your time and help.