Skip to content

Commit b6a4f19

Browse files
committed
commit
1 parent 1ab8fc8 commit b6a4f19

4 files changed

+13
-13
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In this scenario, the goal is to drop routes being advertised from VPN branch si
5858

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

61-
:::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":::
61+
:::image type="content" source="./media/route-maps-how-to-drop/er_before.png" alt-text="Screenshot that shows routes before effective routes." lightbox="./media/route-maps-how-to-drop/er_before.png":::
6262

6363
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

@@ -76,7 +76,7 @@ In this scenario, the goal is to drop routes being advertised from VPN branch si
7676

7777
Verify the routes are no longer in the effective route table.
7878

79-
:::image type="content" source="./media/route-maps-how-to-drop/er_after.png" alt-text="Screenshot that shows routes after applying Route-Map." lightbox="./media/route-maps-how-to-drop/ER_after.png":::
79+
:::image type="content" source="./media/route-maps-how-to-drop/er_after.png" alt-text="Screenshot that shows routes after applying Route-Map effective routes." lightbox="./media/route-maps-how-to-drop/ER_after.png":::
8080

8181
## Next steps
8282

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ In this scenario, the goal is to prepend route 10.5.0.192/26 from virtual networ
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

62-
:::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":::
62+
:::image type="content" source="./media/route-maps-how-to-prepend/db_before_two.png" alt-text="Screenshot that shows the routes before Route-Map VPN." lightbox="./media/route-maps-how-to-prepend/db_before_two.png":::
6363

6464
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

@@ -77,7 +77,7 @@ In this scenario, the goal is to prepend route 10.5.0.192/26 from virtual networ
7777

7878
look at the Route-Map dashboard for VPN branch 2 connection to verify route 10.5.0.192/26 has the ASNs 65533 advertised to VPN branch 2.
7979

80-
:::image type="content" source="./media/route-maps-how-to-prepend/db_after_two.png" alt-text="Screenshot of routes after Route-map being applied." lightbox="./media/route-maps-how-to-prepend/db_after_two.png":::
80+
:::image type="content" source="./media/route-maps-how-to-prepend/db_after_two.png" alt-text="Screenshot of routes after Route-map being applied VPN." lightbox="./media/route-maps-how-to-prepend/db_after_two.png":::
8181

8282
## Next steps
8383

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,35 +47,35 @@ Here's the addressing for this environment:
4747

4848
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

50-
:::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":::
50+
:::image type="content" source="./media/route-maps-how-to-nva/nva.png" alt-text="Screenshot that shows the Scenario." lightbox="./media/route-maps-how-to-nva/nva.png":::
5151

5252
## Workflow
5353

5454
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

56-
:::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":::
56+
:::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="./media/route-maps-how-to-nva/db_before_one.png":::
5757

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

60-
:::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":::
60+
:::image type="content" source="./media/route-maps-how-to-nva/db_before_two.png" alt-text="Screenshot that shows the routes before Route-maps on VPN." lightbox="./media/route-maps-how-to-nva/db_before_two.png":::
6161

6262
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

66-
:::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":::
66+
:::image type="content" source="./media/route-maps-how-to-nva/rm.png" alt-text="Screenshot that shows the Route-map." lightbox="./media/route-maps-how-to-nva/rm.png":::
6767

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

70-
:::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":::
70+
:::image type="content" source="./media/route-maps-how-to-nva/apply.png" alt-text="Screenshot that shows the Route-map being applied." lightbox="./media/route-maps-how-to-nva/apply.png":::
7171

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

74-
:::image type="content" source="./media/route-maps-how-to-nva/db_after_one.png" alt-text="Screenshot that shows the Route-map being applied." lightbox="route-maps-how-to-NVA/db_after_one.png":::
74+
:::image type="content" source="./media/route-maps-how-to-nva/db_after_one.png" alt-text="Screenshot that shows the Route-map after being applied." lightbox="./media/route-maps-how-to-nva/db_after_one.png":::
7575

7676
Using the Route-Map dashboard verify route 10.150.0.0/16 has been advertised to VPN branch 1
7777

78-
:::image type="content" source="./media/route-maps-how-to-nva/db_after_two.png" alt-text="Screenshot that shows the Route-map being applied." lightbox="route-maps-how-to-nva/db_after_two.png":::
78+
:::image type="content" source="./media/route-maps-how-to-nva/db_after_two.png" alt-text="Screenshot that shows the Route-map after being applied VPN." lightbox="./media/route-maps-how-to-nva/db_after_two.png":::
7979

8080
## Next steps
8181

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In this scenario, the goal is to tag route 10.5.0.192/26 form virtual network 3
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

60-
:::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":::
60+
:::image type="content" source="./media/route-maps-how-to-tag/db_before_two.png" alt-text="Screenshot that shows routes before Route-map VPN." lightbox="./media/route-maps-how-to-tag/db_before_two.png":::
6161

6262
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

@@ -75,7 +75,7 @@ In this scenario, the goal is to tag route 10.5.0.192/26 form virtual network 3
7575

7676
look at the Route-Map dashboard for the VPN branch connection to verify route 10.5.0.192/26 has the BGP community 3356:70 being advertised to the VPN branch office 2.
7777

78-
:::image type="content" source="./media/route-maps-how-to-Tag/rm_after_two.png" alt-text="Screenshot that shows routes after Route-map being applied." lightbox="./media/route-maps-how-to-tag/rm_after_two.png":::
78+
:::image type="content" source="./media/route-maps-how-to-Tag/rm_after_two.png" alt-text="Screenshot that shows routes after Route-map being applied VPN." lightbox="./media/route-maps-how-to-tag/rm_after_two.png":::
7979

8080
## Next steps
8181

0 commit comments

Comments
 (0)