We have a new M1000E with a MXL10/40 running VMware and would like to port mirror our VoIP phone system to a VM running on that equipment to record calls.
There is a port-channel with a couple of vlan's connected to 0/44 & 1/44 on the MXL that get tagged on all of the MXL's switchports 0/1-32 & 1/1-32 and ends on a vswitch in VMware with Port Groups for each VLAN. The plan was to plugin the mirrored port into 0/43 then add a Port Group on the vSwitch to have all untagged traffic come through and enable Promiscuous mode. When we do this we only receive LLDP_Multicast traffic from the MXL switch.
If I create a VLAN 100 and untag 0/43 and tag 0/1-32 & 1/1-32 then change the VMware port group to 100 I receive only broadcast traffic but from different IP's.
Any idea of how I can bring this traffic in or isolate 1 port to a VM?
interface TenGigabitEthernet 0/43
no ip address
portmode hybrid
switchport
no shutdown
interface Vlan 100
description VoIP Port Mirror
no ip address
tagged TenGigabitEthernet 0/1-32
tagged TenGigabitEthernet 1/1-32
untagged TenGigabitEthernet 0/43
shutdown