Skip to content

Commit af70c8a

Browse files
committed
commit
1 parent a11bbd9 commit af70c8a

18 files changed

+40
-37
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Verify that you've met the following criteria before beginning your configuratio
2828

2929
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.
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 Enviroment." lightbox="./media/route-maps-how-to-summarize/environment.png":::
3232

3333
Here is the addressing for this environment:
3434

@@ -48,35 +48,35 @@ Here is the addressing for this environment:
4848

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

51-
:::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":::
51+
:::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

5353
## Workflow
5454

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

57-
:::image type="content" source="./media/route-maps-how-to-Drop/DB_Before.png" alt-text="Screenshot that shows routes before." lightbox="./media/route-maps-how-to-Drop/DB_Before.png":::
57+
:::image type="content" source="./media/route-maps-how-to-drop/db_before.png" alt-text="Screenshot that shows routes before." lightbox="./media/route-maps-how-to-drop/db_before.png":::
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." 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 frist 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** will be selected.
6666

67-
:::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":::
67+
:::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

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

71-
:::image type="content" source="./media/route-maps-how-to-Drop/Apply.png" alt-text="Screenshot that shows applying the Route-Map." lightbox="./media/route-maps-how-to-Drop/Apply.png":::
71+
:::image type="content" source="./media/route-maps-how-to-drop/apply.png" alt-text="Screenshot that shows applying the Route-Map." lightbox="./media/route-maps-how-to-drop/apply.png":::
7272

7373
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

75-
:::image type="content" source="./media/route-maps-how-to-Drop/DB_After.png" alt-text="Screenshot that shows routes after applying Route-Map." lightbox="./media/route-maps-how-to-Drop/DB_After.png":::
75+
:::image type="content" source="./media/route-maps-how-to-drop/db_after.png" alt-text="Screenshot that shows routes after applying Route-Map." lightbox="./media/route-maps-how-to-drop/db_after.png":::
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." 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 renamed to articles/virtual-wan/how-to-configure-route-maps-to-prepend-routes.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Verify that you've met the following criteria before beginning your configuratio
2727
## Design
2828
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.
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 Enviroment." lightbox="./media/route-maps-how-to-summarize/environment.png":::
3131

3232
Here is the addressing for this environment:
3333

@@ -55,29 +55,29 @@ In this scenario, the goal is to prepend route 10.5.0.192/26 from VNet 3 on Hub
5555

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

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

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

62-
:::image type="content" source="./media/route-maps-how-to-prepend/DB_Before_2.png" alt-text="Screenshot that shows the routes before Route-Map." lightbox="./media/route-maps-how-to-prepend/DB_Before_2.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." 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 frist 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 will have an **Prepend** for **AS Path** 65533.
6767

68-
:::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":::
68+
:::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

7070
3. Apply the Route-Map on the VNet 3 connection. The Route-Map will be applied in the inbound direction.
7171

72-
:::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":::
72+
:::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

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

76-
:::image type="content" source="./media/route-maps-how-to-prepend/DB_After_1.png" alt-text="Screenshot of routes after Route-map being applied." lightbox="./media/route-maps-how-to-prepend/DB_After_1.png":::
76+
:::image type="content" source="./media/route-maps-how-to-prepend/db_after_one.png" alt-text="Screenshot of routes after Route-map being applied." lightbox="./media/route-maps-how-to-prepend/db_after_one.png":::
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_2.png" alt-text="Screenshot of routes after Route-map being applied." lightbox="./media/route-maps-how-to-prepend/DB_After_2.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." lightbox="./media/route-maps-how-to-prepend/db_after_two.png":::
8181

8282
## Next steps
8383

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Verify that you've met the following criteria before beginning your configuratio
2727
## Design
2828
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.
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 Enviroment." lightbox="./media/route-maps-how-to-summarize/environment.png":::
3131

3232
Here is the addressing for this environment:
3333

@@ -47,33 +47,35 @@ Here is 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 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
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="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 VNet 1 to the hub.
5555

56-
:::image type="content" source="./media/route-maps-how-to-NVA/DB_Before_1.png" alt-text="Screenshot that shows the routes before Route-maps." lightbox="route-maps-how-to-NVA/DB_Before_1.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="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.
59-
:::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":::
59+
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":::
6061

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

6364
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-
:::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":::
65+
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":::
6567

6668
3. Apply the Route-Map on the VNet 1 connection. The Route-Map will be applied in the inbound direction.
6769

68-
:::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="route-maps-how-to-nva/apply.png":::
6971

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

72-
:::image type="content" source="./media/route-maps-how-to-NVA/DB_After_1.png" alt-text="Screenshot that shows the Route-map being applied." lightbox="route-maps-how-to-NVA/DB_After_1.png":::
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":::
7375

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

76-
:::image type="content" source="./media/route-maps-how-to-NVA/DB_After_2.png" alt-text="Screenshot that shows the Route-map being applied." lightbox="route-maps-how-to-NVA/DB_After_2.png":::
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":::
7779

7880
## Next steps
7981

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Verify that you've met the following criteria before beginning your configuratio
2727
## Design
2828
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.
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 Enviroment." lightbox="./media/route-maps-how-to-summarize/environment.png":::
3131

3232
Here is the addressing for this environment:
3333

@@ -47,34 +47,35 @@ Here is the addressing for this environment:
4747

4848
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
4949

50-
:::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":::
50+
:::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

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

56-
:::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":::
56+
:::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.
59-
:::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":::
59+
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":::
6061

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

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

65-
:::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":::
66+
:::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":::
6667

6768
3. Apply the Route-Map on the VNet 3 connection. The Route-Map will be applied in the inbound direction.
6869

69-
:::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":::
70+
:::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":::
7071

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

73-
:::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":::
74+
:::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":::
7475

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

77-
:::image type="content" source="./media/route-maps-how-to-Tag/RM_After_2.png" alt-text="Screenshot that shows routes after Route-map being applied." lightbox="./media/route-maps-how-to-Tag/RM_After_2.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." lightbox="./media/route-maps-how-to-tag/rm_after_two.png":::
7879

7980
## Next steps
8081

0 commit comments

Comments
 (0)