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/azure-vmware/tutorial-nsx-tier-1-gateway.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.custom: engagement-fy25
10
10
11
11
# Tutorial: Create an NSX Tier-1 Gateway
12
12
13
-
After deploying the Azure VMware Solution, you can create additional Tier-1 Gateways from the NSX Manager. Once configured, the additional Tier-1 Gateway is visible in the NSX Manager. NSX comes pre-provisioned by default with an NSX Tier-0 Gateway in **Active/Active** mode and a default Tier-1 Gateway in **Active/Standby** mode.
13
+
After deploying the Azure VMware Solution, you can create more Tier-1 Gateways from the NSX Manager. Once configured, the added Tier-1 Gateway is visible in the NSX Manager. NSX comes pre-provisioned by default with an NSX Tier-0 Gateway in **Active/Active** mode and a default Tier-1 Gateway in **Active/Standby** mode.
14
14
15
15
In this tutorial, you learn how to:
16
16
@@ -20,19 +20,19 @@ In this tutorial, you learn how to:
20
20
21
21
## Prerequisites
22
22
23
-
An Azure VMware Solution private cloud with access to the NSX Manager interface. For more information, see the [Configure networking](tutorial-configure-networking.md) tutorial.
23
+
You have an Azure VMware Solution private cloud with access to the NSX Manager interface. For more information, see the [Configure networking](tutorial-configure-networking.md) tutorial.
24
24
25
25
## Use NSX Manager to create a Tier-1 Gateway
26
26
27
-
A Tier-1 Gateway is typically added to a Tier-0 Gateway in the northbound direction and to segments in the southbound direction.
27
+
A Tier-1 Gateway is typically added to a Tier-0 Gateway in the northbound direction and to segments in the southbound direction.
28
28
29
-
1. With the CloudAdmin account, sign-in to the NSX Manager.
29
+
1. With the CloudAdmin account, signin to the NSX Manager.
30
30
31
31
2. In NSX Manager, select **Networking** > **Tier-1 Gateways**.
32
32
33
-
3. Select **Add Tier-1 Gateway**.
33
+
3. Select **Add Tier-1 Gateway**.
34
34
35
-
4. Enter a name for the gateway.
35
+
4. Enter a name for the gateway.
36
36
37
37
5. Select the **HA Mode** for the Tier-1 Gateway. Choose between **Active/Standby**, **Active/Active**, or **Distributed Only**:
38
38
@@ -42,24 +42,24 @@ A Tier-1 Gateway is typically added to a Tier-0 Gateway in the northbound direct
42
42
| Active Active | Both instances are active and can handle traffic simultaneously. |
43
43
| Distributed Only | No centralized instances; routing is distributed across all transport nodes. |
44
44
45
-
6. Select a Tier-0 Gateway to connect to this Tier-1 Gateway to create a multi-tier topology.
45
+
6. Select a Tier-0 Gateway to connect to the Tier-1 Gateway to create a multi-tier topology.
46
46
47
-
7. Select an NSX Edge cluster if you want this Tier-1 Gateway to host stateful services such as NAT, load balancer, or firewall.
47
+
7. Select an NSX Edge cluster if you want this Tier-1 Gateway to host stateful services such as NAT, load balancer, or firewall.
48
48
49
-
8. After you select an NSX Edge cluster, a toggle gives you the option to select NSX Edge Nodes.
49
+
8. After you select an NSX Edge cluster, a toggle gives you the option to select NSX Edge Nodes.
50
50
51
-
9. If you selected an NSX Edge cluster, select a failover mode or accept the default.
51
+
9. If you selected an NSX Edge cluster, select a failover mode or accept the default.
52
52
53
53
| Option | Description |
54
54
| :----- | :---------- |
55
55
| Preemptive | If the preferred NSX Edge node fails and recovers, it preempts its peer and becomes the active node. The peer changes its state to standby. |
56
-
|Non-preemptive| If the preferred NSX Edge node fails and recovers, it checks if its peer is the active node. If so, the preferred node will not preempt its peer and will be the standby node. This is the default option. |
56
+
|Nonpreemptive| If the preferred NSX Edge node fails and recovers, it checks if its peer is the active node. If so, the preferred node doesn't preempt its peer and becomes the standby node. This is the default option. |
57
57
58
58
:::image type="content" source="media/nsxt/nsx-create-tier-1.png" alt-text="Diagram showing the creation of a new Tier-1 Gateway in NSX Manager." border="false" lightbox="media/nsxt/nsx-create-tier-1.png":::
59
59
60
-
10. Select **Save**.
60
+
10. Select **Save**.
61
61
62
62
## Next steps
63
63
64
-
In this tutorial, you created an additional Tier-1 Gateway to use in your Azure VMware Solution private cloud.
64
+
In this tutorial, you created an extra Tier-1 Gateway to use in your Azure VMware Solution private cloud.
0 commit comments