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/virtual-wan/about-virtual-hub-routing.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,10 @@ Labels provide a mechanism to logically group route tables. This is especially h
73
73
74
74
Configuring static routes provides a mechanism to steer traffic from the hub through a next hop IP, which could be of a Network Virtual Appliance (NVA) provisioned in a Spoke VNet attached to a virtual hub. The static route is composed of a route name, list of destination prefixes, and a next hop IP.
To delete a static route, the route must be deleted from the route table that it's placed in. See [Delete a route](how-to-virtual-hub-routing.md#delete-a-route) for steps.
79
+
76
80
## <aname="route"></a>Route tables for pre-existing routes
77
81
78
82
Route tables now have features for association and propagation. A pre-existing route table is a route table that doesn't have these features. If you have pre-existing routes in hub routing and would like to use the new capabilities, consider the following:
Copy file name to clipboardExpand all lines: articles/virtual-wan/how-to-virtual-hub-routing.md
+21-8Lines changed: 21 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,19 +49,32 @@ The following steps help you create a route table and a route.
49
49
50
50
## Edit a route table
51
51
52
-
1. Go to the virtual hub and select the **Route Tables** from the left pane. On the **Route Tables** page, click the name of the route table you want to edit.
53
-
1. On the **Edit route table** page, edit the values that you want to change. For example, you can add or remove routes, or edit a route that's contained in the route table. If you want to edit a specific route contained in the route table, click the name of the route to open the **Edit route table** page for that route.
54
-
1.After making your changes, click **Review + create**or **Create**(depending on the page that you are on) to save your settings.
52
+
1. Go to the virtual hub and, in the left pane, click **Route Tables**. On the **Route Tables** page, click the name of the route table you want to edit.
53
+
1. On the **Edit route table** page, on each tab, edit the values thatyou want to change.
54
+
1.On the **Propagations**page, click **Create**to update the route table with new route information.
55
55
56
-
## Remove a route from a route table
56
+
## Edit a route
57
57
58
-
1. Go to the virtual hub and select the **Route Tables** from the left pane. On the **Route Tables** page, click the name of the route table you want to edit.
59
-
1. On the **Edit route table** page, use the scroll bar to navigate to the right. You'll see 3 dots. Click the 3 dots to reveal the **Remove** button.
60
-
1. Click **Remove**, then select **Review + Create** at the bottom of the page. As long as no errors occur, the route is removed.
58
+
1. Go to the virtual hub and, in the left pane, click **Route Tables**. On the **Route Tables** page, click the name of the route table that contains the route you want to edit.
59
+
1. On the **Edit route table** page, locate the route from the list and make the applicable changes. Then, click **Review + create**.
60
+
1. On the **Propagations** page, make any additional changes (if necessary), then click **Create** to update the route table with new route information.
61
+
1. As long as no errors occur, the route is updated.
62
+
63
+
## Delete a route
64
+
65
+
1. Go to the virtual hub and, in the left pane, click **Route Tables**. On the **Route Tables** page, click the name of the route table that contains the route you want to edit.
66
+
1. On the **Edit route table** page, locate the route from the list. Use the scroll bar to navigate to the right. You'll see an ellipsis (three dots) at the end of the line for the route. Click the ellipsis to reveal the **Remove** button. Click **Remove**.
67
+
1. At the bottom of the page, click **Review + Create**, and then **Create**.
68
+
1. As long as no errors occur, the route is removed.
61
69
62
70
## Delete a route table
63
71
64
-
In the Azure portal, go to your **Virtual HUB -> Route Tables** page. Select the checkbox for route table that you want to delete. Click **"…"**, and then select **Delete**. You can't delete a Default or None route table. However, you can delete all custom route tables.
72
+
You can't delete a **Default** or **None** route table. However, you can delete all custom route tables.
73
+
74
+
1. Go to the virtual hub and, in the left pane, click **Route Tables**. On the **Route Tables** page, select the checkbox for the route table that you want to delete (don't click the name).
75
+
1. On the right side of the line that the route table is on, you'll see an ellipsis (three dots). Click the ellipsis, then select **Delete** from the dropdown list.
76
+
1. On the **Delete** page, confirm that you want to delete the route table, then click **Delete**.
77
+
1. As long as no errors occur, the route table is deleted.
0 commit comments