Hi Ayu Lestari
When LBFO or Switch Embedded Teaming doesn’t fail over cleanly, the first thing I’d do is run Get-NetLbfoTeam or Get-VMSwitchTeam to confirm the teaming mode you’ve set actually matches what the switch expects. If your switch is running static or LACP, but the team is configured differently, you’ll see those repeated outages you described. Next, I’d check the switch logs to see if it’s rejecting the NIC’s negotiation that points to a switch config mismatch. On the Windows side, Get-NetAdapterTeamMember will show if the NICs are marked “Active” or “Standby,” which helps confirm whether failover is even being triggered. If you want a quick validation, temporarily set the team to Switch Independent / Active‑Standby and drop a link if failover works there, you know the issue is with the teaming mode alignment. Once you’ve matched both ends, failover should be seamless.
If this clears things up and helps you stabilize the setup, please hit “Accept answer” so others can benefit from it too.