Skip to content

Commit 5f58861

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into vnet-peering-update
2 parents 320a059 + f6986e3 commit 5f58861

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/expressroute/expressroute-troubleshooting-expressroute-overview.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: expressroute
55
author: duongau
66
ms.service: expressroute
77
ms.topic: troubleshooting
8-
ms.date: 06/15/2023
8+
ms.date: 08/23/2023
99
ms.author: duau
1010
ms.custom: seodec18, devx-track-azurepowershell
1111
---
@@ -230,11 +230,14 @@ At line:1 char:1
230230
The Address Resolution Protocol (ARP) table provides a mapping of the IP address and MAC address for a particular peering. The ARP table for an ExpressRoute circuit peering provides the following information for each interface (primary and secondary):
231231

232232
* Mapping of the IP address for the on-premises router interface to the MAC address
233-
* Mapping of the IP address for the ExpressRoute router interface to the MAC address
233+
* Mapping of the IP address for the ExpressRoute router interface to the MAC address (optional)
234234
* Age of the mapping
235235

236236
ARP tables can help validate layer 2 configuration and troubleshoot basic layer 2 connectivity issues.
237237

238+
>[!NOTE]
239+
> Depending on the hardware platform, the ARP results may vary and only display the *On-premises* interface.
240+
238241
To learn how to view the ARP table of an ExpressRoute peering and how to use the information to troubleshoot layer 2 connectivity issues, see [Getting ARP tables in the Resource Manager deployment model][ARP].
239242

240243
## Validate BGP and routes on the MSEE
@@ -342,6 +345,8 @@ When your results are ready, you have two sets of them for the primary and secon
342345
* **If you're testing PsPing from on-premises to Azure, received results show matches, but sent results show no matches**: This result indicates that traffic is coming in to Azure but isn't returning to on-premises. Check for return-path routing issues. For example, are you advertising the appropriate prefixes to Azure? Is a user-defined route (UDR) overriding prefixes?
343346
* **If you're testing PsPing from Azure to on-premises, sent results show matches, but received results show no matches**: This result indicates that traffic is coming in to on-premises but isn't returning to Azure. Work with your provider to find out why traffic isn't being routed to Azure via your ExpressRoute circuit.
344347
* **One MSEE shows no matches, but the other shows good matches**: This result indicates that one MSEE isn't receiving or passing any traffic. It might be offline (for example, BGP/ARP is down).
348+
* You can run additional testing to confirm the unhealthy path by advertising a unique /32 on-premises route over the BGP session on this path.
349+
* Run "Test your private peering connectivity" using the unique /32 advertised as the on-premise destination address and reveiw the results to confirm the path health.
345350

346351
Your test results for each MSEE device look like the following example:
347352

0 commit comments

Comments
 (0)