How to check ESXi NIC driver and firmware version | ESXi NIC driver and firmware compatibility

ESXi怎么查看网卡驱动和固件版本

When managing ESXi hosts, it’s crucial to know the network card (NIC) driver and firmware versions, especially when troubleshooting network issues or conducting hardware compatibility checks. Now we will explain how to query the NIC driver and firmware versions on an ESXi host using commands, and how to verify their compatibility with ESXi.

How to Check ESXi NIC Driver

To get detailed information about all NICs on an ESXi host, including the driver, you can use the following commands:

esxcli network nic list
esxcli network nic get -n vmnic*

The first command, esxcli network nic list, will display all NICs on the ESXi host. It shows details such as the name, MAC address, speed, and driver version for each NIC. You can find the specific driver name under the “Driver” column.

For instance, if you want to check the driver and firmware version for a QLogic NIC named “vmnic0”, you will see that the driver name is “qfle3”.

Enter the second command:

esxcli network nic get -n vmnic0

From the output, you can see that the NIC uses the VMware driver named “qfle3,” with a driver version of 1.4.46.0 and a firmware version of 7.16.13.

How to Verify Compatibility of ESXi NIC Driver and Firmware

To check compatibility, visit the VMware Compatibility Guide (VCG) at https://www.vmware.com/resources/compatibility/search.php. The VCG is VMware’s official compatibility guide.

Since you are checking a NIC, select “IO Devices” on the VCG.

After navigating to the new page, enter the model of the NIC (for example, “57810”) in the “Keyword” field.

Select your server manufacturer from the list of OEM vendors. The “Device Type” is usually set to “Network.”

Note: If you are unsure about the OEM vendor, you can use the following command to get hardware information like VID and DID to identify the NIC model:

vmkchdev -l | grep vmnic0

Once you’ve selected the appropriate NIC, choose the ESXi version (e.g., ESXi 7.0 U3). You will then see the compatible driver and firmware versions for that NIC.

有VM问题需要协助?

免费试用VMware技术助理(已接Deepseek)!即时解答VM难题

→ 🤖VM技术助理

解析和诊断各类vCenter错误,ESXi日志,虚拟机vmware.log

→ 📕VMware日志分析器

图书推介 - 京东自营

24小时热门

还有更多VMware问题?

免费试下我们的VMware技术助理(已接Deepseek)!即时解答VM难题 → 🤖VM技术助理

试试 📕VMware日志分析器 免费诊断各类vCenter错误,ESXi日志,虚拟机vmware.log等等

########

扫码加入VM资源共享交流微信群(请备注加群

需要协助?或者只是想技术交流一下,直接联系我们!

推荐更多

VMware vSphere:如何查询ESXi支持的网卡型号?
how-to

How to Check Which Network Adapters Are Supported by VMware ESXi

Not sure whether your network card is supported by ESXi? This step-by-step guide shows how to check the official compatibility list, filter NIC models, and confirm required drivers and firmware so you can avoid installation issues and keep your virtualization environment stable.

Dell R760安装ESXi 8.0出现TPM告警的原因与解决思路
how-to

TPM Alert After Installing ESXi 8.0 on Dell Technologies PowerEdge R760

After deploying ESXi 8.0 on a Dell R760, you may see a TPM 2.0 connection warning even though the hardware is healthy. This guide explains the real cause — an unsupported SHA1 hashing algorithm — and walks through checking logs, updating TPM to SHA256, and clearing the alert safely in Maintenance Mode.

//omg10.com/4/9119499