# esxcli network ip interface ipv4 get
Error getting ipv4 configuration. Error was: Unable to get node: Not found: VSI node (5007:)
# net-dvs
failed to get config data: Not initialized
# esxcli network ip interface list
Unable to get node: Not found: VSI node (5007:)
The ESXi host was upgraded to ESXi 8.0 U3 while stale, unsupported NSX 3.2.3 VIBs were still installed on the system (the host was not actively prepared for NSX in the NSX 4.2 UI, leaving legacy VIBs behind). This causes dependency conflicts and network stack corruption during the OS transition.
To resolve the issue, the host must be reverted to its previous working state to remove the stale NSX VIBs before reapplying the upgrade.
esxcli software vib list | grep nsx
nsxcli -c del nsx
esxcli software vib install -d <offline_bundle>