Skip to content

Commit b36b799

Browse files
Update Public IP's in lines 116 thru 160
Changing Public IP's listed in lines 116 thru 160, because these are Amazon IP's and not Microsoft
1 parent 0e54a0d commit b36b799

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ Sample output for one of the paths:
113113
```output
114114
Age InterfaceProperty IpAddress MacAddress
115115
--- ----------------- --------- ----------
116-
10 On-Prem 65.0.0.1 ffff.eeee.dddd
117-
0 Microsoft 65.0.0.2 aaaa.bbbb.cccc
116+
10 On-Prem 20.33.0.1 ffff.eeee.dddd
117+
0 Microsoft 20.33.0.2 aaaa.bbbb.cccc
118118
```
119119

120120

@@ -131,15 +131,15 @@ The ARP table of a peering can be used to determine and validate layer 2 configu
131131
```output
132132
Age InterfaceProperty IpAddress MacAddress
133133
--- ----------------- --------- ----------
134-
10 On-Prem 65.0.0.1 ffff.eeee.dddd
135-
0 Microsoft 65.0.0.2 aaaa.bbbb.cccc
134+
10 On-Prem 20.33.0.1 ffff.eeee.dddd
135+
0 Microsoft 20.33.0.2 aaaa.bbbb.cccc
136136
```
137137
or
138138

139139
```output
140140
Age InterfaceProperty IpAddress MacAddress
141141
--- ----------------- --------- ----------
142-
10 On-Prem 65.0.0.1 ffff.eeee.dddd
142+
10 On-Prem 20.33.0.1 ffff.eeee.dddd
143143
```
144144

145145
### ARP table when on-premises / connectivity provider side has problems
@@ -149,15 +149,15 @@ If a problem with the on-premises or connectivity provider occurs, the ARP table
149149
```output
150150
Age InterfaceProperty IpAddress MacAddress
151151
--- ----------------- --------- ----------
152-
0 On-Prem 65.0.0.1 Incomplete
153-
0 Microsoft 65.0.0.2 aaaa.bbbb.cccc
152+
0 On-Prem 20.33.0.1 Incomplete
153+
0 Microsoft 20.33.0.2 aaaa.bbbb.cccc
154154
```
155155
or
156156

157157
```output
158158
Age InterfaceProperty IpAddress MacAddress
159159
--- ----------------- --------- ----------
160-
0 Microsoft 65.0.0.2 aaaa.bbbb.cccc
160+
0 Microsoft 20.33.0.2 aaaa.bbbb.cccc
161161
```
162162

163163
> [!NOTE]

0 commit comments

Comments
 (0)