Link to home
Start Free TrialLog in
Avatar of jmsjms
jmsjmsFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Best method to connect two Dell 2748 switches in same rack.

HI,  I've got a network using one 2748 switch.  I'm running out of ports so I'm looking to see if I can buy another one and link it to the original 2748.  THey will be in the same rack with about 2 U space between them.

First, Is this possible?

Second, whats the best way?  Use one (or more) Gigabit cables?  Use transceivers?

Finally, how do you do it?  If there's configuration work required on the swtiches, I'd appreciate a dummies guide on how to set it up.  (I've already set the swich into Managed mode)

Many thanks
John
Avatar of ngravatt
ngravatt
Flag of United States of America image

first, yes.

2. You need to connect the two switches together with a cross over cable.  If there are gigabit ports available on the two switches, use them to connect the switch.

Now you will need to configure two trunk ports on the two 2748s where they are connected together.

I would configure an IP address on VLAN 1 of your new switch also.

Once you have the cross over cable connected, and an IP address configured, you should be able to ping the new switch from the old switch.
Avatar of Soulja
You don't need a cross-over cable. A straigh-thru will work. Most modern switches will automatically detect this and adjust their ports.
First off, the asker didn't say VLANs were even used.
Either way, the first way to start is to simply use a crossover cable (might not matter if your switch has MDI/MDIX crossover connection). Just run it from the fastest port on the switch to the fastest port on the other switch (usually the ports designated as "uplink" ports) and if you don't have VLANs this will work fine.
If you do have VLANs let me know and I'll advise you of the best way to do it. Please provide current VLAN config if you do have VLANs setup.
Cheers!
First off, the asker didn't say VLANs were even used.

ngravatt mentions assigning an ip address to vlan 1 interface for management purposes over the network.



Soulja, is ngravatt is not the asker. jmsjms is. We don't yet know if the asker is using VLANs. Sorry.
jmsjms, please let me know if you're using VLANs or not.
Cheers!
Avatar of jmsjms

ASKER

Thanks for your responses.  To confirm I do not run a VLAN.

I'm looking for a specific best method for the Dell 2748.  I know most switches (well un-managed ones anyway) can just be linked by daisy chanining ethernet cable, but I'm looking for a specific method for the 2748 as it can do trunking and/or use transeivers but I dont know how to use them and which it best to use.  

To clarify, just bunging a cable between them will work but it's going to limit cross-swtich traffic.  I want to use the capabilities of this switch to ensure that this doesnt become a bottle neck.

Cheers John
SOLUTION
Avatar of ngravatt
ngravatt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jmsjms

ASKER

Hi All, Im not using VLANS (apart from whatever the default setting is) and dont intend to do so.

The switch is a Dell 2748. (48 Gb sockets, 48 10/100/1000BASE-T auto-sensing Gigabit Ethernet switching ports
4 SFP fiber combo ports provide support for 1000BASE-SX and 1000BASE-LX transceivers
Auto-negotiation for speed, duplex mode and flow control
Auto-MDI/MDIX
Integrated LEDs for improved visual monitoring and analysis
Supports Virtual Cable Diagnostics by MarvellTM  and fiber transceiver diagnostics to provide advanced
troubleshooting capabilities for your cable infrastructure  

The questions remain.

a) whats the best method to put two together? Transceivers/group Gb sockets So there is no bottle neck.  (All clients have Gb Nics, the server has two).

b) how do you do it?  If there's configuration work required on the swtiches, I'd appreciate a dummies guide on how to set it up.  (I've already set the swich into Managed mode)d
A) If the switches are not going to an area of high interference and are not very far from each other, go with copper uplinks. Just use two of your availabe gigibit ports and save the money on buying transcievers for fiber or copper.

B) Just connect the switches together with a cat 5e or 6 cable and they are talking.
No addition vlans, no additional configs needed. You are basically using these switches like unmanaged switches.
in order to manage the switch remotely, you will need to assign an IP address to it.

but like soulja said, simply connect the two switches together with a regular network cable.  

plug a PC into each of the switches and make sure you can ping them.  If so, you are done, if not let us know and we can troubleshoot.
Avatar of jmsjms

ASKER

Thanks.

