Skip to content

Commit 5663810

Browse files
authored
Merge pull request #204573 from halkazwini/er-peering
ExpressRoute: Tutorial Freshness: Create and modify peering for an ExpressRoute circuit using the Azure portal
2 parents 2a941c9 + 8febc8a commit 5663810

File tree

2 files changed

+20
-23
lines changed

2 files changed

+20
-23
lines changed

articles/expressroute/expressroute-howto-routing-portal-resource-manager.md

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ title: 'Tutorial: Configure peering for ExpressRoute circuit - Azure portal'
33
description: This tutorial shows you how to create and provision ExpressRoute private and Microsoft peering using the Azure portal.
44
services: expressroute
55
author: duongau
6-
76
ms.service: expressroute
87
ms.topic: tutorial
9-
ms.date: 01/11/2021
8+
ms.date: 07/13/2022
109
ms.author: duau
11-
12-
10+
ms.custom: template-tutorial #Required; leave this attribute/value as-is.
1311
---
1412
# Tutorial: Create and modify peering for an ExpressRoute circuit using the Azure portal
1513

@@ -39,7 +37,7 @@ In this tutorial, you learn how to:
3937
* [Routing requirements](expressroute-routing.md)
4038
* [Workflows](expressroute-workflows.md)
4139
* You must have an active ExpressRoute circuit. Follow the instructions to [Create an ExpressRoute circuit](expressroute-howto-circuit-portal-resource-manager.md) and have the circuit enabled by your connectivity provider before you continue. To configure peering(s), the ExpressRoute circuit must be in a provisioned and enabled state.
42-
* If you plan to use a shared key/MD5 hash, be sure to use the key on both sides of the tunnel. The limit is a maximum of 25 alphanumeric characters. Special characters are not supported.
40+
* If you plan to use a shared key/MD5 hash, be sure to use the key on both sides of the tunnel. The limit is a maximum of 25 alphanumeric characters. Special characters aren't supported.
4341

4442
These instructions only apply to circuits created with service providers offering Layer 2 connectivity services. If you're using a service provider that offers managed Layer 3 services (typically an IPVPN, like MPLS), your connectivity provider configures and manages the routing for you.
4543

@@ -64,15 +62,15 @@ This section helps you create, get, update, and delete the Microsoft peering con
6462

6563
**Circuit - Provider status: Not provisioned**
6664

67-
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/not-provisioned.png" alt-text="Screenshot that shows the Overview page for the ExpressRoute Demo Circuit with a red box highlighting the Provider status set to Not provisioned":::
65+
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/not-provisioned.png" alt-text="Screenshot showing the Overview page for the ExpressRoute Demo Circuit with a red box highlighting the Provider status set to Not provisioned.":::
6866

6967
**Circuit - Provider status: Provisioned**
7068

71-
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/provisioned.png" alt-text="Screenshot that shows the Overview page for the ExpressRoute Demo Circuit with a red box highlighting the Provider status set to Provisioned":::
69+
:::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.":::
7270

7371
2. Configure Microsoft peering for the circuit. Make sure that you have the following information before you continue.
7472

75-
* A pair of subnets owned by you and registered in an RIR/IRR. One subnet will be used for the primary link, while the other will be used for the secondary link. From each of these subnets, you will 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:
73+
* A pair of subnets owned by you and registered in an RIR/IRR. One subnet will be used for the primary link, while the other will be used for the secondary link. From each of these subnets, you'll 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:
7674
* IPv4: Two /30 subnets. These must be valid public IPv4 prefixes.
7775
* IPv6: Two /126 subnets. These must be valid public IPv6 prefixes.
7876
* Both: Two /30 subnets and two /126 subnets.
@@ -84,11 +82,11 @@ This section helps you create, get, update, and delete the Microsoft peering con
8482
* **Optional -** An MD5 hash if you choose to use one.
8583
1. You can select the peering you wish to configure, as shown in the following example. Select the Microsoft peering row.
8684

87-
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/select-microsoft-peering.png" alt-text="Select the Microsoft peering row":::
85+
:::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.":::
8886

8987
4. Configure Microsoft peering. **Save** the configuration once you've specified all parameters. The following image shows an example configuration:
9088

91-
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/configuration-m-validation-needed.png" alt-text="Configure Microsoft peering validation needed":::
89+
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/configuration-m-validation-needed.png" alt-text="Screenshot showing Microsoft peering configuration.":::
9290

9391
> [!IMPORTANT]
9492
> Microsoft verifies if the specified 'Advertised public prefixes' and 'Peer ASN' (or 'Customer ASN') are assigned to you in the Internet Routing Registry. If you are getting the public prefixes from another entity and if the assignment is not recorded with the routing registry, the automatic validation will not complete and will require manual validation. If the automatic validation fails, you will see the message 'Validation needed'.
@@ -98,19 +96,19 @@ This section helps you create, get, update, and delete the Microsoft peering con
9896
9997
If your circuit gets to a **Validation needed** state, you must open a support ticket to show proof of ownership of the prefixes to our support team. You can open a support ticket directly from the portal, as shown in the following example:
10098

