NSX
The resolution is to identify where the issue may lie. This will be done through the use of packet captures. These captures will follow the state of packets as they enter and leave the VMware environment.
The goal is to prove that the VMware environment is sending and receiving packets normally. This will answer the question of whether VMware is the issue and expose where the issue may be occurring. This will give initial data to present to the On-Premises network team or hyperscaler vendor to help focus them on their investigation.
The HCX appliances will use the same method of investigation.
Steps:
tracert <IP>traceroute <IP>pktcap-uw -- switchport <Switchport ID> --capture VnicTx,Vnic Rx --ng -o - |tcpdump-uw -enr - -n pktcap-uw -- uplink <vmnicX > --capture UplinkSndKernel,UplinkRCVKernel --ng -o - |tcpdump-uw -enr - -npktcap-uw -- switchport <Switchport ID> --capture VnicTx,Vnic Rx --ng -o - |tcpdump-uw -enr - -n pktcap-uw -- uplink <vmnicX > --capture UplinkSndKernel,UplinkRCVKernel --ng -o - |tcpdump-uw -enr - -n
Edge Capture:
>get logical-routers Record VRF of the logical router >vrf <VRF ID> Typically the T1 or T0 interface capture point will be the default gateway of the destination VM.>get interfaces|more Record the Interface UUID>exit >start capture interface <Interface UUID> direction dual expression <ip | host| ipproto 0xY| mac| port ...>Present the data and observations that show the focus of the investigation is now on the physical infrastructure.
If the packet captures show that packets are handed off to the physical infrastructure correctly, then the issue is outside of VMware components.
Network Extension External Network L2 Issue
Network Extension External Network L3 Issue