This article provides the step by step process for removing a NIC from a vDS LAG to be used as a standalone NIC while both the vCenter and ESXi hosts are still accessible as well as the basic CLI commands to remove the NIC from the vDS.
Note: Any LACP/LAG network troubleshooting will typically require not only support from VMware by Broadcom, but also collaboration with the customer personnel who manages and can access and modify physical switch configurations. Each method of removal listed below will require changes to be made on the physical switch.
It would be advisable to arrange a maintenance window for the ESXi host where the NIC is set to be removed from the LACP/LAG configuration.
VMware vCenter server 7.x/8.x
VMware vSphere ESXi 7.x/8.x
esxcli network nic list to view which NIC is currently down and verify that the NIC that is down matches the NIC that was downed from the physical network (example output shown below).esxcli network nic list to view which NIC is currently down and verify this output matches the NIC that was downed from the physical network (example output shown above).esxcfg-vswitch -l to list out all virtual switches the ESXi host has access to. Locate the NIC (vmnic) and record the DVPort ID associated with it.esxcfg-vswitch -Q vmnic# -V <DVPortID> <DVS_Name> (replace DVPortID with the actual ID number and then enter the name of the distributed switch at the end of the command).
esxcfg-vswitch -l shows the DVPort ID and the vDS name.esxcfg-vswitch -Q vmnic0 -V 513 Distributed_Switch.Below is some documentation that offer possible next steps after removing a NIC from LAG/LACP: