Hi Sarah Williams,
To resolve this, you must explicitly enable MAC address spoofing for that specific virtual machine. Open an elevated PowerShell session directly on your Hyper-V host and executing the command Set-VMNetworkAdapter -VMName "YourMonitoringVM" -MacAddressSpoofing On. By replacing the placeholder with your actual virtual machine name, this command instantly reconfigures the virtual switch port to permit foreign MAC addresses. Once applied, your network monitoring appliance will successfully receive and process the mirrored traffic without being blocked by the hypervisor.
Hope this answer has brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.
VPHAN