Skip to content

Commit b924d5e

Browse files
authored
Update configure-dhcp-azure-vmware-solution.md
1 parent 846303d commit b924d5e

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

articles/azure-vmware/configure-dhcp-azure-vmware-solution.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
---
22
title: Configure DHCP for Azure VMware Solution
3-
description: Learn how to configure DHCP by using either NSX-T Manager to host a DHCP server or use a third-party external DHCP server.
3+
description: Learn how to configure DHCP by using either NSX Manager to host a DHCP server or use a third-party external DHCP server.
44
ms.topic: how-to
55
ms.custom: engagement-fy23
66
ms.service: azure-vmware
7-
ms.date: 12/05/2023
8-
# Customer intent: As an Azure service administrator, I want to configure DHCP by using either NSX-T Manager to host a DHCP server or use a third-party external DHCP server.
7+
ms.date: 6/12/2024
8+
# Customer intent: As an Azure service administrator, I want to configure DHCP by using either NSX Manager to host a DHCP server or use a third-party external DHCP server.
99
---
1010

1111
# Configure DHCP for Azure VMware Solution
1212

1313
[!INCLUDE [dhcp-dns-in-azure-vmware-solution-description](includes/dhcp-dns-in-azure-vmware-solution-description.md)]
1414

15-
In this article, learn how to use NSX-T Manager to configure DHCP for Azure VMware Solution in one of the following ways:
15+
In this article, learn how to use NSX Manager to configure DHCP for Azure VMware Solution in one of the following ways:
1616

1717

