File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ The following cmdlet provides the ARP tables for Azure private peering:
63
63
64
64
``` azurepowershell
65
65
# Required variables
66
- $ckt = "<your Service Key here>
66
+ $ckt = "<your Service Key here>"
67
67
68
68
# ARP table for Azure private peering--primary path
69
69
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
110
110
* 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.
111
111
* The last octet of the on-premises IP address is always an odd number.
112
112
* 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 ).
114
114
115
115
``` output
116
116
Age InterfaceProperty IpAddress MacAddress
You can’t perform that action at this time.
0 commit comments