01-21-2010 09:40 AM - edited 03-06-2019 09:23 AM
hi! if i;m connecting 1 edge switch to 2 core switches. (2 trunk links, 1 link to each core), how do i configure the etherchannel at the core side? can the same channel id used across the core switches? what's the configuration be like at the core side?
thx
Solved! Go to Solution.
01-24-2010 07:56 AM
According to your description there would be no etherchannel because you are saying 1 link to each core . You would have a simple trunk to each core . In order to etherchannel you would have to have 2 links to each core. Just a create a simple trunk on each end.
01-21-2010 09:48 AM
hi! if i;m connecting 1 edge switch to 2 core switches. (2 trunk links, 1 link to each core), how do i configure the etherchannel at the core side? can the same channel id used across the core switches? what's the configuration be like at the core side?
thx
Channel id is local to the switch so you can use the same channel-id on both core switches.,
Jon
01-24-2010 05:38 AM
hi! does that mean the grouping is only at the edge switch end and not the core switch? If the id is local to the core, so there isn't any need to do grouping at the core sw end? thx.
01-24-2010 05:48 AM
Hi,
Check out the below link on etherchannel configuration on switches, hope to help !!
If helpful do rate the valaubale post.
Regards
Ganesh.H
01-24-2010 06:29 AM
hi
Pl find sample port channel config for both end cisco switches
core swith 1
====================
interface Port-channel1
switchport trunk encapsulation dot1q
switchport mode trunk
no shut
interface fastEthernet1/1
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode active
no shut
interface fastEthernet1/2
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode active
no shut
!
core switch 2
==============
interface Port-channel1
switchport trunk encapsulation dot1q
switchport mode trunk
no shut
interface fastethernet 1/1
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode active
no shut
interface fastEthernet1/2
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode active
no shut
!
other switches
Use LACP mode
01-24-2010 07:56 AM
According to your description there would be no etherchannel because you are saying 1 link to each core . You would have a simple trunk to each core . In order to etherchannel you would have to have 2 links to each core. Just a create a simple trunk on each end.
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