Skip to content

Commit 6ed7974

Browse files
authored
moving note to start of section
1 parent 589666d commit 6ed7974

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
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
@@ -165,9 +169,6 @@ Age InterfaceProperty IpAddress MacAddress
165169
10 On-Prem 65.0.0.1 ffff.eeee.dddd
166170
```
167171

168-
>[!NOTE]
169-
> Depending on the hardware platform, the ARP results may vary and only display the *On-premises* interface.
170-
171172
### ARP table when on-premises / connectivity provider side has problems
172173
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.
173174

0 commit comments

Comments
 (0)