VMware Cloud Community
wreedctd
Enthusiast
Enthusiast
Jump to solution

How to tell which NIC driver version I am using

How do I tell which HP NIC Driver I am using on my DL380 running ESXi 6.0?

0 Kudos
1 Solution

Accepted Solutions
praveenkv
Enthusiast
Enthusiast
Jump to solution

Login ESXi and Run the below command

  1. # esxcli network nic list

  2. 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 ---

View solution in original post

0 Kudos
2 Replies
praveenkv
Enthusiast
Enthusiast
Jump to solution

Login ESXi and Run the below command

  1. # esxcli network nic list

  2. 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 ---

0 Kudos
wreedctd
Enthusiast
Enthusiast
Jump to solution

Thank you!

0 Kudos