Link to home
Start Free TrialLog in
Avatar of KANEWONG
KANEWONG

asked on

Link Aggregation Group on DELL PowerConnect switch

Hi;

I have three DELL Powerconnect switch - 2 x Powerconnect 3448 and 1 x Powerconnect 5448.  I would like to build up a Link Aggregation Group among them and build up a trunk to improve the bandwidth.  I want to improve the current network bandwidth for the new iSCSI SAN and VMware server virtualization in next three months.

what is the best practice to do it?

thanks!
Avatar of Craig Beck
Craig Beck
Flag of United Kingdom of Great Britain and Northern Ireland image

I'm a bit rusty on the Dell switch CLI, but...

conf t
interface range ethernet g1,g2,g3,g4
 channel-group 1 mode auto
end


You should do this on the ports you want to add to the LACP bundle, on both switches.

You can check it with...

show interface port-channel 1
Avatar of KANEWONG
KANEWONG

ASKER

why using g1,g2,g3,g4?  Isn't it 4 ports required?
No 4 ports aren't required. You can need at least two ports.
Craig's post was just an example.
ASKER CERTIFIED SOLUTION
Avatar of dbright5813
dbright5813
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