HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/interfaces/{Interface.name}/dhcpv6_ip6_addresses/{IP6_Address.address}

Path Params
string
required

Reference Resource: Port
The port name. For non-bonded ports, the port name is the same as the associated interface name. The name must otherwise be unique across all ports and interfaces of the system.

string
required

Reference Resource: IP6_Address
IPv6 addresses in address/mask format received from DHCP server.

Body Params
string
required

Reference Resource: IP6_Address
Stores the statically configured IPv6 addresses and prefixes.

adv_prefix_option
object
adv_route_option
object
boolean

Configure the address as anycast address.

boolean

When set to true, address on the link is either manually configured or dynamically configured on reception of router advertisements.

int64
0 to 4294967295

The preferred validity of the IPv6 prefix associated with the address, which will be sent in RA messages. The validity of 4294967295 seconds mean, infinite lifetime. The default value depends on preferred_lifetime.

boolean

When set to true, the prefix will be included in the RA messages.

boolean

When set to true, the route will be included in the RA messages.

int64
0 to 4294967295

The route tag value for connected route.

int64
0 to 4294967295

The validity(seconds) of IPv6 prefix associated with the address, which will be sent in RA messages. The validity of 4294967295 seconds mean, infinite lifetime. The default value depends on valid_lifetime.

Responses
200

OK

204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

415

Unsupported Media Type

500

Internal Server Error

501

Not Implemented

503

Service Unavailable

Language
Response
Click Try It! to start a request and see the response here!