Skip to content

Commit b497743

Browse files
author
Jill Grant
authored
Merge pull request #291847 from riperez123/riperez123-patch-3
Riperez123 patch 3
2 parents 4561e5e + db4e625 commit b497743

File tree

3 files changed

+70
-4
lines changed

3 files changed

+70
-4
lines changed
375 KB
Loading

articles/azure-vmware/toc.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,15 @@ items:
3333
href: tutorial-configure-networking.md
3434
- name: 4 - Access a private cloud
3535
href: tutorial-access-private-cloud.md
36-
- name: 5 - Create an NSX network segment
36+
- name: 5 - Create an NSX Tier-1 Gateway
37+
href: tutorial-nsx-tier-1-gateway.md
38+
- name: 6 - Create an NSX network segment
3739
href: tutorial-nsx-t-network-segment.md
38-
- name: 6 - Peer on-premises to private cloud
40+
- name: 7 - Peer on-premises to private cloud
3941
href: tutorial-expressroute-global-reach-private-cloud.md
40-
- name: 7 - Scale a private cloud
42+
- name: 8 - Scale a private cloud
4143
href: tutorial-scale-private-cloud.md
42-
- name: 8 - Delete a private cloud
44+
- name: 9 - Delete a private cloud
4345
href: tutorial-delete-private-cloud.md
4446
- name: Cost optimization
4547
items:
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 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+
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 High Availability (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, sign-in to the NSX Manager.
29+
30+
2. In NSX Manager, select **Networking** > **Tier-1 Gateways**.
31+
32+
3. Select **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 active and can handle 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 to host stateful services such as NAT, load balancer, or firewall.
47+
48+
8. After you select 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 preempts its peer and becomes the active node. The peer changes its state to standby. |
55+
| 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+
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. Select **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)