6 Posts

September 4th, 2008 13:00

Okay some more information:

 

I figured out that in order for the two ports to be in the LAG I have to set the PVID to VLAN ID that does not include those ports. I got that, go me. :)

 

However, even when the LAG is configured it strips the Xserve of connectivity. I get a message from the server saying "The port on the switch that the device is connected to doesn't seem to have 802.3ad Link Aggregation enabled." Unfortunately I just turned it ON and its saying it doesn't find it. When I have LAG turned OFF it seems to think it's working, however I'm still getting duplicate IP errors on the server with LAG is off. Frustration is setting in.

September 7th, 2008 21:00

Intel support two types of link agg teams - static link agg and dynamic link agg ( also known as LACP )

 

The 2700 switch family only supports 802.3ad static link agg - make sure you have configured the NIC team for static.

 

You might find this useful

http://support.intel.com/support/network/sb/CS-020140.htm

6 Posts

September 8th, 2008 12:00

Hi cerbera,

 

Thanks for the information. Excuse my ignorance on the matter but since the switch only supports static link that means it DOESN'T support LACP? Or is does LACP encompass static and dynamic aggregation? The reason I ask is because my xserve supports link aggregation ONLY using LACP.

 

Thanks

Matt 

September 8th, 2008 14:00

I suspect thats the problem.

As far as I know, the PowerConect 2700 is strictly 802.3ad static i.e. NOT LACP

If the server is LACP, then it won't see LACP at the other end, and so won't see it as an aggregate.

6 Posts

September 8th, 2008 14:00

Actually I was just looking at Dell's switches and found this:

 

PowerConnect 2724: 

http://www.dell.com/content/products/productdetails.aspx/pwcnt_2724?c=us&cs=04&l=en&s=bsd

Link Aggregation, up to six groups and up to four aggregated links per group (IEEE 802.3ad)

 

PowerConnect 2748 (the next one up):

http://www.dell.com/content/products/productdetails.aspx/pwcnt_2748?c=us&cs=04&l=en&s=bsd 

Industry-standard link aggregation adhering to IEEE 802.3ad standards 

 

Now I'm confused. Is the 2724's link aggregation NOT up to IEEE standards? It looks like they both say the same thing but neither shows explicit LACP support. What switch does?

 

Thanks

Matt 

6 Posts

September 8th, 2008 14:00

Thanks so much for the help. Now I have to figure out the pros and cons of either buying a switch that does support LACP, or removing link aggregation from our server. This is going to be fun. :)

 

Thanks for all your help

Matt 

September 8th, 2008 15:00

Although its part of the standard, LACP support isn't mandated by 802.3ad; so a switch that supports 802.3ad doesn't necessarily support LACP - some do, some don't, but in general for most manufacturers it seems related to price and complexity.

 

I had a quick look at the next two PowerConnect models ( 3500 and 5400), and the data sheets for those specifically states LACP is supported.

6 Posts

September 8th, 2008 15:00

Ahh yes I see it now. Thanks.

 

Unfortunately, the dell switches that do support it are much more expensive than the ones that don't. :(

 

Oh well, I'll have to figure something out.

 

Thanks so much!

Matt 

1 Message

March 21st, 2021 07:00

I did search to build a LAG between the Dell Powerconnet 2724 and a Cisco 4980-10G and did not find a lot of info else than this thread.  I ended up making it work and the key is that Dell Powerconnect 2724 is LAG only, manual mode.  There is no protocol supported for LAG negociation like LACP or Cisco propriatary Pagp.  So the key is really to use channel-group 1 mode "on" to force a manual lag that do not try to negociate anything with the protocols.  Here is my final configuration for a LAG, also TRUNK, all vlan's are transported :

port-channel load-balance src-dst-port

interface Port-channel1
description LAG Trunk vers DELL SW01 PWC2724
switchport
switchport trunk encapsulation dot1q
switchport mode trunk

interface GigabitEthernet1/45
description LAG Trunk vers DELL SW01 PWC2724
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode on
!
interface GigabitEthernet1/46
description LAG Trunk vers DELL SW01 PWC2724
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode on
!
interface GigabitEthernet1/47
description LAG Trunk vers DELL SW01 PWC2724
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode on
!
interface GigabitEthernet1/48
description LAG Trunk vers DELL SW01 PWC2724
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode on

No Events found!

Top