To be able to utilize NICs that are in/going to be in an LACP configuration on the physical switch there are two main requirements:
Please refer to the step by step guide Configuring a LAG on a vSphere Distributed Switch Port Group when using LACP
VMware by Broadcom recommends that the above process be completed during a maintenance window and ensuring both a VMware by Broadcom Network engineer and someone who has access to modify/implement changes to the physical switch settings are present during the above process.
For more information on LACP in vSphere, see:
To utilize NICs that are in an EtherChannel configuration on the physical switch please refer to the following articles for more detailed information:
interface Port-channe##
switchport
switchport access vlan ###
switchport mode access
no ip address
!
interface GigabitEthernet1/1
switchport
switchport access vlan ###
switchport mode access
no ip address
channel-group 1 mode on
!
Run this command to verify EtherChannel load balancing mode configuration:show etherchannel load-balance
EtherChannel Load-Balancing Configuration:
src-dst-ip
mpls label-ip
EtherChannel Load-Balancing Addresses Used Per-Protocol:
Non-IP: Source XOR Destination MAC address
IPv4: Source XOR Destination IP address
IPv6: Source XOR Destination IP address
MPLS: Label or IP
show etherchannel summary
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use f - failed to allocate aggregator
M - not in use, minimum links not met
u - unsuitable for bundling
w - waiting to be aggregated
Number of channel-groups in use: 2
Number of aggregators: 2
Group Port-channel Protocol Ports
------+-------------+-----------+--------------------------
1 Po1(SU) - Gi1/15(P) Gi1/16(P)
2 Po2(SU) - Gi1/1(P) Gi1/2(P)
Switch# show etherchannel protocol
Channel-group listing:
-----------------------
Group: 1
----------
Protocol: - (Mode ON)
Group: 2
----------
Protocol: - (Mode ON)
This configuration is specific to HP switches:
To configure a static port channel in an HP switch using ports 10, 11, 12, and 13, run this command:conf
trunk 10-13 Trk1 Trunk
To verify the port channel, run this command:show trunk
Load Balancing
Port | Name Type | Group Type
---- + --------- + ----- -----
10 | 100/1000T | Trk1 Trunk
11 | 100/1000T | Trk1 Trunk
12 | 100/1000T | Trk1 Trunk
13 | 100/1000T | Trk1 Trunk
How to create Link Aggregation Groups (LAGs) on Dell Networking PowerConnect Switches