Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Sample configuration of Link Aggregation Control Protocol (LACP) with Vmware ESXi/ESX and Dell Switches

Summary: LACP configuration settings for use with Dell swtiches

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Symptoms

Description:

This article provides information on the concepts, limitations, and a sample configuration of link aggregation between ESXi host and a Dell switch which supports VLT (Virtual Link Trunk), i.e. setting up NIC Teaming on the ESXi host and Link Aggregation Control Protocol (LACP) on the Physical Network Dell Switches

LACP or IEEE 802.3ad: The Link Aggregation Control Protocol (LACP) is included in IEEE specification as a method to control the bundling of several physical ports together to form a single logical channel.

ESXi/ESX host only supports NIC teaming when connected to a single physical switch, stacked switches, or switches combined via VLT (Virtual Link Trunk). This means that the links on the ESXi host are teamed and appear as one from switch perspective. Switches combined into a stack or VLT appear as one switch to the ESXi host. Link aggregation is never supported between separate trunked switches.

Note: LACP is only supported in vSphere 5.1 and 5.5 with vSphere Distributed Switches

 

Resolution

Configuring load balancing within the vSphere/VMware Client

To configure vSwitch properties for load balancing:

  1. Click the ESXi/ESX host.
  2. Click the Configuration tab.
  3. Click the Networking link.
  4. Click Properties.
  5. Click the virtual switch in the Ports tab and click Edit.
  6. Click the NIC Teaming tab.
  7. From the Load Balancing dropdown, choose Route based on ip hash.
  8. Verify that there are two or more network adapters listed under Active Adapters.

SLN295213_en_US__1pic 1(2)

Do not configure standby or unused uplinks with IP HASH load balancing.


Configuration example for LACP port channel on the switch side, where the two switches A and B are configured in a VLT.

In the below example vmnic2 is connected to port 0/41 on Switch A and vmnic 3 is connected to port 0/41 on Switch B. Switch A and switch B have exactly the same configuration as below.

Vlt-peer-lag refers to the port channel number on the peer switch.

 

SLN295213_en_US__2pic 2(2)

Configuration:

interface TenGigabitEthernet 0/41

no ip address

mtu 12000

 port-channel-protocol LACP

port-channel 100 mode active

 no shutdown

 

interface Port-channel 100

no ip address

mtu 12000

portmode hybrid

 vlt-peer-lag port-channel 100

no shutdown

 

 

 

 

 

 

Article Properties


Affected Product

Dell Networking Z9500, PowerEdge M IO Aggregator

Last Published Date

20 Nov 2020

Version

2

Article Type

Solution