esxcli network nic list
esxcli system module parameters list -m i40en
Для корректного отображения LLDP в vCenter, необходимо отключить встроенный агент LLDP на сетевой карте Intel (если на хосте 2-е сетевые карты intel с 2мя портами, то нужно использовать значения для 4х портового nic)
For 2-port NICs:
To Disable LLDP: esxcli system module parameters set -m i40en -p LLDP=0,0
To Enable LLDP: esxcli system module parameters set -m i40en -p LLDP=1,1
For 4-port NICs:
To Disable LLDP: esxcli system module parameters set -m i40en -p LLDP=0,0,0,0
To Enable LLDP: esxcli system module parameters set -m i40en -p LLDP=1,1,1,1
Note: A reboot of the host is required for the changes to take effect.
Отключение агента на Intel: esxcli system module parameters set -m i40en -p LLDP=0,0,0,0
