Skip to content

Commit 5d87004

Browse files
committed
commit
1 parent 7fe89c2 commit 5d87004

5 files changed

+20
-20
lines changed

articles/virtual-wan/route-maps-drop-inbound-branch-sites.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,25 +52,25 @@ In this scenario, the goal is to drop routes being advertised from VPN branch si
5252

5353
## Workflow
5454

55-
1. Use the Route-Map dashboard in hub 1 to verify what routes are being advertised from the VPN branch.
55+
1. Use the Route-Map dashboard in hub 1 to verify what routes are being advertised from the VPN branch.
5656

5757
:::image type="content" source="./media/route-maps-drop-inbound-branch-sites/db-before.png" alt-text="Screenshot that shows routes before Route-maps." lightbox="./media/route-maps-drop-inbound-branch-sites/db-before.png":::
5858

5959
Verify the routes are showing up in the effective route table for hub 1.
6060

6161
:::image type="content" source="./media/route-maps-drop-inbound-branch-sites/er-before.png" alt-text="Screenshot that shows routes in effective routes table." lightbox="./media/route-maps-drop-inbound-branch-sites/er-before.png":::
6262

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.
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

6565
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-drop-inbound-branch-sites/rm.png" alt-text="Screenshot that shows the Route-map." lightbox="./media/route-maps-drop-inbound-branch-sites/rm.png":::
6868

69-
3. Apply the Route-Map on the VPN branch 1 site connection. The Route-Map will be applied in the inbound direction.
69+
3. Apply the Route-Map on the VPN branch 1 site connection. The Route-Map will be applied in the inbound direction.
7070

7171
:::image type="content" source="./media/route-maps-drop-inbound-branch-sites/apply.png" alt-text="Screenshot showing the Route-Map being applied." lightbox="./media/route-maps-drop-inbound-branch-sites/apply.png":::
7272

73-
4. Using the Route-Map dashboard in Hub 1, Verify that routes 10.122.1.0/24,10.122.2.0/24, 10.122.3.0/24 are being dropped.
73+
4. Using the Route-Map dashboard in Hub 1, Verify that routes 10.122.1.0/24,10.122.2.0/24, 10.122.3.0/24 are being dropped.
7474

7575
:::image type="content" source="./media/route-maps-drop-inbound-branch-sites/db-after.png" alt-text="Screenshot showing routes after the Route-Map being applied." lightbox="./media/route-maps-drop-inbound-branch-sites/db-after.png":::
7676

articles/virtual-wan/route-maps-how-to-summarize-routes-leaving-your-virtual-wan.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,21 @@ In this scenario, a Route-map will summarize the routes being advertised to the
5252

5353
## Workflow
5454

55-
1. Use the Route-map dashboard in hub 2 to verify the correct routes are currently being advertised to VPN branch 2 site.
55+
1. Use the Route-map dashboard in hub 2 to verify the correct routes are currently being advertised to VPN branch 2 site.
5656

5757
:::image type="content" source="./media/route-maps-how-to-summarize/db-one.png" alt-text="Screenshot that shows routes before Route-Maps." lightbox="./media/route-maps-how-to-summarize/db-one.png":::
5858

59-
2. Create a Route-map to summarize the routes. Before you create your first time Route-map, see [How to configure Route-maps](route-maps-how-to.md) for more information.
59+
2. Create a Route-map to summarize the routes. Before you create your first time Route-map, see [How to configure Route-maps](route-maps-how-to.md) for more information.
6060

6161
The Route-map has a match rule for contains 10.122.0.0/16. The action **Modify** is selected. Route Modification has a **Replace** for the **RoutePrefix** 10.122.0.0/16.
6262

6363
:::image type="content" source="./media/route-maps-how-to-summarize/rm.png" alt-text="Screenshot to show the Route-Map." lightbox="./media/route-maps-how-to-summarize/rm.png":::
6464

65-
3. Apply the Route-map on the VPN branch 2 site connection. The Route-map will be applied in the outbound direction.
65+
3. Apply the Route-map on the VPN branch 2 site connection. The Route-map will be applied in the outbound direction.
6666

6767
:::image type="content" source="./media/route-maps-how-to-summarize/apply.png" alt-text="Screenshot to show the Route-Map being applied." lightbox="./media/route-maps-how-to-summarize/apply.png":::
6868

69-
4. Using the Route-map dashboard in Hub 2, Verify that route 10.122.0.0/16 is being summarized.
69+
4. Using the Route-map dashboard in Hub 2, Verify that route 10.122.0.0/16 is being summarized.
7070

