EVPN/VXLAN ARP suppression troubleshooting is one of those data center tasks where the symptom can be misleading. A packet capture may show an ARP reply, the default gateway SVI may look up, and the BGP EVPN sessions may all be established, but the workload still cannot reach a peer in another rack. The reason is simple: ARP suppression moves part of first-hop discovery from flood-and-learn behavior into a distributed control-plane cache. If that cache contains a stale or incomplete MAC/IP binding, the fabric can answer confidently and still be wrong.
This article gives a practical workflow for diagnosing that situation without exposing any customer-specific details. It is written for EVPN/VXLAN fabrics using anycast gateways, distributed bridging/routing and BGP EVPN route type-2 advertisements. It also fits the broader Data Center Networking and AI Infrastructure & Automation topics, because GPU clusters, storage networks and virtualized platforms are especially sensitive to small fabric inconsistencies.