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
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/concept-ip-address-management.md
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,21 +11,21 @@ ms.date: 07/17/2024
11
11
12
12
# What is IP address management (IPAM) in Azure Virtual Network Manager?
13
13
14
-
In this article, you learn about the IP address management (IPAM) feature in Azure Virtual Network Manager and how it can help you manage IP addresses in your virtual networks. With Azure Virtual Network Manager's IP Address Management (IPAM), you can create pools for IP address planning, automatically assign non-overlapping classless inter-domain routing (CIDR) addresses to Azure resources, and prevent address space conflicts across on-premises and multi-cloud environments.
14
+
In this article, you learn about the IP address management (IPAM) feature in Azure Virtual Network Manager and how it can help you manage IP addresses in your virtual networks. With Azure Virtual Network Manager's IP Address Management (IPAM), you can create pools for IP address planning, automatically assign nonoverlapping classless inter-domain routing (CIDR) addresses to Azure resources, and prevent address space conflicts across on-premises and multicloud environments.
In Azure Virtual Network Manager, IP address management (IPAM) helps you centrally manage IP addresses in your virtual networks through the use of IP address pools. The following are some key features of IPAM in Azure Virtual Network Manager:
20
+
In Azure Virtual Network Manager, IP address management (IPAM) helps you centrally manage IP addresses in your virtual networks by using IP address pools. The following are some key features of IPAM in Azure Virtual Network Manager:
21
21
22
22
- Create pools for IP address planning
23
23
24
-
- Automatically assign non-overlapped CIDRs to Azure resources
24
+
- Automatically assign nonoverlapped CIDRs to Azure resources
25
25
26
26
- Reserve IPs for specific demands
27
27
28
-
- Prevent Azure address space from overlapping on-premises/multi-cloud environments.
28
+
- Prevent Azure address space from overlapping on-premises and multicloud environments.
29
29
30
30
- Monitor IP/CIDR usages and allocations in a pool
31
31
@@ -43,22 +43,29 @@ IPAM allows network administrators to plan and organize IP address usage by defi
43
43
44
44
### Allocating IP addresses to Azure resources
45
45
46
-
When it comes to allocation, you can assign Azure resources with CIDRs, such as virtual networks, to a specific pool. This helps in identifying which CIDRs are currently in use1. There is also the option to allocate static CIDRs to a pool, useful for occupying CIDRs that are either not currently in use within Azure or are part of Azure resources not yet supported by the IPAM service1. Allocated CIDRs are released back to the pool if the associated resource is removed or deleted, ensuring efficient utilization and management of the IP space1.
46
+
When it comes to allocation, you can assign Azure resources with CIDRs, such as virtual networks, to a specific pool. This helps in identifying which CIDRs are currently in use1. There's also the option to allocate static CIDRs to a pool, useful for occupying CIDRs that are either not currently in use within Azure or are part of Azure resources not yet supported by the IPAM service1. Allocated CIDRs are released back to the pool if the associated resource is removed or deleted, ensuring efficient utilization and management of the IP space1.
47
47
48
48
### Delegating permissions for IP address management
49
49
50
-
With IPAM, you can delegate permission to other users to utilize the IPAM pools, ensuring controlled access and management while democratizing pool allocation. These permissions will allow users to see the pools they have access to, aiding in choosing the right pool for their needs.
50
+
With IPAM, you can delegate permission to other users to utilize the IPAM pools, ensuring controlled access and management while democratizing pool allocation. These permissions allow users to see the pools they have access to, aiding in choosing the right pool for their needs.
51
51
52
-
Delegating permissions also extends to allowing others to view usage statistics and lists of resources associated with the pool. Within your network manager, complete usage statistics are available, showing the total number of IPs, the number of used IPs, the percentage of used IPs, and the percentage of allocated pool space. Additionally, it shows details for pools and resources associated with pools, giving a complete overview of the IP usages and aiding in better resource management and planning.
52
+
Delegating permissions also allows others to view usage statistics and lists of resources associated with the pool. Within your network manager, complete usage statistics are available including:
53
+
- the total number of IPs in pool
54
+
- the number of used IPs
55
+
- the percentage of used IPs
56
+
- the percentage of allocated pool space.
57
+
58
+
Additionally, it shows details for pools and resources associated with pools, giving a complete overview of the IP usages and aiding in better resource management and planning.
53
59
54
60
### Simplifying resource creation
55
61
56
-
When creating CIDR-supporting resources like virtual networks, CIDRs are automatically allocated from the selected pool, simplifying the resource creation process1. The system ensures that the automatically allocated CIDRs do not overlap within the pool, maintaining network integrity and preventing conflicts1.
62
+
When creating CIDR-supporting resources like virtual networks, CIDRs are automatically allocated from the selected pool, simplifying the resource creation process1. The system ensures that the automatically allocated CIDRs don't overlap within the pool, maintaining network integrity and preventing conflicts1.
57
63
58
64
## Permission requirements for IPAM in Azure Virtual Network Manager
59
65
60
66
You need to have the Network Contributor role for the scope of the network manager instance you want to create and manage.
61
67
62
68
## Next steps
63
69
64
-
> [!div class="nextstepaction"]
70
+
> [!div class="nextstepaction"]
71
+
> [Learn how to managed IP addresses in Azure Virtual Network Manager](./how-to-manage-ip-addresses.md)
0 commit comments