ranges
Overview
Name | ranges |
Type | Resource |
Id | linode.networking.ranges |
Fields
Name | Datatype | Description |
---|---|---|
prefix | integer | The prefix length of the address, denoting how many addresses can be assigned from this range calculated as 2 <sup>128-prefix</sup>. |
range | string | The IPv6 range of addresses in this pool. |
region | string | The region for this range of IPv6 addresses. |
route_target | string | The last address in this block of IPv6 addresses. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getIPv6Range | SELECT | range | View IPv6 range information. |
getIPv6Ranges | SELECT | Displays the IPv6 ranges on your Account. An IPv6 range is a /64 or /54 block of IPv6 addresses routed to a single Linode in a given Region.Your Linode is responsible for routing individual addresses in the range, or handling traffic for all the addresses in the range. * Access the IPv6 Range Create (POST /networking/ipv6/ranges) endpoint to add a /64 or /56 block of IPv6 addresses to your account. | |
deleteIPv6Range | DELETE | range | Removes this IPv6 range from your account and disconnects the range from any assigned Linodes. Note: Shared IPv6 ranges cannot be deleted at this time. Please contact Customer Support for assistance. |
_getIPv6Range | EXEC | range | View IPv6 range information. |
_getIPv6Ranges | EXEC | Displays the IPv6 ranges on your Account. An IPv6 range is a /64 or /54 block of IPv6 addresses routed to a single Linode in a given Region.Your Linode is responsible for routing individual addresses in the range, or handling traffic for all the addresses in the range. * Access the IPv6 Range Create (POST /networking/ipv6/ranges) endpoint to add a /64 or /56 block of IPv6 addresses to your account. | |
postIPv6Range | EXEC | data__prefix_length | Creates an IPv6 Range and assigns it based on the provided Linode or route target IPv6 SLAAC address. See the ipv6 property when accessing the Linode View (GET /linode/instances/{linodeId}) endpoint 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. Access the IP Addresses Assign (POST /networking/ips/assign) endpoint 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. |