10-13-2017 10:30 PM - edited 03-08-2019 12:21 PM
Hi,
I have 2 switch stacks (2 3850s in each), on different floors.
What is the best way to connect them and how do I properly configure the ports?
If Ethernet, can I bond the ports to provide more throughput? What about cross over cable?
Thanks!
Solved! Go to Solution.
10-13-2017 11:24 PM - edited 10-13-2017 11:27 PM
Create etherchannel between switches (one link from each switch).
Stack 1
interface range Gi1/0/49, Gi2/0/49
shutdown
switchport mode trunk
channel-group 1 mode active
no shutdown
Stack 2
interface range Gi1/0/49, Gi2/0/49
shutdown
switchport mode trunk
channel-group 1 mode active
no shutdown
Generally you can, but don't have to use crossover cables. Auto-MDIX is default on Cisco devices (except for SFP -SX and -LX module interfaces).
10-13-2017 11:24 PM - edited 10-13-2017 11:27 PM
Create etherchannel between switches (one link from each switch).
Stack 1
interface range Gi1/0/49, Gi2/0/49
shutdown
switchport mode trunk
channel-group 1 mode active
no shutdown
Stack 2
interface range Gi1/0/49, Gi2/0/49
shutdown
switchport mode trunk
channel-group 1 mode active
no shutdown
Generally you can, but don't have to use crossover cables. Auto-MDIX is default on Cisco devices (except for SFP -SX and -LX module interfaces).
10-14-2017 08:59 PM
10-14-2017 09:57 PM
You're welcome.
On 48 port switch Gi1/0/49-52 are typically SFP uplink ports (fiber or copper connection, can have 10Gb ports, on 3850 models uplink module is not built in).
3850 architecture details:
Cisco Catalyst 3850 Series - Switches StackWise - 480 Architecture
on Cisco live (need to have account there (but, it is free registration)):
10-17-2017 02:29 PM
Oh gotcha. I actually have them as 1/1/1-4 and 2/1/1-4
So then are you suggesting that I only use the SFP uplink ports? I do not have those adapters. I am curious if I can use one port from each switch in the stack to create the EtherChannel over to the other switch stack.
Thanks.
10-17-2017 09:41 PM
It is general recommendation to use uplink ports.
And, yes, you can create ehterchannel from different stack switches to other devices (and it is, most of the time, recommended to do so).
10-18-2017 05:21 AM
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