- Transmit packets are reported as being dropped for the NSX-T edge node in vCenter:

- Using vsish on the ESXi host and the port for the edge node VM's interface which is reporting drops, we see packet drops:
- Login to the ESXi host via putty/ssh as root user.
- Run the command
vsish -e get /net/portsets/DvsPortset-X/ports/<Port-Number-of-the-VM>/inputStats
SWSEC_INPUT.xxxxxxxx <swsec-input:0x########>
pktsStarted:602584896
pktsPassed:602526164
pktsDropped:58732 <<<<<<<<<<<<<<<<<<<
no client stats maintained
VDL2_INPUT.xxxxxxxx <vdl2-leaf-in:0x#########>
pktsStarted:27705103
pktsPassed:21864713
pktsDropped:5840390 <<<<<<<<<<<<<<<<<<<<<<<
no client stats maintained
- Using the below command, the switch security packet drops are seen for "MAC CHADDR Mismatch Count"
- Login to the ESXi host as user root via putty/ssh.
- Run the command esxcfg-vswitch -l to make a note of the DVS switch and the corresponding DVS port UUID of the edge interface.
nsxdp-cli swsec get stats --dvport <Dvport-UUID-of-the-NSX-Edge-Port> --dvs-alias nvds
DHCPv4 Server Block Drop Count : 0
DHCPv6 Server Block Drop Count : 0
DHCPv4 Client Block Drop Count : 0
DHCPv6 Client Block Drop Count : 0
BPDU Filter Drop Count : 0
RA Gurad Drop Count : 0
MAC CHADDR Mismatch Count : 58751