NetIOC change is a VDS wide config change that triggers all uplinks on the VDS to be closed (link down) and re-opened (link up). This occurs to apply the new settings.
Closing and reopening of the uplinks on the VDS after NetIOC change occurs only when EDP is enabled.
However this does not result in a traffic interruption in all environments. This is because in most environments the TeamPolicyUpDelay is set to a few seconds and shotgun mode is not enabled. As the uplink close and re-open operation is sequential on the uplinks, other uplinks in the team are still up when the operation is on one uplink.
For instance, consider a scenario where vmnic1 and vmnic2 undergo sequential 'close and re-open' operations. Ideally, by the time vmnic2 begins its restart, vmnic1 should already be back online and forwarding traffic.
However, if the TeamPolicyUpDelay parameter is set to a high value—such as 1,800,000 milliseconds (30 minutes)—vmnic1 will remain in a blocked state for the duration of that delay after restarting. Because the interface waits half an hour before it begins forwarding packets again, a significant traffic disruption occurs.
NetIOC change the uplinks becoming closed and then re-opened is expected behavior in EDP enabled host.
Workaround