Symptoms:
- You have successfully migrated from NSX-v to NSX-T 3.1.1.
- On the ESXi host, using vsish we can see filtered packets:
vsish -e get /net/portsets/DvsPortset-X/ports/XXXXXXXX/outputStats
...
FILTER <vswith-reverse:0x0>
pktsStarted:793696
pktsPassed:483910
pktsDropped:2
pktsFiltered:309784
pktsQueued:0
pktsFaulted:0
pktsInjected:0
pktErrors:0
...
- You see ARP requests post DVFilter, but they are not seen at VnicRX:
Post DVfilter:
pktcap-uw --switchport XXXXXXXX --stage 1 --dir 1 --ethtype 0x0806 -o - |tcpdump-uw -enr - |grep "XXX.XXX.XXX.XXX" |grep "XXX.XXX.XXX.XXX"
VnicRX:
pktcap-uw --switchport XXXXXXXX --capture VnicRx --ethtype 0x0806 -o - |tcpdump-uw -enr - |grep "XXX.XXX.XXX.XXX" |grep "XXX.XXX.XXX.XXX"
- Note: XXXXXXXX above is the switchport of the impacted VM.
- DvsPortset-X is the portgroup used in your environment.
- XXX.XXX.XXX.XXX represents the source and destination IP address in the packet capture.