You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/expressroute/expressroute-howto-routing-classic.md
+18-13Lines changed: 18 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: expressroute
5
5
author: duongau
6
6
ms.service: expressroute
7
7
ms.topic: how-to
8
-
ms.date: 12/28/2023
8
+
ms.date: 04/22/2024
9
9
ms.author: duau
10
10
11
11
---
@@ -48,7 +48,7 @@ This section provides instructions on how to create, get, update, and delete the
48
48
1.**Create an ExpressRoute circuit.**
49
49
50
50
Follow the instructions to create an [ExpressRoute circuit](expressroute-howto-circuit-classic.md) and provisioned by the connectivity provider. If your connectivity provider offers managed Layer 3 services, you can request your connectivity provider to enable Azure private peering for you. In that case, you won't need to follow instructions listed in the next sections. However, if your connectivity provider doesn't manage routing for you, after creating your circuit, continue with the following steps.
51
-
2.**Check the ExpressRoute circuit to make sure it is provisioned.**
51
+
1.**Check the ExpressRoute circuit to make sure it is provisioned.**
52
52
53
53
Check to see if the ExpressRoute circuit is Provisioned and also Enabled.
54
54
@@ -75,7 +75,7 @@ This section provides instructions on how to create, get, update, and delete the
75
75
ServiceProviderProvisioningState : Provisioned
76
76
Status : Enabled
77
77
```
78
-
3.**Configure Azure private peering for the circuit.**
78
+
1.**Configure Azure private peering for the circuit.**
79
79
80
80
Make sure that you have the following items before you proceed with the next steps:
81
81
@@ -151,7 +151,7 @@ This section provides instructions on how to create, get, update, and delete the
151
151
1.**Create an ExpressRoute circuit**
152
152
153
153
Follow the instructions to create an [ExpressRoute circuit](expressroute-howto-circuit-classic.md) and provisioned by the connectivity provider. If your connectivity provider offers managed Layer 3 services, you can request your connectivity provider to enable Azure private peering for you. In that case, you won't need to follow instructions listed in the next sections. However, if your connectivity provider doesn't manage routing for you, after creating your circuit, continue with the following steps.
154
-
2.**Check ExpressRoute circuit to verify that it is provisioned**
154
+
1.**Check ExpressRoute circuit to verify that it is provisioned**
155
155
156
156
Verify that the circuit shows as Provisioned and Enabled.
157
157
@@ -178,18 +178,23 @@ This section provides instructions on how to create, get, update, and delete the
178
178
ServiceProviderProvisioningState : Provisioned
179
179
Status : Enabled
180
180
```
181
-
3.**Configure Microsoft peering for the circuit**
182
-
183
-
Make sure that you have the following information before you proceed.
181
+
1.**Configure Microsoft peering for the circuit**
182
+
183
+
Configure Microsoft peering for the circuit. Make sure that you have the following information before you continue.
184
184
185
-
* A /30 subnet for the primary link. The subnet must be a valid public IPv4 prefix owned by you and registered in an RIR / IRR.
186
-
* A /30 subnet for the secondary link. The subnet must be a valid public IPv4 prefix owned by you and registered in an RIR / IRR.
187
-
* A valid VLAN ID to establish this peering on. Verify that no other peering in the circuit uses the same VLAN ID.
185
+
* A pair of subnets owned by you and registered in an RIR/IRR. One subnet is used for the primary link, while the other will be used for the secondary link. From each of these subnets, you assign the first usable IP address to your router as Microsoft uses the second usable IP for its router. You have three options for this pair of subnets:
186
+
* IPv4: Two /30 subnets. These must be valid public IPv4 prefixes.
187
+
* IPv6: Two /126 subnets. These must be valid public IPv6 prefixes.
188
+
* Both: Two /30 subnets and two /126 subnets.
189
+
* Microsoft peering enables you to communicate with the public IP addresses on Microsoft network. So, your traffic endpoints on your on-premises network should be public too. This is often done using SNAT.
190
+
> [!NOTE]
191
+
> When using SNAT, we advise against a public IP address from the range assigned to primary or secondary link. Instead, you should use a different range of public IP addresses that has been assigned to you and registered in a Regional Internet Registry (RIR) or Internet Routing Registry (IRR). Depending on your call volume, this range can be as small as a single IP address (represented as '/32' for IPv4 or '/128' for IPv6).
192
+
* A valid VLAN ID to establish this peering on. Ensure that no other peering in the circuit uses the same VLAN ID. For both Primary and Secondary links you must use the same VLAN ID.
188
193
* AS number for peering. You can use both 2-byte and 4-byte AS numbers.
189
-
* Advertised prefixes: You must provide a list of all prefixes you plan to advertise over the BGP session. Only public IP address prefixes are accepted. You can send a comma-separated list if you plan to send a set of prefixes. These prefixes must be registered to you in an RIR / IRR.
190
-
* Customer ASN: If you're advertising prefixes that aren't registered to the peering AS number, you can specify the AS number to which they're registered. **Optional**.
194
+
* Advertised prefixes: You provide a list of all prefixes you plan to advertise over the BGP session. Only public IP address prefixes are accepted. If you plan to send a set of prefixes, you can send a comma-separated list. These prefixes must be registered to you in an RIR / IRR.
195
+
***Optional -**Customer ASN: If you're advertising prefixes not registered to the peering AS number, you can specify the AS number to which they're registered with.
191
196
* Routing Registry Name: You can specify the RIR / IRR against which the AS number and prefixes are registered.
192
-
* An MD5 hash, if you choose to use one.**Optional.**
197
+
***Optional -**An MD5 hash if you choose to use one.
193
198
194
199
Run the following cmdlet to configure Microsoft peering for your circuit:
0 commit comments