LACP – Configuring LACP from Server to Switch

hpieee-802.1ax

I am trying to configure link aggregation (LACP) from a server to a HP 2920-48G switch. The server has a 4 port Intel NIC that supports LACP, and a OS that natively supports LACP as well.

The switch has three modes for LACP, Passive, Active, and a separate "LACP Trunk" which appears to be primarily a proprietary option for trunking HP switches together. I have tried all three options on the two ports I am attempting to aggregate with no success. I have also read that I must have GVRP enabled on the ports, then forbid those ports from joining the default VLAN (as I am attempting to aggregate on a different VLAN then the default) to get dynamic LACP working. I have tried that with all three previous options and I still cannot get a working connection.

Any ideas on where I am failing?

Best Answer

Sounds like you're almost there.

You'll need to create a "team" on the server using two or more of the Intel ports. Use the Configure option in the NIC settings to choose 802.3ad.

Let's say you're using a team with two server NIC ports into two ports (47 and 48) on the same switch.

On the HP switch,

HP Procurve 2920> config
HP Procurve 2920(config)# int 47-48 lacp active
HP Procurve 2920(config)# show lacp

Check to be sure lacp status is "success"

Now patch in your server, each Intel NIC port to an HP port. Come back to the CLI and

HP Procurve 2920(config)# show lacp

to check if it's successful. Look for LACP partner = yes on both interfaces 47 and 48 and be sure all interfaces in your team are "up" Check your server to be sure traffic is flowing through both NIC ports. If so,

HP Procurve 2920(config)# write mem

to save configuration to memory.