Create an IPv6 range

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 or route_target is required in a request.
  • linode_id and route_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 or route_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.
📘

  • 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://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
ips:read_write
linodes:read_write

<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
Body Params

Information about the IPv6 range to create.

integer

The ID of the Linode to assign this range to. The SLAAC address for the provided Linode is used as the range's route_target.

  • Required if route_target is omitted from the request.

  • Mutually exclusive with route_target. Submitting values for both properties in a request results in an error.

integer
enum
required

The prefix length of the IPv6 range.

Allowed:
string

The IPv6 SLAAC address to assign this range to.

  • Required if linode_id is omitted from the request.

  • Mutually exclusive with linode_id. Submitting values for both properties in a request results in an error.

📘

You need to omit the /128 prefix length of the SLAAC address when using this property.

Responses

Language
Credentials
Response
Choose an example:
application/json