Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to cascade Cisco 2960s

Status
Not open for further replies.

DvcAkv

Technical User
Dec 16, 2009
3
US
I have four Cisco 2960 switches that I want to connect to act as one switch. What is the best route way to accomplish this?
 
The only way to do that is to configure them as a cluster and to tell you the truth it's ugly . Myself I would just star them all off a single switch and give each their own ip address for management . If need be make the connections trunks if you need that function . If you want to cluster them then look at this doc.

 
How reliable/efficient would it be to just connect them via crossover cable?
 
You will be managing 4 separate switches.
The uplinks between the switches can be made etherchannels to get up to 4Gb/s between switches.
You don't need crossover cables - these switches should have auto-MDIX on their inetrfaces.
 
Vince,

So what config would make the most sense to do in your opinion?

TIA
 
Just whatever you do, don't bring up VTP in front of Vince...lol

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
DvcAkv, your network configuration is usually dictated by your structured cabling.

Ideally, you nominate one switch to be your "core" and then each of the other 3 switches uplinks to your "core". The core then carries the uplink to the WAN (or wherever).

The uplinks should be something like this:
"Core" 2960:
Ports 1 & 2 = portchannel 2
Ports 3 & 4 = portchannel 3
Ports 5 & 6 = portchannel 4

2960 #2:
Ports 1 & 2 = portchannel 2

2960 #3:
Ports 1 & 2 = portchannel 3

2960 #4:
Ports 1 & 2 = portchannel 4

Each switch should have :
"Interface VLAN 1
ip address nn.nn.nn.n 255.255.255.0"
default gateway nn.nn.nn.nnn

Ports that are *not* in an etherchannel should have
"spanning-tree portfast"

With only 4 switches, there's probably no need to have seperate VLANs and multiple subnets.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top