When running the command summarize-dvfilter on an ESXi host, service insertion slot-12 filters are found but the SPF port is in a disabled state. The SPF port is used to forward network packets to the partner service virtual machine (SVM).
E-W Network Introspection was activated in NSX Manager but a Partner Service does not exist, which is common after uninstalling a Partner Network Introspection service. It is normal for the SPF port to be blocked as the service is only partially configured.
[root@esxi_host:~] summarize-dvfilter
world ##### vmm0:vm1 vcUuid:'## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ##'
port 67108923 vm1.eth0
vNic slot 2 <---------------- Distributed Firewall Slot
name: nic-#####-eth1-vmware-sfw.2
agentName: vmware-sfw
state: IOChain Attached
vmState: Attached
failurePolicy: failClosed
serviceVMID: 2
filter source: Dynamic Filter Creation
moduleName: nsxt-vsip-######
vNic slot 12 <---------------- Service Insertion Slot
name: nic-#####-eth1-vmware-si.12
agentName: vmware-si
state: IOChain Attached
vmState: Detached
failurePolicy: failOpen
serviceVMID: none
filter source: Dynamic Filter Creation
moduleName: nsxt-vsip-######
[root@esxi_host:~] net-dvs -l| less
port spfPort#######:
com.vmware.common.port.alias = spfPort####### , propType = CONFIG
com.vmware.common.port.connectid = 0 , propType = CONFIG
com.vmware.common.port.backingType = nsx , propType = CONFIG
com.vmware.common.port.portgroupid = , propType = CONFIG
com.vmware.common.port.block = true , propType = CONFIG <---------------- port is in block state
com.vmware.port.extraConfig.vnic.external.id = spfVif########### , propType = CONFIG POLICY
.
.
com.vmware.common.port.volatile.status = inUse linkUp blocked portID=###### Port blocked by admin propType = RUNTIME <---------------- This shows the port was intentionally blocked
com.vmware.common.port.volatile.vlan = VLAN 0
propType = RUNTIME VOLATILE
com.vmware.common.port.volatile.ptstatus = noPassthruReason=1, propT
There is no impact to the data plane if there is not a Partner Service installed.