Skip to content

Commit b6cf7fc

Browse files
authored
Create tutorial-nsx-tier-1-gateway.md
Adding a new tutorial article on how to create an NSX Tier 1 Gateway
1 parent c0174df commit b6cf7fc

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
title: Tutorial - nsx-tier-1-gateway
3+
description: Learn how to create a Tier-1 Gateway
4+
ms.topic: tutorial
5+
ms.service: azure-vmware
6+
ms.date: 12/11/2024
7+
ms.custom: engagement-fy25
8+
---
9+
10+
#Tutorial: Create an NSX Tier-1 Gateway
11+
12+
After deploying the Azure VMware Solution, you can create additional Tier-1 Gateways from the NSX Manager. Once configured, the additional Tier-1 Gateway will be 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+
14+
In this tutorial, you learn how to:
15+
16+
> [!div class="checklist"]
17+
> * Create an additional NSX Tier-1 Gateway in the NSX Manager
18+
> * Configure the HA mode on a Tier-1 Gateway
19+
20+
## Prerequisites
21+
22+
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+
24+
## Use NSX Manager to create a Tier-1 Gateway
25+
26+
A Tier-1 Gateway is typically added to a Tier-0 Gateway in the northbound direction and to segments in the southbound direction.
27+
28+
1. With the CloudAdmin account, log in to the NSX Manager.
29+
30+
2. In NSX Manager, select **Networking** > **Tier-1 Gateways**.
31+
32+
3. Click **Add Tier-1 Gateway**.
33+
34+
4. Enter a name for the gateway.
35+
36+
5. Select the **HA Mode** for the Tier-1 Gateway. Choose between **Active/Standby**, **Active/Active**, or **Distributed Only**:
37+
38+
| HA Mode | Description |
39+
| :--------- | :------------- |
40+
| Active Standby | One active instance and one standby instance. The Standby takes over is the active fails. |
41+
| Active Active | Both instances are acctive and canhandle traffic simultaneously. |
42+
| Distributed Only | No centralized instances; routing is distributed across all transport nodes. |
43+
44+
6. Select a Tier-0 Gateway to connect to this Tier-1 Gateway to create a multi-tier topology.
45+
46+
7. Select an NSX Edge cluster if you want this Tier-1 Gateway tp host stafeful services such as NAT, load balancer, or firewall.
47+
48+
8. After you slect an NSX Edge cluster, a toggle gives you the option to select NSX Edge Nodes.
49+
50+
9. If you selected an NSX Edge cluster, select a failover mode or accept the default.
51+
52+
| Option | Description |
53+
| :----- | :---------- |
54+
| Preemptive | If the preferred NSX Edge node fails and recovers, it will premept its peer and become the active node. The peer will change its state to standby. |
55+
| Non-preemptive | If the preferred NSX Edge node fails and recovers, it will check 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+
57+
:::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":::
58+
59+
10. Click **Save**.
60+
61+
## Next Steps
62+
63+
In this tutorial you created an additional Tier-1 Gateway to use in your Azure VMware Solution private cloud.
64+

0 commit comments

Comments
 (0)