Skip to content

Commit 1ab8fc8

Browse files
committed
commit
1 parent a9e7de6 commit 1ab8fc8

6 files changed

+83
-83
lines changed

articles/virtual-wan/how-to-configure-route-maps-to-drop-inbound-routes-from-branch-sites.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article helps you use the Route-maps feature to drop routes from branch sit
1616

1717
## Prerequisites
1818

19-
Verify that you've met the following criteria before beginning your configuration:
19+
Verify that you have met the following criteria before beginning your configuration:
2020

2121
* You have virtual WAN (VWAN) with a connection (S2S, P2S, or ExpressRoute) already configured.
2222

@@ -26,27 +26,27 @@ Verify that you've met the following criteria before beginning your configuratio
2626

2727
## Design
2828

29-
In this situation we have two hubs. Hub 1 has 2 VNets and a VPN branch office. One of the VNets has an NVA peered with the hub. Hub 2 also has 2 VNets and a VPN branch office.
29+
In this situation, we have two hubs. Hub 1 has 2 VNets and a VPN branch office. One of the VNets has an NVA (Network Virtual Appliance) peered with the hub. Hub 2 also has 2 VNets and a VPN branch office.
3030

31-
:::image type="content" source="./media/route-maps-how-to-summarize/environment.png" alt-text="Screenshot shows how to the Enviroment." lightbox="./media/route-maps-how-to-summarize/environment.png":::
31+
:::image type="content" source="./media/route-maps-how-to-summarize/environment.png" alt-text="Screenshot shows how to the Environment." lightbox="./media/route-maps-how-to-summarize/environment.png":::
3232

33-
Here is the addressing for this environment:
33+
Here's the addressing for this environment:
3434

3535
| Resource |Address Space |
3636
| --- |---|
3737
|Hub 1 |192.168.1.0/24 |
3838
|Hub 2 |192.168.2.0/24 |
39-
|VNet 1 |10.1.0.0/24 |
40-
|VNet 2 |10.2.0.0/24 |
41-
|VNet 3 |10.3.0.0/24 |
42-
|VNet 4 |10.4.0.0/24 |
39+
|Virtual network 1 |10.1.0.0/24 |
40+
|Virtual network 2 |10.2.0.0/24 |
41+
|Virtual network 3 |10.3.0.0/24 |
42+
|Virtual network 4 |10.4.0.0/24 |
4343
|VPN Branch 1 |10.122.1.0/24, 10.122.2.0/24, 10.122.3.0/24, 10.100.0.0/16|
4444
|VPN Branch 2 |10.200.0.0/16 |
45-
|NVA 1 | 10.150.1.0/24, 10.150.2.0/24 , 10.150.3.0/24 , 10.150.4.0/24 |
45+
|NVA 1 | 10.150.1.0/24, 10.150.2.0/24, 10.150.3.0/24, 10.150.4.0/24 |
4646

47-
## Scenario : Drop inbound routes from Branch sites
47+
## Scenario: Drop inbound routes from Branch sites
4848

49-
In this scenario, the goal is to drop routes being advertised from VPN branch site 1. In this example we will be taking the routes 10.122.1.0/24,10.122.2.0/24, 10.122.3.0/24 and dropping them.
49+
In this scenario, the goal is to drop routes being advertised from VPN branch site 1. In this example we'll be taking the routes 10.122.1.0/24,10.122.2.0/24, 10.122.3.0/24 and dropping them.
5050

5151
:::image type="content" source="./media/route-maps-how-to-drop/drop.png" alt-text="Screenshot that shows the Scenario." lightbox="./media/route-maps-how-to-drop/drop.png":::
5252

@@ -60,9 +60,9 @@ In this scenario, the goal is to drop routes being advertised from VPN branch si
6060

6161
:::image type="content" source="./media/route-maps-how-to-drop/er_before.png" alt-text="Screenshot that shows routes before." lightbox="./media/route-maps-how-to-drop/er_before.png":::
6262

63-
2. Create a Route-Map to drop the routes. If this is your frist time creating a Route-Map, see [How to configure Route-maps](route-maps-how-to.md) for more information.
63+
2. Create a Route-Map to drop the routes. If this is your first time creating a Route-Map, see [How to configure Route-maps](route-maps-how-to.md) for more information.
6464

65-
The Route-Map will have a match rule for route 10.122.2.0/16. The action **Drop** will be selected.
65+
The Route-Map will have a match rule for route 10.122.2.0/16. The action **Drop** is selected.
6666

6767
:::image type="content" source="./media/route-maps-how-to-drop/rm.png" alt-text="Screenshot that shows the Route-map." lightbox="./media/route-maps-how-to-drop/rm.png":::
6868

articles/virtual-wan/how-to-configure-route-maps-to-prepend-routes.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article helps you use the Route-maps feature to prepend routes using the Az
1616

1717
## Prerequisites
1818

19-
Verify that you've met the following criteria before beginning your configuration:
19+
Verify that you have met the following criteria before beginning your configuration:
2020

2121
* You have virtual WAN (VWAN) with a connection (S2S, P2S, or ExpressRoute) already configured.
2222

@@ -25,49 +25,49 @@ Verify that you've met the following criteria before beginning your configuratio
2525
* Be sure to view [About Route-maps](route-maps-about.md#considerations-and-limitations) for considerations and limitations before proceeding with configuration steps.
2626

2727
## Design
28-
In this situation we have two hubs. Hub 1 has 2 VNets and a VPN branch office. One of the VNets has an NVA peered with the hub. Hub 2 also has 2 VNets and a VPN branch office.
28+
In this situation, we have two hubs. Hub 1 has 2 VNets and a VPN branch office. One of the VNets has an NVA (network virtual appliance) peered with the hub. Hub 2 also has 2 VNets and a VPN branch office.
2929

30-
:::image type="content" source="./media/route-maps-how-to-summarize/environment.png" alt-text="Screenshot shows how to the Enviroment." lightbox="./media/route-maps-how-to-summarize/environment.png":::
30+
:::image type="content" source="./media/route-maps-how-to-summarize/environment.png" alt-text="Screenshot shows how to the Environment." lightbox="./media/route-maps-how-to-summarize/environment.png":::
3131

32-
Here is the addressing for this environment:
32+
Here's the addressing for this environment:
3333

3434
| Resource |Address Space |
3535
| --- |---|
3636
|Hub 1 |192.168.1.0/24 |
3737
|Hub 2 |192.168.2.0/24 |
38-
|VNet 1 |10.1.0.0/24 |
39-
|VNet 2 |10.2.0.0/24 |
40-
|VNet 3 |10.3.0.0/24 |
41-
|VNet 4 |10.4.0.0/24 |
38+
|Virtual network 1 |10.1.0.0/24 |
39+
|Virtual network 2 |10.2.0.0/24 |
40+
|Virtual network 3 |10.3.0.0/24 |
41+
|Virtual network 4 |10.4.0.0/24 |
4242
|VPN Branch 1 |10.122.1.0/24, 10.122.2.0/24, 10.122.3.0/24, 10.100.0.0/16|
4343
|VPN Branch 2 |10.200.0.0/16 |
44-
|NVA 1 | 10.150.1.0/24, 10.150.2.0/24 , 10.150.3.0/24 , 10.150.4.0/24 |
44+
|NVA 1 | 10.150.1.0/24, 10.150.2.0/24, 10.150.3.0/24, 10.150.4.0/24 |
4545

46-
## Scenario : Using ASNs to prepend routes
46+
## Scenario: Using ASNs to prepend routes
4747

48-
In this scenario, the goal is to prepend route 10.5.0.192/26 from VNet 3 on Hub 2 with ASN 65533.
48+
In this scenario, the goal is to prepend route 10.5.0.192/26 from virtual network 3 on Hub 2 with ASN 65533.
4949
> [!Important]
5050
> [!INCLUDE [Preview text](../../includes/virtual-wan-route-maps-asn.md)]
5151
5252
:::image type="content" source="./media/route-maps-how-to-prepend/Prepend.png" alt-text="Screenshot that shows the Scenario." lightbox="./media/route-maps-how-to-prepend/Prepend.png":::
5353

5454
## Workflow
5555

56-
1. Use the Route-Map dashboard in hub 2 to verify the ASNs on routes are being advertised from the VNet connection.
56+
1. Use the Route-Map dashboard in hub 2 to verify the ASNs on routes are being advertised from the virtual network connection.
5757

5858
:::image type="content" source="./media/route-maps-how-to-prepend/db_before_one.png" alt-text="Screenshot that shows the routes before Route-Map." lightbox="./media/route-maps-how-to-prepend/db_before_one.png":::
5959

60-
look at the Route-Map dashboard for the VPN brach 2 to verify the ASNs for route 10.5.0.192/26 that are being sent to the branch office.
60+
Look at the Route-Map dashboard for the VPN branch 2 to verify the ASNs for route 10.5.0.192/26 that are being sent to the branch office.
6161

6262
:::image type="content" source="./media/route-maps-how-to-prepend/db_before_two.png" alt-text="Screenshot that shows the routes before Route-Map." lightbox="./media/route-maps-how-to-prepend/db_before_two.png":::
6363

64-
2. Create a Route-Map to tag the route. If this is your frist time creating a Route-Map, see [How to configure Route-maps](route-maps-how-to.md) for more information.
64+
2. Create a Route-Map to tag the route. If this is your first time creating a Route-Map, see [How to configure Route-maps](route-maps-how-to.md) for more information.
6565

66-
The Route-Map will have a match rule for route 10.5.0.192/26. The action **modify** will be selected. Route Modification will have an **Prepend** for **AS Path** 65533.
66+
The Route-Map will have a match rule for route 10.5.0.192/26. The action **modify** will be selected. Route Modification has a **Prepend** for **AS Path** 65533.
6767

6868
:::image type="content" source="./media/route-maps-how-to-prepend/rm.png" alt-text="Screenshot that shows the Route-Map." lightbox="./media/route-maps-how-to-prepend/rm.png":::
6969

70-
3. Apply the Route-Map on the VNet 3 connection. The Route-Map will be applied in the inbound direction.
70+
3. Apply the Route-Map on the virtual network 3 connection. The Route-Map will be applied in the inbound direction.
7171

7272
:::image type="content" source="./media/route-maps-how-to-prepend/apply.png" alt-text="Screenshot the Route-map being applied." lightbox="./media/route-maps-how-to-prepend/apply.png":::
7373

articles/virtual-wan/how-to-configure-route-maps-to-summarize-routes-from-an-device-a-spoke-vNet.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'How to configure Route-maps summarize routes from an NVA in a spoke VNet'
2+
title: 'How to configure Route-maps summarize routes from an NVA in a spoke virtual network'
33
titleSuffix: Azure Virtual WAN
44
description: Learn how to configure Route-maps to summarize routes from an NVA
55
author: cfields475
@@ -10,13 +10,13 @@ ms.author: cfields
1010
ms.custom: references_region
1111

1212
---
13-
# How to configure Route-maps to summarize routes from an NVA in a spoke VNet
13+
# How to configure Route-maps to summarize routes from an NVA in a spoke virtual network
1414

15-
This article helps you use the Route-maps feature to summarize routes from an NVA in a spoke VNet using the Azure portal. For more information about Virtual WAN Route-maps, see [About Route-maps](route-maps-about.md).
15+
This article helps you use the Route-maps feature to summarize routes from an NVA in a spoke virtual network using the Azure portal. For more information about Virtual WAN Route-maps, see [About Route-maps](route-maps-about.md).
1616

1717
## Prerequisites
1818

19-
Verify that you've met the following criteria before beginning your configuration:
19+
Verify that you have met the following criteria before beginning your configuration:
2020

2121
* You have virtual WAN (VWAN) with a connection (S2S, P2S, or ExpressRoute) already configured.
2222

@@ -25,47 +25,47 @@ Verify that you've met the following criteria before beginning your configuratio
2525
* Be sure to view [About Route-maps](route-maps-about.md#considerations-and-limitations) for considerations and limitations before proceeding with configuration steps.
2626

2727
## Design
28-
In this situation we have two hubs. Hub 1 has 2 VNets and a VPN branch office. One of the VNets has an NVA peered with the hub. Hub 2 also has 2 VNets and a VPN branch office.
28+
In this situation, we have two hubs. Hub 1 has 2 VNets and a VPN branch office. One of the VNets has an NVA (network virtual appliance) peered with the hub. Hub 2 also has 2 VNets and a VPN branch office.
2929

30-
:::image type="content" source="./media/route-maps-how-to-summarize/environment.png" alt-text="Screenshot shows how to the Enviroment." lightbox="./media/route-maps-how-to-summarize/environment.png":::
30+
:::image type="content" source="./media/route-maps-how-to-summarize/environment.png" alt-text="Screenshot shows how to the Environment." lightbox="./media/route-maps-how-to-summarize/environment.png":::
3131

32-
Here is the addressing for this environment:
32+
Here's the addressing for this environment:
3333

3434
| Resource |Address Space |
3535
| --- |---|
3636
|Hub 1 |192.168.1.0/24 |
3737
|Hub 2 |192.168.2.0/24 |
38-
|VNet 1 |10.1.0.0/24 |
39-
|VNet 2 |10.2.0.0/24 |
40-
|VNet 3 |10.3.0.0/24 |
41-
|VNet 4 |10.4.0.0/24 |
38+
|Virtual network 1 |10.1.0.0/24 |
39+
|Virtual network 2 |10.2.0.0/24 |
40+
|Virtual network 3 |10.3.0.0/24 |
41+
|Virtual network 4 |10.4.0.0/24 |
4242
|VPN Branch 1 |10.122.1.0/24, 10.122.2.0/24, 10.122.3.0/24, 10.100.0.0/16|
4343
|VPN Branch 2 |10.200.0.0/16 |
44-
|NVA 1 | 10.150.1.0/24, 10.150.2.0/24 , 10.150.3.0/24 , 10.150.4.0/24 |
44+
|NVA 1 | 10.150.1.0/24, 10.150.2.0/24, 10.150.3.0/24, 10.150.4.0/24 |
4545

46-
## Scenario : Summarize routes from an NVA in a spoke VNet
46+
## Scenario: Summarize routes from an NVA in a spoke virtual network
4747

48-
In this scenario, the goal is to summarize some routes being advertised to the hub from the NVA in VNet 1. In this example we will be taking the routes 10.150.1.0/24, 10.150.2.0/24, 10.150.3.0/24, 10.150.4.0/24, and summarizing them to 10.150.0.0/16
48+
In this scenario, the goal is to summarize some routes being advertised to the hub from the NVA in virtual network 1. In this example we'll be taking the routes 10.150.1.0/24, 10.150.2.0/24, 10.150.3.0/24, 10.150.4.0/24, and summarizing them to 10.150.0.0/16
4949

5050
:::image type="content" source="./media/route-maps-how-to-nva/nva.png" alt-text="Screenshot that shows the Scenario." lightbox="route-maps-how-to-nva/nva.png":::
5151

5252
## Workflow
5353

54-
1. Use the Route-Map dashboard in hub 1 to verify the correct routes are currently being advertised from VNet 1 to the hub.
54+
1. Use the Route-Map dashboard in hub 1 to verify the correct routes are currently being advertised from virtual network 1 to the hub.
5555

5656
:::image type="content" source="./media/route-maps-how-to-nva/db_before_one.png" alt-text="Screenshot that shows the routes before Route-maps." lightbox="route-maps-how-to-nva/db_before_one.png":::
5757

58-
use the Route-Map dashboard to verify the routes being sent to VPN branch 1.
58+
Use the Route-Map dashboard to verify the routes being sent to VPN branch 1.
5959

6060
:::image type="content" source="./media/route-maps-how-to-nva/db_before_2.png" alt-text="Screenshot that shows the routes before Route-maps." lightbox="route-maps-how-to-nva/db_before_2.png":::
6161

62-
2. Create a Route-Map to tag the route. If this is your frist time creating a Route-Map, see [How to configure Route-maps](route-maps-how-to.md) for more information.
62+
2. Create a Route-Map to tag the route. If this is your first time creating a Route-Map, see [How to configure Route-maps](route-maps-how-to.md) for more information.
6363

64-
The Route-Map will have a match rule for route 10.150.0.0/16. The action **modify** will be selected. Route Modification will have an **Replace** for **RoutePrefix** 10.150.0.0/16.
64+
The Route-Map will have a match rule for route 10.150.0.0/16. The action **modify** will be selected. Route Modification has an **Replace** for **RoutePrefix** 10.150.0.0/16.
6565

6666
:::image type="content" source="./media/route-maps-how-to-nva/rm.png" alt-text="Screenshot that shows the Route-map." lightbox="route-maps-how-to-nva/rm.png":::
6767

68-
3. Apply the Route-Map on the VNet 1 connection. The Route-Map will be applied in the inbound direction.
68+
3. Apply the Route-Map on the virtual network 1 connection. The Route-Map will be applied in the inbound direction.
6969

7070
:::image type="content" source="./media/route-maps-how-to-nva/apply.png" alt-text="Screenshot that shows the Route-map being applied." lightbox="route-maps-how-to-nva/apply.png":::
7171

articles/virtual-wan/how-to-configure-route-maps-to-tag-routes.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article helps you use the Route-maps feature to tag routes using the Azure
1616

1717
## Prerequisites
1818

19-
Verify that you've met the following criteria before beginning your configuration:
19+
Verify that you have met the following criteria before beginning your configuration:
2020

2121
* You have virtual WAN (VWAN) with a connection (S2S, P2S, or ExpressRoute) already configured.
2222

@@ -25,51 +25,51 @@ Verify that you've met the following criteria before beginning your configuratio
2525
* Be sure to view [About Route-maps](route-maps-about.md#considerations-and-limitations) for considerations and limitations before proceeding with configuration steps.
2626

2727
## Design
28-
In this situation we have two hubs. Hub 1 has 2 VNets and a VPN branch office. One of the VNets has an NVA peered with the hub. Hub 2 also has 2 VNets and a VPN branch office.
28+
In this situation, we have two hubs. Hub 1 has 2 VNets and a VPN branch office. One of the VNets has an (network virtual appliance) peered with the hub. Hub 2 also has 2 VNets and a VPN branch office.
2929

30-
:::image type="content" source="./media/route-maps-how-to-summarize/environment.png" alt-text="Screenshot shows how to the Enviroment." lightbox="./media/route-maps-how-to-summarize/environment.png":::
30+
:::image type="content" source="./media/route-maps-how-to-summarize/environment.png" alt-text="Screenshot shows how to the Environment." lightbox="./media/route-maps-how-to-summarize/environment.png":::
3131

32-
Here is the addressing for this environment:
32+
Here's the addressing for this environment:
3333

3434
| Resource |Address Space |
3535
| --- |---|
3636
|Hub 1 |192.168.1.0/24 |
3737
|Hub 2 |192.168.2.0/24 |
38-
|VNet 1 |10.1.0.0/24 |
39-
|VNet 2 |10.2.0.0/24 |
40-
|VNet 3 |10.3.0.0/24 |
41-
|VNet 4 |10.4.0.0/24 |
38+
|Virtual network 1 |10.1.0.0/24 |
39+
|Virtual network 2 |10.2.0.0/24 |
40+
|Virtual network 3 |10.3.0.0/24 |
41+
|Virtual network 4 |10.4.0.0/24 |
4242
|VPN Branch 1 |10.122.1.0/24, 10.122.2.0/24, 10.122.3.0/24, 10.100.0.0/16|
4343
|VPN Branch 2 |10.200.0.0/16 |
44-
|NVA 1 | 10.150.1.0/24, 10.150.2.0/24 , 10.150.3.0/24 , 10.150.4.0/24 |
44+
|NVA 1 | 10.150.1.0/24, 10.150.2.0/24, 10.150.3.0/24, 10.150.4.0/24 |
4545

46-
## Scenario : Using BGP communities to Tag routes
46+
## Scenario: Using BGP communities to Tag routes
4747

48-
In this scenario, the goal is to tag route 10.5.0.192/26 form VNet 3 on Hub 2 with BGP community 3356:70
48+
In this scenario, the goal is to tag route 10.5.0.192/26 form virtual network 3 on Hub 2 with BGP community 3356:70
4949

5050
:::image type="content" source="./media/route-maps-how-to-tag/tag.png" alt-text="Screenshot that shows the Scenario." lightbox="./media/route-maps-how-to-tag/tag.png":::
5151

5252
## Workflow
5353

54-
1. Use the Route-Map dashboard in hub 2 to verify the BGP community on the route 10.5.0.192/26 being advertised from the VNet connection.
54+
1. Use the Route-Map dashboard in hub 2 to verify the BGP community on the route 10.5.0.192/26 being advertised from the virtual network connection.
5555

5656
:::image type="content" source="./media/route-maps-how-to-tag/db_before.png" alt-text="Screenshot that shows routes before Route-map." lightbox="./media/route-maps-how-to-tag/db_before.png":::
5757

5858
look at the Route-Map dashboard for the VPN Brach to verify the BGP community on the route for 10.5.0.192/26. The goal is to very what routes are being sent on prem.
5959

6060
:::image type="content" source="./media/route-maps-how-to-tag/db_before_2.png" alt-text="Screenshot that shows routes before Route-map." lightbox="./media/route-maps-how-to-tag/db_before_2.png":::
6161

62-
2. Create a Route-Map to tag the route. If this is your frist time creating a Route-Map, see [How to configure Route-maps](route-maps-how-to.md) for more information.
62+
2. Create a Route-Map to tag the route. If this is your first time creating a Route-Map, see [How to configure Route-maps](route-maps-how-to.md) for more information.
6363

64-
The Route-Map will have a match rule for route 10.5.0.192/26. The action **modify** will be selected. Route Modification will have an **add** for **community** 3356:70.
64+
The Route-Map will have a match rule for route 10.5.0.192/26. The action **modify** will be selected. Route Modification has an **add** for **community** 3356:70.
6565

6666
:::image type="content" source="./media/route-maps-how-to-tag/rm.png" alt-text="Screenshot that shows the Route-map." lightbox="./media/route-maps-how-to-tag/rm.png":::
6767

68-
3. Apply the Route-Map on the VNet 3 connection. The Route-Map will be applied in the inbound direction.
68+
3. Apply the Route-Map on the virtual network 3 connection. The Route-Map will be applied in the inbound direction.
6969

7070
:::image type="content" source="./media/route-maps-how-to-tag/rm.png" alt-text="Screenshot that shows the Route-map being applied." lightbox="./media/route-maps-how-to-tag/apply.png":::
7171

72-
4. Using the Route-Map dashboard in Hub 2, Verify that route 10.5.0.192/26 has the BGP community of 3356:70 added on the VNet 3 connection.
72+
4. Using the Route-Map dashboard in Hub 2, Verify that route 10.5.0.192/26 has the BGP community of 3356:70 added on the virtual network 3 connection.
7373

7474
:::image type="content" source="./media/route-maps-how-to-tag/db_after.png" alt-text="Screenshot that shows routes after Route-map being applied." lightbox="./media/route-maps-how-to-tag/db_after.png":::
7575

0 commit comments

Comments
 (0)