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
Follow the instructions to create an [ExpressRoute circuit](expressroute-howto-circuit-arm.md) and have it provisioned by the connectivity provider. If your connectivity provider offers managed Layer 3 services, you can ask your connectivity provider to enable Microsoft peering for you. 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 your configuration using the next steps.
78
78
79
-
3. Check the ExpressRoute circuit to make sure it's provisioned and also enabled. Use the following example:
79
+
1. Check the ExpressRoute circuit to make sure it's provisioned and also enabled. Use the following example:
4. Configure Microsoft peering for the circuit. Make sure that you have the following information before you continue.
110
+
1. Configure Microsoft peering for the circuit. Make sure that you have the following information before you continue.
111
111
112
112
* A /30 or /126 subnet for the primary link. The address block must be a valid public IPv4 or IPv6 prefix owned by you and registered in an RIR / IRR.
113
113
* A /30 or /126 subnet for the secondary link. The address block must be a valid public IPv4 or IPv6 prefix owned by you and registered in an RIR / IRR.
@@ -194,11 +194,11 @@ This section helps you create, get, update, and delete the Azure private peering
Follow the instructions to create an [ExpressRoute circuit](expressroute-howto-circuit-arm.md) and have it provisioned by the connectivity provider. If your connectivity provider offers managed Layer 3 services, you can ask your connectivity provider to enable Azure private peering for you. 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 your configuration using the next steps.
200
200
201
-
3. Check the ExpressRoute circuit to make sure it's provisioned and also enabled. Use the following example:
201
+
1. Check the ExpressRoute circuit to make sure it's provisioned and also enabled. Use the following example:
4. Configure Azure private peering for the circuit. Make sure that you have the following items before you continue with the next steps:
232
+
1. Configure Microsoft peering for the circuit. Make sure that you have the following information before you continue.
233
233
234
-
* A pair of subnets that aren't part of any address space reserved for virtual networks. One subnet is used for the primary link, while the other is 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:
235
-
* IPv4: Two /30 subnets.
236
-
* IPv6: Two /126 subnets.
234
+
* 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:
235
+
* IPv4: Two /30 subnets. These must be valid public IPv4 prefixes.
236
+
* IPv6: Two /126 subnets. These must be valid public IPv6 prefixes.
237
237
* Both: Two /30 subnets and two /126 subnets.
238
-
* A valid VLAN ID to establish this peering on. Ensure that no other peering in the circuit uses the same VLAN ID.
239
-
* AS number for peering. You can use both 2-byte and 4-byte AS numbers. You can use a private AS number for this peering. Ensure that you aren't using 65515.
240
-
* Optional:
241
-
* An MD5 hash if you choose to use one.
238
+
* 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.
239
+
> [!NOTE]
240
+
> 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).
241
+
* 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.
242
+
* AS number for peering. You can use both 2-byte and 4-byte AS numbers.
243
+
* 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.
244
+
***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.
245
+
* Routing Registry Name: You can specify the RIR / IRR against which the AS number and prefixes are registered.
246
+
***Optional -** An MD5 hash if you choose to use one.
242
247
243
248
Use the following example to configure Azure private peering for your circuit:
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:
Copy file name to clipboardExpand all lines: articles/expressroute/expressroute-howto-routing-portal-resource-manager.md
+10-6Lines changed: 10 additions & 6 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: 08/31/2023
8
+
ms.date: 04/22/2024
9
9
ms.author: duau
10
10
---
11
11
@@ -65,23 +65,27 @@ This section helps you create, get, update, and delete the Microsoft peering con
65
65
66
66
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/provisioned.png" alt-text="Screenshot that showing the Overview page for the ExpressRoute Demo Circuit with a red box highlighting the Provider status set to Provisioned.":::
67
67
68
-
2. Configure Microsoft peering for the circuit. Make sure that you have the following information before you continue.
68
+
1. Configure Microsoft peering for the circuit. Make sure that you have the following information before you continue.
69
69
70
70
* 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:
71
71
* IPv4: Two /30 subnets. These must be valid public IPv4 prefixes.
72
72
* IPv6: Two /126 subnets. These must be valid public IPv6 prefixes.
73
73
* Both: Two /30 subnets and two /126 subnets.
74
+
* 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.
75
+
> [!NOTE]
76
+
> 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).
74
77
* 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.
75
78
* AS number for peering. You can use both 2-byte and 4-byte AS numbers.
76
79
* 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.
77
80
***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.
78
81
* Routing Registry Name: You can specify the RIR / IRR against which the AS number and prefixes are registered.
79
82
***Optional -** An MD5 hash if you choose to use one.
83
+
80
84
1. You can select the peering you wish to configure, as shown in the following example. Select the Microsoft peering row.
81
85
82
86
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/select-microsoft-peering.png" alt-text="Screenshot showing how to select the Microsoft peering row.":::
83
87
84
-
4. Configure Microsoft peering. **Save** the configuration once you've specified all parameters. The following image shows an example configuration:
88
+
1. Configure Microsoft peering. **Save** the configuration once you've specified all parameters. The following image shows an example configuration:
85
89
86
90
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/configuration-m-validation-needed.png" alt-text="Screenshot showing Microsoft peering configuration.":::
87
91
@@ -125,7 +129,7 @@ This section helps you create, get, update, and delete the Azure private peering
125
129
126
130
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/provisioned.png" alt-text="Screenshot showing the Overview page for the ExpressRoute Demo Circuit with a red box highlighting the Provider status that is set to Provisioned.":::
127
131
128
-
2. Configure Azure private peering for the circuit. Make sure that you have the following items before you continue with the next steps:
132
+
1. Configure Azure private peering for the circuit. Make sure that you have the following items before you continue with the next steps:
129
133
130
134
* A pair of subnets that aren't part of any address space reserved for virtual networks. 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:
131
135
* IPv4: Two /30 subnets.
@@ -135,11 +139,11 @@ This section helps you create, get, update, and delete the Azure private peering
135
139
* AS number for peering. You can use both 2-byte and 4-byte AS numbers. You can use a private AS number for this peering except for the number from 65515 to 65520, inclusively.
136
140
* You must advertise the routes from your on-premises Edge router to Azure via BGP when you configure the private peering.
137
141
***Optional -** An MD5 hash if you choose to use one.
138
-
3. Select the Azure private peering row, as shown in the following example:
142
+
1. Select the Azure private peering row, as shown in the following example:
139
143
140
144
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/select-private-peering.png" alt-text="Screenshot showing how to select the private peering row.":::
141
145
142
-
4. Configure private peering. **Save** the configuration once you've specified all parameters.
146
+
1. Configure private peering. **Save** the configuration once you've specified all parameters.
0 commit comments