Third-Party Service Insertion (e.g., Gigamon, Trend Micro)
The virtual Service Insertion Platform (vSIP) kernel module on the ESXi host redirects traffic to a local Service VM (SVM) using the vmware-si IOChain filter.
If the target SVM becomes hung or unresponsive but remains powered on, the vSIP module registers the vmState as Attached.
Consequently, the ESXi host continues to punt packets to the unresponsive SVM, creating a traffic blackhole.
The configured failurePolicy (such as failOpen) is not triggered because the host still detects the SVM as actively attached.
Identify the ESXi host where the impacted guest virtual machine is currently running.
Establish an SSH session to the ESXi host.
Validate the IOChain filter state for the impacted VM's virtual NIC by executing the following command:
summarize-dvfilter | grep -i "vmware-si" -A 10
Review the output to confirm if traffic is being punted to a Service VM (Slot 12).
Identify the associated third-party SVM on the host and check its console for hung states or boot failures.
To immediately bypass the blackhole and restore network connectivity, power off the hung SVM. This forces the ESXi host to register the vmState as Detached, triggering the failOpen policy to allow traffic to pass natively.
Engage the third-party vendor to investigate the root cause of the Service VM instability.