Login ESXi and Run the below command
# esxcli network nic list
- Run the
ethtool -i
command to display available information for one of the network interfaces, specifying its name from step 1
# ethtool -i VMNic_name
For example:
# ethtool -i vmnic0
driver: ACME
version: 1.2.3a-1vmw
firmware-version: 7.8.9
bus-info: 0000:02:04.00
--- If you find this or any other answer useful please mark the answer as Correct or Helpful ---