ESXi 6.7 with ixbgen driver gets admin down on the vmnic when reconnect occurse. #VMware #esxi #ixben #ixbe #vExpert

We had a failure on a core switch and following we got strange issue with our ESXi host that were running HP / Intel nic cards with driver ixgben. The state of the nic was Admin Down on ESXi side. On the switch it was up. FYI we were running IP Hash on the vswitch.

I will give you the workaround, first so you can fix your servers. But I will also explain the troubleshooting that I did. That bad thing is whats happens when you patch or do a new installation of ESXi you need to remember this. thats why this is a workaround and not a soloution. I hope HP/Intel will come with a working driver.

Workaround is to change the driver to ixgbe. to do that disable the ixgben with below command in the cli of the ESXi host. Then you need to reboot.

esxcli system module set --enabled=false --module=ixgben

Link about enable/disable driver in ESXi:

https://kb.vmware.com/s/article/2147565

Command to to see the issue. The Admin down status is occurring when the port is back and up and running after a failure.

esxcli network nic list

vmnic4 0000:04:00.0 ixgben Up Up 10000 Full 38:ea:a7:27:13:2c 1500 Intel(R) 82599 10 Gigabit Dual Port Network Connection

vmnic5 0000:04:00.1 ixgben Down Up 10000 Full 38:ea:a7:27:13:2d 1500 Intel(R) 82599 10 Gigabit Dual Port Network Connection

I found a great article that explains my problem perfect, but not the soloution. The command was not in there. And we tried different version of the driver. No luck!

Link: https://kb.vmware.com/s/article/76251

Te command to issue was this, but as I explained it does not work with 6.7

esxcli system module parameters set -m ixgben -a -p "VlanRemoveWorkaround=0,0"

You can also fix this manually, then when this happens you need to connect to every esxi host and issue below command. The X is reffering to the vmnic number.

esxcli network nic up -n vmnicX

I hope this help anyone out there!

Advertisement

2 thoughts on “ESXi 6.7 with ixbgen driver gets admin down on the vmnic when reconnect occurse. #VMware #esxi #ixben #ixbe #vExpert

Add yours

  1. I use the same combo and Ive seen that weird issue back in dec2019 on gen10 dl380 and ixgben fiber nic and after applying mar2020 HPE SPP to match the firmware the problem went away. So I use hpe 6.7 u3 image and the matching mar2020 hpe spp.

    Liked by 1 person

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Blog at WordPress.com.

Up ↑

%d bloggers like this: