Skip to content

Commit ae598ab

Browse files
Merge pull request #233536 from duongau/patch-11
ExpressRoute - ARP troubleshooting - add note about varying ARP results
2 parents 7eb6547 + 6ed7974 commit ae598ab

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

articles/expressroute/expressroute-troubleshooting-arp-resource-manager.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,14 @@ Ensure that the information below is true before you progress further:
6363
>
6464
6565
## Getting the ARP tables for your ExpressRoute circuit
66+
6667
This section provides instructions on how you can view the ARP tables per peering using PowerShell. You or your connectivity provider must have configured the peering before progressing further. Each circuit has two paths (primary and secondary). You can check the ARP table for each path independently.
6768

69+
>[!NOTE]
70+
> Depending on the hardware platform, the ARP results may vary and only display the *On-premises* interface.
71+
6872
### ARP tables for Azure private peering
73+
6974
The following cmdlet provides the ARP tables for Azure private peering
7075

7176
```azurepowershell
@@ -105,7 +110,6 @@ Get-AzExpressRouteCircuitARPTable -ResourceGroupName $RG -ExpressRouteCircuitNam
105110
Get-AzExpressRouteCircuitARPTable -ResourceGroupName $RG -ExpressRouteCircuitName $Name -PeeringType AzurePublicPeering -DevicePath Secondary
106111
```
107112

108-
109113
Sample output is shown below for one of the paths
110114

111115
```output
@@ -157,6 +161,13 @@ Age InterfaceProperty IpAddress MacAddress
157161
10 On-Prem 65.0.0.1 ffff.eeee.dddd
158162
0 Microsoft 65.0.0.2 aaaa.bbbb.cccc
159163
```
164+
or
165+
166+
```output
167+
Age InterfaceProperty IpAddress MacAddress
168+
--- ----------------- --------- ----------
169+
10 On-Prem 65.0.0.1 ffff.eeee.dddd
170+
```
160171

161172
### ARP table when on-premises / connectivity provider side has problems
162173
If a problem with the on-premises or connectivity provider occurs, the ARP table will show one of two things. You'll either see the on-premises MAC address show incomplete or only see the Microsoft entry in the ARP table.

0 commit comments

Comments
 (0)