As mentioned above, I've got a server with two Gb cards, each client has a Gb network card.

Surely if I just use one cable  and I put the server on one switch then there's going to be a bottle neck for any pcs on the second cascaded switch?

In my limited understanding, I THINK you have to do some config to run more than one connection between switches?

Sorry I havnt got the second switch yet, I'm just getting prepared!

console# configure
console(config-if)# interface range port-channel all
console(config-if)# shutdown
console(config-if)# interface range ethernet g(1-4)
console(config-if)# channel-group 1 mode auto (add those ports to LAG 1 (of 8), and use the LACP protocol to configure the LAG)
console(config-if)# int range port-channel 1
console(config-if)# no spanning-tree disable
console(config-if)# flowcontrol on
repeat the above on the partner switch and it's LAG ports
console(config-if)# no shutdown

Please ensure that you enable spanning tree on both switches before connecting multiple uplinks for the LAG or you will surely get switching loops.




Avatar of jmsjms

ASKER

Ah, this looks like the stuff.

THis for two cables ?

console(config-if)# interface range ethernet g(1-4)     <-- this bit - is it an option for me or do I type this literally in?

Where did you get this?  I havnt seen any dell manual showing COmmand line commands.

Thanks J
That command is selecting a range gig interfaces, so that you can apply the following commandS to them at the same time. The range can be whatever interfaces you want for the LAG as long as they have the same bandwidth. You don't necessarily have to select a range. You can configure the ports individually, especially if the ports aren't consecutive.

This should help:

http://www.dell.com/downloads/global/products/pwcnt/en/pwcnt_5316m_cisco_interop.pdf


Sorry jmsjms... Soulja was giving you Cisco commands to setup an EtherChannel... don't know what he was thinking.
If you don't need port aggregation (linking multiple ports into one link that gives you like 2Gbps) then the easiest thing to do is just connect the cable between the two switches and it will work.
This will be fine for almost any setup. Adding port aggregation just complicates things unnecessarily if it's not a requirement of the setup.
I don't know why others feel the need to complicate this so much. All you do is "plug one into the other with the fastest ports you can." That's it. No magic, no commands, no trouble. It just works.
Give it a shot and you'll see what I mean.
Cheers!
Haha,

Puggle are you serious? If you haven't been in a Powerconnect lately, you would know that the CLI is almost identical to Cisco's except for proprietary commands. Also, it is obvious that jmsjms wants to create a LAG group so I provide the information.

jmsjms,

Please refer to that link I provided. It will help you out.
As is nortel's and others. :) I do know. :) They all copied IOS.
I do know how it works BTW. I was simply saying that for a simple setup where less than 125MB/s of traffic goes across an interface then this is not necessary. I have seen almost no GigE setups (even with an etherchannel) where a large percentage of ONE GigE port was used up.
My point being - if you don't need it then don't complicate it! If you don't need 125 Megabytes/second of transfer (which you almost never do except in a heavily loaded datacenter) then don't set this up because it complicates things!
Cheers!
Puddlewuggle,

I agree that the simpler the installation the better, and that a LAG is not necessary.  I stated that in an earlier post to just hook the switches up be done, but the author seemed to want information regarding port channels, so I provided the info. It's up to him in the end on what he wants to do.
Fair enough. :) I said the same in my first post. Just connect 'em and they'll work!
Avatar of jmsjms

ASKER

Hi GUys, Many thanks for this informed discussion.  

I would like nothing better than to just plug in a Gb cable betweeen the ports however as mentioned above I'm concerned about a bottle neck.  Also, if theres even a little degredation in performance I'll have a whole load of users wingeing at me.  You know how it goes... :-)

Are you both telling me that even with one server with two Gb ports pkuggged into one Switch and the majority of the remainding ports filled up with Gb network clients, there will be no bottle neck between the switches?

Soulja - I've had a look at the document.  Very interesting.  I' tried telneting into the switch however and got no response.  I cant see any process for activating the CLI on the web interface.  However I found the page below.  Is all I need to do to make a couple of points in the same LAG group?



switch.gif
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jmsjms

ASKER

Solja

Agreed?

Cheers
John
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jmsjms

ASKER

Thanks to all.