Switches, Hubs, and Modems
1819871 Members
2595 Online
109607 Solutions
New Discussion юеВ

link aggregation between dell Power connect and hp Procurve

 
Vasco Santos
New Member

link aggregation between dell Power connect and hp Procurve

Hello,

I need some help to do a link aggregation to get a 2G pipe between one dell power connect 6024 layer 3 and a hp procurve 2510-48.

This is the what that i try with port 1 and 2:

on dell:

interface ethernet g1
lacp port-priority 247
lacp timeout long
exit

interface ethernet g2
lacp port-priority 247
lacp timeout long
exit

interface ethernet g2
channel-group 1 mode on
exit

interface ethernet g1
channel-group 1 mode on
exit

interface port-channel 1
description 'LAG'
switchport mode trunk
switchport trunk allowed vlan add 10
no spanning-tree disable
flowcontrol on
exit

on HP:

interface ethernet 1-2
lacp active
exit

trunk 1-2 trk1 lacp
exit


But seams unsuccessful, i also have a vlan 10 that need to go to the trunk.

Can anyone send me in the correct way?
Regards,

VS
2 REPLIES 2
Vasco Santos
New Member

Re: link aggregation between dell Power connect and hp Procurve


Other info:

#hp

show lacp

LACP

PORT LACP TRUNK PORT LACP LACP
NUMB ENABLED GROUP STATUS PARTNER STATUS
---- ------- ------- ------- ------- -------
1 Active Trk1 Up Yes Success
2 Active Trk1 Up Yes Success

#dell
show lacp port-channel 1
Port-Channel ch1
Port Type Gigabit Ethernet
Attached Lag id:
Actor
System Priority:120
MAC Address: 00:15:c5:2c:51:d3
Admin Key: 25
Oper Key: 25
Partner
System Priority:12736
MAC Address: d4:85:64:e8:31:c0
Oper Key: 49


This seams to be right to me.

But no luck
Peter Oudakker
New Member

Re: link aggregation between dell Power connect and hp Procurve

I had the same problem between HP Procurve 1810G-24 and Dell PowerConnect 2716.

Try to make on your HP switch a STATIC LAG! (default on my 1810G it creates an Dynamic trunk)

The only problem I now have is that my internet connection sometimes drops. When I disable the LAG between the HP and Dell, all keeps working fine.

I don't know what the source of this problem is. I need to investigate this also.