Skip to content

Commit ef4642f

Browse files
authored
Merge pull request #228432 from halkazwini/ip-exchange
Internet Peering: Freshness: Exchange peering walkthrough
2 parents e63d51e + e462feb commit ef4642f

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed
89.1 KB
Loading
Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,53 @@
11
---
22
title: Exchange peering walkthrough
3-
description: Exchange peering walkthrough.
3+
titleSuffix: Internet Peering
4+
description: Get started with Exchange peering.
45
services: internet-peering
56
author: halkazwini
67
ms.service: internet-peering
78
ms.topic: how-to
8-
ms.date: 12/15/2020
9+
ms.date: 02/23/2023
910
ms.author: halkazwini
10-
ms.custom: template-how-to
11+
ms.custom: template-how-to, engagement-fy23
1112
---
1213

13-
1414
# Exchange peering walkthrough
1515

16-
This section explains the steps you need to follow to set up and manage an Exchange peering.
16+
In this article, you learn how to set up and manage an Exchange peering.
1717

1818
## Create an Exchange peering
19-
> [!div class="mx-imgBorder"]
20-
> ![Exchange peering workflow and connection states](./media/exchange-peering.png)
19+
20+
:::image type="content" source="./media/walkthrough-exchange-all/exchange-peering.png" alt-text="Diagram showing Exchange peering workflow and connection states." lightbox="./media/walkthrough-exchange-all/exchange-peering.png":::
2121

2222
The following steps must be followed in order to provision an Exchange peering:
23-
1. Review Microsoft [peering policy](https://peering.azurewebsites.net/peering) to understand requirements for Exchange peering.
24-
1. Find Microsoft peering location and peering facility id in [PeeringDB](https://www.peeringdb.com/net/694)
25-
1. Request Exchange peering for a peering location using the instructions in [Create and modify an Exchange peering using PowerShell](howto-exchange-powershell.md) article for more details.
26-
1. After you submit a peering request, Microsoft will review the request and contact you if required.
27-
1. Once approved, connection state changes to Approved
28-
1. Configure BGP session at your end and notify Microsoft
29-
1. We will provision BGP session with DENY ALL policy and validate end-to-end.
30-
1. If successful, you will receive a notification that peering connection state is Active.
23+
1. Review Microsoft [peering policy](policy.md) to understand requirements for Exchange peering.
24+
1. Find Microsoft peering location and peering facility ID in [PeeringDB](https://www.peeringdb.com/net/694)
25+
1. Request Exchange peering for a peering location using the instructions in [Create and modify an Exchange peering](howto-exchange-portal.md).
26+
1. After you submit a peering request, Microsoft will review the request and contact you if necessary.
27+
1. Once peering request is approved, connection state changes to *Approved*.
28+
1. Configure BGP session at your end and notify Microsoft.
29+
1. Microsoft provisions BGP session with DENY ALL policy and validate end-to-end.
30+
1. If successful, you receive a notification that peering connection state is *Active*.
3131
1. Traffic will then be allowed through the new peering.
3232

33-
Note that connection states are not to be confused with standard [BGP](https://en.wikipedia.org/wiki/Border_Gateway_Protocol) session states.
33+
> [!NOTE]
34+
> Connection states aren't to be confused with standard BGP session states.
3435
3536
## Convert a legacy Exchange peering to Azure resource
3637
The following steps must be followed in order to convert a legacy Exchange peering to Azure resource:
37-
1. Follow the instructions in [Convert a legacy Exchange peering to Azure resource](howto-legacy-exchange-powershell.md)
38-
1. After you submit the conversion request, Microsoft will review the request and contact you if required.
39-
1. Once approved, you will see your Exchange peering with connection state as Active.
38+
1. Follow the instructions in [Convert a legacy Exchange peering to Azure resource](howto-legacy-exchange-portal.md)
39+
1. After you submit the conversion request, Microsoft will review the request and contact you if necessary.
40+
1. Once approved, you see your Exchange peering with a connection state as *Active*.
4041

4142
## Deprovision Exchange peering
43+
4244
Contact [Microsoft peering](mailto:[email protected]) to deprovision Exchange peering.
4345

44-
When an Exchange peering is set for deprovision, you will see the connection state as **PendingRemove**
46+
When an Exchange peering is set for deprovision, you see the connection state as *PendingRemove*.
4547

4648
> [!NOTE]
47-
> If you run PowerShell cmdlet to delete the Exchange peering when the connection state is ProvisioningStarted or ProvisioningCompleted the operation will fail.
49+
> If you run PowerShell cmdlet to delete the Exchange peering when the connection state is *ProvisioningStarted* or *ProvisioningCompleted*, the operation will fail.
4850
4951
## Next steps
5052

51-
* Learn about [Prerequisites to set up peering with Microsoft](prerequisites.md).
53+
* Learn about the [Prerequisites to set up peering with Microsoft](prerequisites.md).

0 commit comments

Comments
 (0)