Any ESXi host that contains vmnics which are Intel 700 series and use the i40en device driver.
Examples:
Intel(R) Ethernet Controller X710 for 10GbE SFP+
Intel(R) Ethernet Controller XXV710 for 25GbE SFP28
esxcli network nic list
Name PCI Device Driver Admin Status Link Status Speed Duplex MAC Address MTU Description
------ ------------ ------ ------------ ----------- ----- ------ ----------------- ---- -----------
vmnic0 0000:1a:00.0 i40en Up Up 10000 Full e4:43:4b:##:##:## 1500 Intel(R) Ethernet Controller X710 for 10GbE SFP+
vmnic1 0000:1a:00.1 i40en Up Up 10000 Full e4:43:4b:##:##:## 1500 Intel(R) Ethernet Controller X710 for 10GbE SFP+
vmnic2 0000:01:00.0 igbn Up Down 0 Half e4:43:4b:##:##:## 1500 Intel(R) I350 Gigabit Network Connection
vmnic3 0000:01:00.1 igbn Up Down 0 Half e4:43:4b:##:##:## 1500 Intel(R) I350 Gigabit Network Connection
vmnic4 0000:5e:00.0 i40en Up Up 10000 Full 40:a6:b7:##:##:## 1500 Intel(R) Ethernet Controller XXV710 for 25GbE SFP28
vmnic5 0000:5e:00.1 i40en Up Up 10000 Full 40:a6:b7:##:##:## 1500 Intel(R) Ethernet Controller XXV710 for 25GbE SFP28
vmnic6 0000:d8:00.0 i40en Up Down 0 Half 40:a6:b7:##:##:## 1500 Intel(R) Ethernet Controller XXV710 for 25GbE SFP28
vmnic7 0000:d8:00.1 i40en Up Down 0 Half 40:a6:b7:##:##:## 1500 Intel(R) Ethernet Controller XXV710 for 25GbE SFP28
esxcli system module parameters set -m i40en -p LLDP=0,0Note: For n number of i40en adapters, n number of 0's should be appended. In the above example, we have 6 x i40en adapters, hence we should have 6 x 0's in the above command.
esxcli system module parameters set -m i40en -p LLDP=0,0,0,0,0,0