7171
:::image type="content" source="./media/route-maps-how-to-summarize/db-after.png" alt-text="Screenshot to show routes after Route-map was applied." lightbox="./media/route-maps-how-to-summarize/db-after.png":::
7272

articles/virtual-wan/route-maps-prepend-routes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,25 +53,25 @@ In this scenario, the goal is to prepend route 10.5.0.192/26 from virtual networ
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 virtual network 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-prepend-routes/db-before-one.png" alt-text="Screenshot that shows the routes before Route-Map being applied." lightbox="./media/route-maps-prepend-routes/db-before-one.png":::
5959

6060
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-prepend-routes/db-before-two.png" alt-text="Screenshot that shows the routes before Route-Map being applied to the VPN branch." lightbox="./media/route-maps-prepend-routes/db-before-two.png":::
6363

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.
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

6666
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-prepend-routes/rm.png" alt-text="Screenshot that shows the Route-Map." lightbox="./media/route-maps-prepend-routes/rm.png":::
6969

70-
3. Apply the Route-Map on the virtual network 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-prepend-routes/apply.png" alt-text="Screenshot of the Route-map being applied." lightbox="./media/route-maps-prepend-routes/apply.png":::
7373

74-
4. Using the Route-Map dashboard in Hub 2, Verify that route 10.5.0.192/26 has an ASN of 65533 added.
74+
4. Using the Route-Map dashboard in Hub 2, Verify that route 10.5.0.192/26 has an ASN of 65533 added.
7575

7676
:::image type="content" source="./media/route-maps-prepend-routes/db-after-one.png" alt-text="Screenshot showing routes after Route-map was applied." lightbox="./media/route-maps-prepend-routes/db-after-one.png":::
7777

articles/virtual-wan/route-maps-summarize-from-device-spoke-vnet-nva.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,25 +51,25 @@ In this scenario, the goal is to summarize some routes being advertised to the h
5151

5252
## Workflow
5353

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.
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-summarize-from-device-spoke-vnet-nva/db-before-one.png" alt-text="Screenshot that shows the routes before Route-maps." lightbox="./media/route-maps-summarize-from-device-spoke-vnet-nva/db-before-one.png":::
5757

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

6060
:::image type="content" source="./media/route-maps-summarize-from-device-spoke-vnet-nva/db-before-two.png" alt-text="Screenshot that shows the routes before Route-maps for VPN branch." lightbox="./media/route-maps-summarize-from-device-spoke-vnet-nva/db-before-two.png":::
6161

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.
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

6464
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-summarize-from-device-spoke-vnet-nva/rm.png" alt-text="Screenshot that shows the Route-map." lightbox="./media/route-maps-summarize-from-device-spoke-vnet-nva/rm.png":::
6767

68-
3. Apply the Route-Map on the virtual network 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-summarize-from-device-spoke-vnet-nva/apply.png" alt-text="Screenshot that shows the Route-map being applied." lightbox="./media/route-maps-summarize-from-device-spoke-vnet-nva/apply.png":::
7171

72-
4. Using the Route-Map dashboard in Hub 1, Verify that route 10.150.0.0/16 is being summarized.
72+
4. Using the Route-Map dashboard in Hub 1, Verify that route 10.150.0.0/16 is being summarized.
7373

7474
:::image type="content" source="./media/route-maps-summarize-from-device-spoke-vnet-nva/db-after-one.png" alt-text="Screenshot that shows routes after Route-map being applied." lightbox="./media/route-maps-summarize-from-device-spoke-vnet-nva/db-after-one.png":::
7575

articles/virtual-wan/route-maps-tag-routes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,25 +51,25 @@ In this scenario, the goal is to tag route 10.5.0.192/26 form virtual network 3
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 virtual network 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-tag-routes/db-before.png" alt-text="Screenshot that shows routes before Route-map." lightbox="./media/route-maps-tag-routes/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 vary what routes are being sent on premises.
5959

6060
:::image type="content" source="./media/route-maps-tag-routes/db-before-two.png" alt-text="Screenshot that shows routes for VPN branch." lightbox="./media/route-maps-tag-routes/db-before-two.png":::
6161

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.
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

6464
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-tag-routes/rm.png" alt-text="Screenshot that shows the Route-map." lightbox="./media/route-maps-tag-routes/rm.png":::
6767

68-
3. Apply the Route-Map on the virtual network 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-tag-routes/apply.png" alt-text="Screenshot that shows the Route-map being applied." lightbox="./media/route-maps-tag-routes/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 virtual network 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-tag-routes/db-after.png" alt-text="Screenshot that shows routes after Route-map being applied." lightbox="./media/route-maps-tag-routes/db-after.png":::
7575

0 commit comments

Comments
 (0)