NSX Edge nodes are deployed using a specific IP pool for overlay networking TEP. This article provides steps to switch these nodes to a different IP pool when a subnet change or migration is required.
VMware NSX
A migration to a new IP pool is required due to network re-architecture or subnet exhaustion. Direct in-place changes may cause address conflicts or connectivity loss depending on subnet overlap and routing.
We recommend performing the operation during a maintenance window, in accordance with your internal procedures, as dataplane impact is to be expected.
The configuration of an NSX Edge node cannot be edited while it is in Maintenance Mode.
If the subnet of the new IP pool overlaps the subnet of the old IP pool, changing the IP pool in place may result in duplicate IP address allocated (one from the old IP pool, the same from the new IP pool).
If there's no connectivity between the subnets of both IP pools, changing individual nodes may result in impact as NSX Edge nodes will no longer be able to communicate on the overlay network (potentially affecting T0-T1 communication).
If there's no overlap between both subnets and they have network connectivity to each other, the impact would be minimal (convergence time only).
PUT /policy/api/v1/infra/ip-pools/{ip-pool-id}/ip-allocations/{ip-allocation-id}{ "allocation_ip": "###.###.##.##"}DELETE /policy/api/v1/infra/ip-pools/{ip-pool-id}/ip-allocations/{ip-allocation-id}Reference document: Add an IP Address Pool in NSX