Reservation of Iprange instead of only sending CIDR #224
Replies: 1 comment 1 reply
-
Hey there @omerzubair, there are two ways to accomplish this already within the Azure IPAM tool... If you simply want to mark a large CIDR Block as utilized, perhaps outside the purview of the Azure IPAM tool (externally), there is a mechanism for this today called External Networks. Once an External Network is defined, the Azure IPAM tool will mark this space as consumed within the target Block, and will ignore this range when requesting new Reservations. You can find this feature here in the tool: This can also be done via API as well: The other option, if you're planning to use the CIDR space for a Virtual Network, is the ability to reserve a specific CIDR Block when calling the Reservations API: This will check if the CIDR space is indeed available, then issue a Reservation for the desired Block which can be used to create a Virtual Network in Azure. I hope one of those two mechanisms makes sense for your use case. Please let me know if you have any further questions! |
Beta Was this translation helpful? Give feedback.
-
Hi @DCMattyG ,
the reservations work perfectly, when you issue a CIDR and it gives the next one.
However, sometimes you want to reserve a iprange in the middle of a massive Space/Block, so that no project uses that iprange.
Therefore just a question if we can reserve a complete IP range .
I guess another way could be we can create an orphaned VNET sitting in subscription with Iprange we want it reserved. could that be the answer to this idea submitted?
Beta Was this translation helpful? Give feedback.
All reactions