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/tutorial-protect-route-server-ddos.md
+19-21Lines changed: 19 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
1
---
2
2
title: 'Tutorial: Protect your Route Server with Azure DDoS protection'
3
-
description: Learn how to set up a route server and protect it with Azure DDoS protection.
3
+
description: Learn how to set up a route server and protect it with Azure DDoS protection using the Azure portal.
4
4
author: halkazwini
5
5
ms.author: halkazwini
6
6
ms.service: route-server
7
7
ms.topic: tutorial
8
-
ms.date: 12/21/2022
9
-
ms.custom: template-tutorial
8
+
ms.date: 04/18/2024
9
+
10
+
#CustomerIntent: As an Azure administrator, I want to deploy Azure Route Server in my environment with DDoS protection so that the Route Server dynamically updates virtual machines (VMs) routing tables with any changes in the topology while it's protected by Azure DDoS protection.
10
11
---
11
12
12
-
# Tutorial: Protect your Route Server with Azure DDoS protection
13
+
# Tutorial: Protect your Azure Route Server with Azure DDoS protection
13
14
14
15
This article helps you create an Azure Route Server with a DDoS protected virtual network. Azure DDoS protection protects your publicly accessible route server from Distributed Denial of Service attacks.
15
16
@@ -30,7 +31,7 @@ In this tutorial, you learn how to:
30
31
31
32
## Create DDoS protection plan
32
33
33
-
In this section, you'll create an Azure DDoS protection plan to associate with the virtual network you create later in the article.
34
+
In this section, you create an Azure DDoS protection plan to associate with the virtual network you create later in the article.
34
35
35
36
1. Sign in to the [Azure portal](https://portal.azure.com).
36
37
@@ -44,18 +45,18 @@ In this section, you'll create an Azure DDoS protection plan to associate with t
44
45
| ------- | ----- |
45
46
|**Project details**||
46
47
| Subscription | Select your subscription. |
47
-
| Resource group | Select **Create new**. </br> Enter **TutorRouteServer-rg**. </br> Select **OK**. |
48
+
| Resource group | Select **Create new**. </br> Enter **RouteServerRG**. </br> Select **OK**. |
48
49
|**Instance details**||
49
50
| Name | Enter **myDDoSProtectionPlan**. |
50
-
| Region | Select **West Central US**. |
51
+
| Region | Select **West US**. |
51
52
52
53
5. Select **Review + create**.
53
54
54
55
6. Select **Create**.
55
56
56
57
## Create a Route Server
57
58
58
-
In this section, you'll create an Azure Route Server. The virtual network and public IP address used for the route server are created during the deployment of the route server.
59
+
In this section, you create an Azure Route Server. The virtual network and public IP address used for the route server are created during the deployment of the route server.
59
60
60
61
1. In the search box at the top of the portal, enter **Route Server**. Select **Route Servers** in the search results.
61
62
@@ -67,10 +68,10 @@ In this section, you'll create an Azure Route Server. The virtual network and pu
67
68
| ------- | ----- |
68
69
|**Project details**||
69
70
| Subscription | Select your subscription. |
70
-
| Resource group | Select **TutorRouteServer-rg**. |
71
+
| Resource group | Select **RouteServerRG**. |
71
72
|**Instance details**||
72
73
| Name | Enter **myRouteServer**. |
73
-
| Region | Select **West Central US**. |
74
+
| Region | Select **West US**. |
74
75
|**Configure virtual networks**||
75
76
| Virtual network | Select **Create new**. </br> In **Name**, enter **myVNet**. </br> Leave the pre-populated **Address space** and **Subnets**. In the example for this article, the address space is **10.1.0.0/16** with a subnet of **10.1.0.0/24**. </br> In **Subnets**, for **Subnet name**, enter **RouteServerSubnet**. </br> In **Address range**, enter **10.1.1.0/27**. </br> Select **OK**. |
@@ -105,7 +106,7 @@ Azure DDoS Network is enabled at the virtual network where the resource you want
105
106
106
107
## Set up peering with NVA
107
108
108
-
In this section, you'll set up the BGP peering with your NVA.
109
+
In this section, you set up the BGP peering with your NVA.
109
110
110
111
1. In the search box at the top of the portal, enter **Route Server**. Select **Route Servers** in the search results.
111
112
@@ -121,13 +122,13 @@ In this section, you'll set up the BGP peering with your NVA.
121
122
| ------- | ----- |
122
123
| Name | Enter a name for the peering between your Route Server and the NVA. |
123
124
| ASN | Enter the Autonomous Systems Number (ASN) of your NVA. |
124
-
| IPv4 Address | Enter the IP address of the NVA the Route Server will communicate with to establish BGP. |
125
+
| IPv4 Address | Enter the IP address of the NVA that you want to peer with the Route Server. |
125
126
126
127
6. Select **Add**.
127
128
128
129
## Complete the configuration on the NVA
129
130
130
-
You'll need the Azure Route Server's peer IPs and ASN to complete the configuration on your NVA to establish a BGP session. You can obtain this information from the overview page your Route Server.
131
+
You need the Azure Route Server's peer IPs and ASN to complete the configuration on your NVA to establish a BGP session. You can obtain this information from the overview page your Route Server.
131
132
132
133
1. In the search box at the top of the portal, enter **Route Server**. Select **Route Servers** in the search results.
133
134
@@ -141,18 +142,15 @@ You'll need the Azure Route Server's peer IPs and ASN to complete the configurat
141
142
142
143
If you're not going to continue to use this application, delete the virtual network, DDoS protection plan, and Route Server with the following steps:
143
144
144
-
1. In the search box at the top of the portal, enter **Resource group**. Select **Resource groups** in the search results.
145
-
146
-
2. Select **TutorRouteServer-rg**.
145
+
1. In the search box at the top of the portal, enter ***RouteServerRG***. Select **RouteServerRG** from the search results.
147
146
148
-
3. In the **Overview** of **TutorRouteServer-rg**, select**Delete resource group**.
147
+
1. Select**Delete resource group**.
149
148
150
-
4. In **TYPE THE RESOURCE GROUP NAME:**, enter **TutorRouteServer-rg**.
149
+
1. In **Delete a resource group**, enter ***RouteServerRG***, and then select **Delete**.
151
150
152
-
5. Select **Delete**.
151
+
1. Select **Delete** to confirm the deletion of the resource group and all its resources.
153
152
154
-
## Next steps
153
+
## Next step
155
154
156
-
Advance to the next article to learn how to:
157
155
> [!div class="nextstepaction"]
158
156
> [Configure peering between Azure Route Server and network virtual appliance](tutorial-configure-route-server-with-quagga.md)
0 commit comments