101-
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/ticket-portal-m.png" alt-text="Validation Needed - support ticket":::
99+
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/ticket-portal-m.png" alt-text="Screenshot showing new support ticket request to submit proof of ownership for public prefixes.":::
102100

103101
### <a name="getmsft"></a>To view Microsoft peering details
104102

105103
You can view the properties of Microsoft peering by selecting the row for the peering.
106104

107-
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/view-peering-m.png" alt-text="View Microsoft peering properties":::
105+
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/view-peering-m.png" alt-text="Screenshot showing how to view Microsoft peering properties.":::
108106

109107
### <a name="updatemsft"></a>To update Microsoft peering configuration
110108

111109
You can select the row for the peering that you want to modify, then modify the peering properties and save your modifications.
112110

113-
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/configuration-m.png" alt-text="Select peering row":::
111+
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/configuration-m.png" alt-text="Screenshot showing how to update Microsoft peering configuration.":::
114112

115113
## <a name="private"></a>Azure private peering
116114

@@ -124,15 +122,15 @@ This section helps you create, get, update, and delete the Azure private peering
124122

125123
**Circuit - Provider status: Not provisioned**
126124

127-
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/not-provisioned.png" alt-text="Screenshot showing the Overview page for the ExpressRoute Demo Circuit with a red box highlighting the Provider status which is set to Not provisioned":::
125+
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/not-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 Not provisioned.":::
128126

129127
**Circuit - Provider status: Provisioned**
130128

131-
:::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 which is set to Provisioned":::
129+
:::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.":::
132130

133131
2. Configure Azure private peering for the circuit. Make sure that you have the following items before you continue with the next steps:
134132

135-
* A pair of subnets that are not part of any address space reserved for virtual networks. One subnet will be used for the primary link, while the other will be used for the secondary link. From each of these subnets, you will 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:
133+
* A pair of subnets that aren't part of any address space reserved for virtual networks. One subnet will be used for the primary link, while the other will be used for the secondary link. From each of these subnets, you'll 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:
136134
* IPv4: Two /30 subnets.
137135
* IPv6: Two /126 subnets.
138136
* Both: Two /30 subnets and two /126 subnets.
@@ -142,32 +140,31 @@ This section helps you create, get, update, and delete the Azure private peering
142140
* **Optional -** An MD5 hash if you choose to use one.
143141
3. Select the Azure private peering row, as shown in the following example:
144142

145-
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/select-private-peering.png" alt-text="Select the private peering row":::
143+
:::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.":::
146144

147145
4. Configure private peering. **Save** the configuration once you've specified all parameters.
148146

149-
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/private-peering-configuration.png" alt-text="Configure private peering":::
150-
147+
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/private-peering-configuration.png" alt-text="Screenshot showing private peering configuration.":::
151148

152149
### <a name="getprivate"></a>To view Azure private peering details
153150

154151
You can view the properties of Azure private peering by selecting the peering.
155152

156-
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/view-private-peering.png" alt-text="View private peering properties":::
153+
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/view-private-peering.png" alt-text="Screenshot showing how to view private peering properties.":::
157154

158155
### <a name="updateprivate"></a>To update Azure private peering configuration
159156

160157
You can select the row for peering and modify the peering properties. After updating, save your changes.
161158

162-
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/update-private-peering.png" alt-text="Update private peering":::
159+
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/update-private-peering.png" alt-text="Screenshot showing how to update private peering configuration.":::
163160

164161
## Clean up resources
165162

166163
### <a name="deletemsft"></a>To delete Microsoft peering
167164

168165
You can remove your Microsoft peering configuration by right-clicking the peering and selecting **Delete** as shown in the following image:
169166

170-
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/delete-microsoft-peering.png" alt-text="Delete Microsoft peering":::
167+
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/delete-microsoft-peering.png" alt-text="Screenshot showing how to delete Microsoft peering.":::
171168

172169
### <a name="deleteprivate"></a>To delete Azure private peering
173170

@@ -177,7 +174,7 @@ You can remove your private peering configuration by right-clicking the peering
177174
> You must ensure that all virtual networks and ExpressRoute Global Reach connections are removed before running this operation.
178175
>
179176
180-
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/delete-private-peering.png" alt-text="Delete private peering":::
177+
:::image type="content" source="./media/expressroute-howto-routing-portal-resource-manager/delete-private-peering.png" alt-text="Screenshot showing how to delete private peering.":::
181178

182179
## Next steps
183180

-137 KB
Loading

0 commit comments

Comments
 (0)