1818
- [Use the Azure portal to create a DHCP server or relay](#use-the-azure-portal-to-create-a-dhcp-server-or-relay)
1919

20-
- [Use NSX-T Data Center to host your DHCP server](#use-nsx-t-data-center-to-host-your-dhcp-server)
20+
- [Use NSX to host your DHCP server](#use-nsx-to-host-your-dhcp-server)
2121

2222
- [Use a third-party external DHCP server](#use-a-third-party-external-dhcp-server)
2323

2424
>[!TIP]
25-
>If you want to configure DHCP using a simplified view of NSX-T Data Center operations, see [Configure DHCP for Azure VMware Solution](configure-dhcp-azure-vmware-solution.md).
25+
>If you want to configure DHCP using a simplified view of NSX operations, see [Configure DHCP for Azure VMware Solution](configure-dhcp-azure-vmware-solution.md).
2626
2727

2828
>[!IMPORTANT]
29-
>For clouds created on or after July 1, 2021, the simplified view of NSX-T Data Center operations must be used to configure DHCP on the default Tier-1 Gateway in your environment.
29+
>For clouds created on or after July 1, 2021, the simplified view of NSX operations must be used to configure DHCP on the default Tier-1 Gateway in your environment.
3030
>
31-
>DHCP does not work for virtual machines (VMs) on the VMware HCX L2 stretch network when the DHCP server is in the on-premises datacenter. NSX-T Data Center, by default, blocks all DHCP requests from traversing the L2 stretch. For the solution, see the [Configure DHCP on L2 stretched VMware HCX networks](configure-l2-stretched-vmware-hcx-networks.md) procedure.
31+
>DHCP does not work for virtual machines (VMs) on the VMware HCX L2 stretch network when the DHCP server is in the on-premises datacenter. NSX, by default, blocks all DHCP requests from traversing the L2 stretch. For the solution, see the [Configure DHCP on L2 stretched VMware HCX networks](configure-l2-stretched-vmware-hcx-networks.md) procedure.
3232
3333
## Use the Azure portal to create a DHCP server or relay
3434

@@ -43,32 +43,32 @@ You can create a DHCP server or relay directly from Azure VMware Solution in the
4343
4444
:::image type="content" source="media/networking/add-dhcp-server-relay.png" alt-text="Screenshot showing how to add a DHCP server or DHCP relay in Azure VMware Solutions.":::
4545

46-
4. Complete the DHCP configuration by [providing DHCP ranges on the logical segments](tutorial-nsx-t-network-segment.md#use-azure-portal-to-add-an-nsx-t-data-center-network-segment) and then select **OK**.
46+
4. Complete the DHCP configuration by [providing DHCP ranges on the logical segments](tutorial-nsx-t-network-segment.md#use-azure-portal-to-add-an-nsx-network-segment) and then select **OK**.
4747

4848

4949

50-
## Use NSX-T Data Center to host your DHCP server
51-
If you want to use NSX-T Data Center to host your DHCP server, create a DHCP server and a relay service. Next add a network segment and specify the DHCP IP address range.
50+
## Use NSX to host your DHCP server
51+
If you want to use NSX to host your DHCP server, create a DHCP server and a relay service. Next add a network segment and specify the DHCP IP address range.
5252

5353
### Create a DHCP server
5454

55-
1. In NSX-T Manager, select **Networking** > **DHCP**, then select **Add DHCP Profile**.
55+
1. In NSX Manager, select **Networking** > **DHCP**, then select **Add DHCP Profile**.
5656

57-
1. Select **Add DHCP Profile**, enter a name, and select **Save**. NOTE: An IP address isn't required so if none is entered, NSX-T Manager sets one.
57+
1. Select **Add DHCP Profile**, enter a name, and select **Save**. NOTE: An IP address isn't required so if none is entered, NSX Manager sets one.
5858

59-
:::image type="content" source="./media/manage-dhcp/dhcp-server-settings.png" alt-text="Screenshot showing how to add a DHCP Profile in NSX-T Manager." border="true":::
59+
:::image type="content" source="./media/manage-dhcp/dhcp-server-settings.png" alt-text="Screenshot showing how to add a DHCP Profile in NSX Manager." border="true":::
6060

6161
1. Under **Networking** > **Tier-1 Gateways**, select the gateway where the segments are connected that DHCP is required. Edit the Tier-1 Gateway by clicking on the three ellipses and choose **Edit**.
6262

6363
1. Select **Set DHCP Configuration**, select **DHCP Server** and then select the DHCP Server Profile created earlier. Select **Save**, then **Close Editing**.
6464

65-
:::image type="content" source="./media/manage-dhcp/edit-tier-1-gateway.png" alt-text="Screenshot showing how to edit the NSX-T Data Center Tier-1 Gateway for using a DHCP server." border="true":::
65+
:::image type="content" source="./media/manage-dhcp/edit-tier-1-gateway.png" alt-text="Screenshot showing how to edit the NSX Tier-1 Gateway for using a DHCP server." border="true":::
6666

6767
1. Navigate to **Networking** > **Segments** and find the segment where DHCP is required. Select on **Edit** then **Set DHCP Config**.
6868

6969
1. Select **Gateway DHCP Server** for DHCP Type, add a DHCP range, and select **Apply**.
7070

71-
:::image type="content" source="./media/manage-dhcp/add-subnet.png" alt-text="Screenshot showing how to add a subnet to the NSX-T Data Center Tier-1 Gateway for using a DHCP server." border="true":::
71+
:::image type="content" source="./media/manage-dhcp/add-subnet.png" alt-text="Screenshot showing how to add a subnet to the NSX Tier-1 Gateway for using a DHCP server." border="true":::
7272

7373
### Add a network segment
7474

@@ -81,7 +81,7 @@ When you create a relay to a DHCP server, you need to specify the DHCP IP addres
8181
>[!NOTE]
8282
>The IP address range shouldn't overlap with the IP range used in other virtual networks in your subscription and on-premises networks.
8383
84-
1. In NSX-T Manager, select **Networking** > **Segments**.
84+
1. In NSX Manager, select **Networking** > **Segments**.
8585

8686
1. Select the vertical ellipsis on the segment name and select **Edit**.
8787

@@ -100,30 +100,30 @@ When you create a relay to a DHCP server, you need to specify the DHCP IP addres
100100

101101
## Use a third-party external DHCP server
102102

103-
If you want to use a third-party external DHCP server, create a DHCP relay service in NSX-T Manager. You need to specify the DHCP IP address range.
103+
If you want to use a third-party external DHCP server, create a DHCP relay service in NSX Manager. You need to specify the DHCP IP address range.
104104

105105

106106
>[!IMPORTANT]
107-
>For clouds created on or after July 1, 2021, the simplified view of NSX-T Data Center operations must be used to configure DHCP on the default Tier-1 Gateway in your environment.
107+
>For clouds created on or after July 1, 2021, the simplified view of NSX operations must be used to configure DHCP on the default Tier-1 Gateway in your environment.
108108
109109

110110
### Create DHCP relay service
111111

112112
Use a DHCP relay for any non-NSX-based DHCP service. For example, a VM running DHCP in Azure VMware Solution, Azure IaaS, or on-premises.
113113

114-
1. In NSX-T Manager, select **Networking** > **DHCP**, and then select **Add Server**.
114+
1. In NSX Manager, select **Networking** > **DHCP**, and then select **Add Server**.
115115

116116
1. Select **DHCP Relay** for the **Server Type**, provide the server name and IP address, and select **Save**.
117117

118-
:::image type="content" source="./media/manage-dhcp/create-dhcp-relay.png" alt-text="Screenshot showing how to create a DHCP relay service in NSX-T Manager." border="true":::
118+
:::image type="content" source="./media/manage-dhcp/create-dhcp-relay.png" alt-text="Screenshot showing how to create a DHCP relay service in NSX Manager." border="true":::
119119

120120
1. Select **Tier 1 Gateways**, select the vertical ellipsis on the Tier-1 gateway, and then select **Edit**.
121121

122-
:::image type="content" source="./media/manage-dhcp/edit-tier-1-gateway.png" alt-text="Screenshot showing how to edit the NSX-T Data Center Tier-1 Gateway." border="true":::
122+
:::image type="content" source="./media/manage-dhcp/edit-tier-1-gateway.png" alt-text="Screenshot showing how to edit the NSX Tier-1 Gateway." border="true":::
123123

124124
1. Select **No IP Allocation Set** to define the IP address allocation.
125125

126-
:::image type="content" source="./media/manage-dhcp/add-subnet.png" alt-text="Screenshot showing how to add a subnet to the NSX-T Data Center Tier-1 Gateway." border="true":::
126+
:::image type="content" source="./media/manage-dhcp/add-subnet.png" alt-text="Screenshot showing how to add a subnet to the NSX Tier-1 Gateway." border="true":::
127127

128128
1. For **Type**, select **DHCP Server**.
129129

@@ -139,7 +139,7 @@ When you create a relay to a DHCP server, you need to specify the DHCP IP addres
139139
>[!NOTE]
140140
>The IP address range shouldn't overlap with the IP range used in other virtual networks in your subscription and on-premises networks.
141141
142-
1. In NSX-T Manager, select **Networking** > **Segments**.
142+
1. In NSX Manager, select **Networking** > **Segments**.
143143

144144
1. Select the vertical ellipsis on the segment name and select **Edit**.
145145

@@ -158,4 +158,4 @@ When you create a relay to a DHCP server, you need to specify the DHCP IP addres
158158

159159
## Next steps
160160

161-
If you want to send DHCP requests from your Azure VMware Solution VMs to a non-NSX-T DHCP server, see the [Configure DHCP on L2 stretched VMware HCX networks](configure-l2-stretched-vmware-hcx-networks.md) procedure.
161+
If you want to send DHCP requests from your Azure VMware Solution VMs to a non-NSX DHCP server, see the [Configure DHCP on L2 stretched VMware HCX networks](configure-l2-stretched-vmware-hcx-networks.md) procedure.

0 commit comments

Comments
 (0)