Skip to content

Commit 1e3324b

Browse files
Merge pull request #16698 from v-sissondan/update-lnets
Add VLAN notes for LNETs
2 parents 504b3a9 + 0486979 commit 1e3324b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

azure-local/manage/create-logical-networks.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-stack-hci
8-
ms.date: 10/22/2024
8+
ms.date: 01/06/2025
99
---
1010

1111
# Create logical networks for Azure Local
@@ -85,6 +85,11 @@ Complete the following steps to create a logical network using Azure CLI.
8585
8686
You can use the `az stack-hci-vm network lnet create` cmdlet to create a logical network on the VM switch for a DHCP or a static IP configuration. The parameters used to create a DHCP and a static logical network are different.
8787
88+
> [!NOTE]
89+
> For both dynamic and static logical networks, the following apply:
90+
> - Creating logical networks with overlapping IP pools on the same VLAN isn't permitted.
91+
> - If a VLAN ID isn't specified, the value defaults to 0.
92+
8893
#### Create a static logical network via CLI
8994
9095
In this release, you can create virtual machines using a static IP only via the Azure CLI.
@@ -127,6 +132,7 @@ Create a static logical network when you want to create virtual machines with ne
127132
128133
> [!NOTE]
129134
> DNS server and gateway must be specified if you're creating a static logical network.
135+
130136
131137
1. Create a static logical network. Run the following cmdlet:
132138

0 commit comments

Comments
 (0)