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/route-server/configure-route-server.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,7 @@ author: halkazwini
5
5
ms.author: halkazwini
6
6
ms.service: azure-route-server
7
7
ms.topic: how-to
8
-
ms.date: 09/18/2024
9
-
8
+
ms.date: 02/10/2025
10
9
---
11
10
12
11
# Configure and manage Azure Route Server
@@ -21,7 +20,6 @@ In this article, you learn how to configure and manage Azure Route Server using
21
20
22
21
- A route server.
23
22
24
-
25
23
# [**PowerShell**](#tab/powershell)
26
24
27
25
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -34,7 +32,6 @@ In this article, you learn how to configure and manage Azure Route Server using
34
32
35
33
You can also [install Azure PowerShell locally](/powershell/azure/install-azure-powershell) to run the cmdlets. If you run PowerShell locally, sign in to Azure using the [Connect-AzAccount](/powershell/module/az.accounts/connect-azaccount) cmdlet.
36
34
37
-
38
35
# [**Azure CLI**](#tab/cli)
39
36
40
37
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
@@ -71,15 +68,15 @@ In this section, you learn how to add a BGP peering to your route server to peer
71
68
72
69
1. Select **Add** to save the configuration.
73
70
74
-
:::image type="content" source="./media/configure-route-server/add-peer.png" alt-text="Screenshot that shows how to add the NVA to the route server as a peer." lightbox="./media/configure-route-server/add-peer.png":::
71
+
:::image type="content" source="./media/add-peer.png" alt-text="Screenshot that shows how to add the NVA to the route server as a peer." lightbox="./media/add-peer.png":::
75
72
76
73
Once the peer NVA is successfully added, you can see it in the list of peers with a **Succeeded** provisioning state.
77
74
78
-
:::image type="content" source="./media/configure-route-server/peer-list.png" alt-text="Screenshot that shows the route server's peers." lightbox="./media/configure-route-server/peer-list.png":::
75
+
:::image type="content" source="./media/peer-list.png" alt-text="Screenshot that shows the route server's peers." lightbox="./media/peer-list.png":::
79
76
80
77
To complete the peering setup, you must configure the NVA to establish a BGP session with the route server's peer IPs and ASN. You can find the route server's Peer IPs and ASN in the **Overview** page:
81
78
82
-
:::image type="content" source="./media/configure-route-server/route-server-overview.png" alt-text="Screenshot that shows the Overview page of a route server. " lightbox="./media/configure-route-server/route-server-overview.png":::
79
+
:::image type="content" source="./media/route-server-overview.png" alt-text="Screenshot that shows the Overview page of a route server. " lightbox="./media/route-server-overview.png":::
@@ -262,7 +259,7 @@ In this section, you learn how to view the details of a peer.
262
259
263
260
1. In the list of peers, you can see the name, ASN, IP address, and provisioning state of any of the configured peers.
264
261
265
-
:::image type="content" source="./media/configure-route-server/peer-list.png" alt-text="Screenshot that shows the configuration of a route server's peer." lightbox="./media/configure-route-server/peer-list.png":::
262
+
:::image type="content" source="./media/peer-list.png" alt-text="Screenshot that shows the configuration of a route server's peer." lightbox="./media/peer-list.png":::
0 commit comments