post https://api.linode.com//networking/ipv6/ranges
Creates an IPv6 Range and assigns it based on the provided Linode or route target IPv6 SLAAC address. See the ipv6
property when running the Get a Linode operation to view a Linode's IPv6 SLAAC address.
- Either
linode_id
orroute_target
is required in a request. linode_id
androute_target
are mutually exclusive. Submitting values for both properties in a request results in an error.- Upon a successful request, an IPv6 range is created in the region that corresponds to the provided
linode_id
orroute_target
. - Your Linode is responsible for routing individual addresses in the range, or handling traffic for all the addresses in the range.
- Run the Assign IP addresses operation to re-assign IPv6 Ranges to your Linodes.
Note. The following restrictions apply:
- A Linode can only have one IPv6 range targeting its SLAAC address.
- An account can only have one IPv6 range in each region.
- Open a support ticket to request expansion of these restrictions.
linode-cli networking v6-range-create \
--linode_id 123 \
--prefix_length 64
<https://www.linode.com/docs/products/tools/cli/get-started/>
ips:read_write
linodes:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>