[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-appliance-config-api

Ipv6Info

IPv6 settings.


Properties

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.


array of Ipv6Address
addresses Optional

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


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.

JSON Example

{
	"autoconfigure": false,
	"dhcp": false
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-appliance-config-api
Property Of

NetworkInterfaceInfo
UpdateNetworkInterfaceInfoSpec

Feedback

Was this page helpful?