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
Deployment and operation of Azure Stack HCI networking can be a complex and error-prone process. Due to the configuration flexibility provided with the host networking stack, there are many moving parts that can be easily misconfigured or overlooked. Staying up to date with the latest best practices is also a challenge as improvements are continuously made to the underlying technologies. Additionally, configuration consistency across HCI cluster nodes is important as it leads to a more reliable experience.
16
20
21
+
::: zone-end
22
+
23
+
:::zone pivot="windows-server"
24
+
25
+
>Applies to: Windows Server 2025 (preview)
26
+
27
+
> [!IMPORTANT]
28
+
> Network ATC in Windows Server 2025 is in PREVIEW. This information relates to a prerelease product that may be substantially modified before it's released. Microsoft makes no warranties, expressed or implied, with respect to the information provided here.
29
+
30
+
Deployment and operation of Windows Server cluster networking can be a complex and error-prone process. Due to the configuration flexibility provided with the host networking stack, there are many moving parts that can be easily misconfigured or overlooked. Staying up to date with the latest best practices is also a challenge as improvements are continuously made to the underlying technologies. Network ATC applys a consistency configuration across Windows Server cluster nodes to creat a more reliable experience. As Network ATC is designed for Windows Server clusters, it requires Windows Server Datacenter edition and the Failover Clustering feature.
31
+
32
+
::: zone-end
33
+
17
34
Network ATC can help:
18
35
19
36
- Reduce host networking deployment time, complexity, and errors
20
37
- Deploy the latest Microsoft validated and supported best practices
21
38
- Ensure configuration consistency across the cluster
22
39
- Eliminate configuration drift
23
40
24
-
## Definitions
25
41
26
-
Here is some new terminology:
42
+
TODO: Add video of [Network ATC in action](https://techcommunity.microsoft.com/t5/networking-blog/deploying-100s-of-production-clusters-in-minutes/ba-p/3724977)
43
+
44
+
## Terminology
45
+
46
+
To understand Network ATC, you need to understand some basic concepts. Here is some terminology used by Network ATC:
27
47
28
48
**Intent**: An intent is a definition of how you intend to use the physical adapters in your system. An intent has a friendly name, identifies one or more physical adapters, and includes one or more intent types.
29
49
@@ -34,7 +54,7 @@ An individual physical adapter can only be included in one intent. By default, a
34
54
- Management - adapters are used for management access to nodes
35
55
- Compute - adapters are used to connect virtual machine (VM) traffic to the physical network
36
56
- Storage - adapters are used for SMB traffic including Storage Spaces Direct
37
-
- Stretch - adapters are set up in a similar manner as a storage intent with the exception of RDMA not used for stretch adapters.
57
+
- Stretch - adapters are set up in a similar manner as a storage intent with the exception of RDMA not used for stretch adapters.
38
58
39
59
Any combination of the intent types can be specified for any specific single intent. However, certain intent types can only be specified in one intent:
40
60
@@ -47,8 +67,30 @@ Any combination of the intent types can be specified for any specific single int
47
67
48
68
Network ATC allows you to modify all configuration that the OS allows. However, the OS limits some modifications to the OS and Network ATC respects these limitations. For example, a virtual switch does not allow modification of SR-IOV after it has been deployed.
49
69
70
+
## Features
71
+
72
+
73
+
50
74
## Next steps
51
75
52
-
- Review Network ATC defaults and example deployment options. See [Deploy host networking with Network ATC](../deploy/network-atc.md).
53
-
- Configure Network ATC using PowerShell. See [Step 4: Configure host networking](../deploy/create-cluster-powershell.md#step-4-configure-host-networking).
54
-
- Manage Network ATC after deployment. See [Manage host networking using Network ATC](../manage/manage-network-atc.md).
76
+
To started with Network ATC, review the following articles:
77
+
78
+
:::zone pivot="azure-stack-hci"
79
+
80
+
- Review Network ATC defaults and example deployment options. See [Deploy host networking with Network ATC](../deploy/network-atc.md?pivots=azure-stack-hci).
81
+
- Configure Network ATC using PowerShell. See [Step 4: Configure host networking](../deploy/create-cluster-powershell.md#step-4-configure-host-networking?pivots=azure-stack-hci).
82
+
- Manage Network ATC after deployment. See [Manage host networking using Network ATC](../manage/manage-network-atc.md?pivots=azure-stack-hci).
83
+
-[Migrate an existing cluster to Network ATC](https://techcommunity.microsoft.com/t5/networking-blog/migrate-an-existing-cluster-to-network-atc/ba-p/3843606).
84
+
- To learn more about the latest networking announcements, build your skills, and connect with the Microsoft Edge Networking community, see the [Tech Community Networking Blog](https://techcommunity.microsoft.com/t5/networking-blog/bg-p/NetworkingBlog).
85
+
86
+
::: zone-end
87
+
88
+
:::zone pivot="windows-server"
89
+
90
+
- Review Network ATC defaults and example deployment options. See [Deploy host networking with Network ATC](../deploy/network-atc.md?pivots=windows-server&context=/windows-server/context/windows-server-edge-networking).
91
+
- Configure Network ATC using PowerShell. See [Step 4: Configure host networking](../deploy/create-cluster-powershell.md#step-4-configure-host-networking?pivots=windows-server&context=/windows-server/context/windows-server-edge-networking).
92
+
- Manage Network ATC after deployment. See [Manage host networking using Network ATC](../manage/manage-network-atc.md?pivots=windows-server&context=/windows-server/context/windows-server-edge-networking).
93
+
-[Migrate an existing cluster to Network ATC](https://techcommunity.microsoft.com/t5/networking-blog/migrate-an-existing-cluster-to-network-atc/ba-p/3843606).
94
+
- To learn more about the latest networking announcements, build your skills, and connect with the Microsoft Edge Networking community, see the [Tech Community Networking Blog](https://techcommunity.microsoft.com/t5/networking-blog/bg-p/NetworkingBlog).
0 commit comments