Skip to content

Commit 7d5373f

Browse files
Merge pull request #124261 from leebug90/patch-4
Update expressroute-troubleshooting-arp-classic.md
2 parents 915deb5 + b13d06b commit 7d5373f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/expressroute/expressroute-troubleshooting-arp-classic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The following cmdlet provides the ARP tables for Azure private peering:
6363

6464
```azurepowershell
6565
# Required variables
66-
$ckt = "<your Service Key here>
66+
$ckt = "<your Service Key here>"
6767
6868
# ARP table for Azure private peering--primary path
6969
Get-AzureDedicatedCircuitPeeringArpInfo -ServiceKey $ckt -AccessType Private -Path Primary
@@ -110,7 +110,7 @@ The ARP table of a peering can be used to validate Layer 2 configuration and con
110110
* The ARP table has an entry for the on-premises side with a valid IP and MAC address, and a similar entry for the Microsoft side.
111111
* The last octet of the on-premises IP address is always an odd number.
112112
* The last octet of the Microsoft IP address is always an even number.
113-
* The same MAC address appears on the Microsoft side for all three peerings (primary/secondary).
113+
* The same MAC address appears on the Microsoft side for the peerings (Azure private and Microsoft).
114114

115115
```output
116116
Age InterfaceProperty IpAddress MacAddress

0 commit comments

Comments
 (0)