Ipv6Info

Ipv6Info
Ipv6Info

IPv6 settings.

JSON Example
{
    "autoconfigure": false,
    "dhcp": false,
    "default_gateway": "string",
    "addresses": [
        {
            "address": "fc00:10:20:83:20c:29ff:fe94:bb5a",
            "prefix": 64
        }
    ]
}
boolean
autoconfigure
Required

Address is assigned by Stateless Address Autoconfiguration (SLAAC). This option can be set to true in parallel with dhcp and static IPv6 addresses.

boolean
dhcp
Required

Address assigned by a DHCP server. This option can be set to true in parallel with autoconf and static IPv6 addresses.

string
default_gateway
Optional

Default gateway for static IP address assignment. This configures the global IPv6 default gateway on the appliance with the specified gateway address and interface. This gateway replaces the existing default gateway configured on the appliance. However, if the gateway address is link-local, then it is added for that interface. This does not support configuration of multiple global default gateways through different interfaces.

addresses
Optional

A list of addresses to be statically assigned. Values can be available in parallel with set dhcp and autoconf.