NSX Transport Nodes are configured with tunnel endpoint (TEP pool) IP addresses. Tunnel endpoints are the source and destination IP addresses used in the external IP header to identify the hypervisor hosts originating and end the NSX encapsulation of overlay frames. You can also use either DHCP or manually configured IP pools for tunnel endpoint IP addresses.
Procedure
Results
The IPv4 or IPv6 address pool is listed on the IP pool page.
If you are using API to view the list of IP addresses allocated from an IP pool, run the NSX Manager API. Do not run the Policy API to view IP pool allocations.
For example, the Policy API call does not retrieve IP addresses allocated from an IP pool.
GET https://<nsxmanager-IP>/policy/api/v1/infra/ip-pools/TEP-IP-Pool/ip-allocations
{ "results": [], "result_count": 0, "sort_by": "display_name", "sort_ascending": true }
The NSX Manager API retrieves IP addresses allocated from an IP pool.
GET https://<nsxmanager-IP>/api/v1/pools/ip-pools/<ip-pool-UUID>/allocations
{ "results": [ { "allocation_id": "192.85.85.12", "_protection": "NOT_PROTECTED" }, { "allocation_id": "192.85.85.13", "_protection": "NOT_PROTECTED" }, { "allocation_id": "192.85.85.14", "_protection": "NOT_PROTECTED" }, { "allocation_id": "192.85.85.15", "_protection": "NOT_PROTECTED" }, { "allocation_id": "192.85.85.16", "_protection": "NOT_PROTECTED" }, { "allocation_id": "192.85.85.17", "_protection": "NOT_PROTECTED" }, { "allocation_id": "192.85.85.18", "_protection": "NOT_PROTECTED" }, { "allocation_id": "192.85.85.19", "_protection": "NOT_PROTECTED" }, { "allocation_id": "192.85.85.20", "_protection": "NOT_PROTECTED" }, { "allocation_id": "192.85.85.21", "_protection": "NOT_PROTECTED" }, { "allocation_id": "192.85.85.11", "_protection": "NOT_PROTECTED" }, { "allocation_id": "192.85.85.22", "_protection": "NOT_PROTECTED" } ], "result_count": 12 }
What to do next
Create an uplink profile. See Create an Uplink Profile.