How to find network driver and NIC firmware details in VMware ESXi

Problem:

You need to find a driver or firmware version of a component inside your ESXi host

Solution:

Connect to your ESXi host

How to find network driver and NIC firmware details in VMware ESXi

You may need to start the SSH service

How to find network driver and NIC firmware details in VMware ESXi-2

This should take you to the ESXi console

How to find network driver and NIC firmware details in VMware ESXi-3

 

Run the command below to list drivers installed

esxcli software vib list | grep gb

 

How to find network driver and NIC firmware details in VMware ESXi-4

Run this command to list all NICs:

esxcli network nic list

 

Then run this command to show the details for a specific NIC:

esxcli network nic get -n vmnic0

Leave a Reply

Your email address will not be published. Required fields are marked *