HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/vrfs/{VRF.name}/dhcpv6_server/dhcpv6_server_pools/{DHCPV6_Server_Pool.pool_name}/dhcpv6_server_static_hosts/{DHCPV6_Server_Static_Host.ipv6_address}

Path Params
string
required

Reference Resource: VRF
VRF identifier. Should be alphanumeric. VRF names must be unique.

string
required

Reference Resource: DHCPV6_Server_Pool
DHCPv6 Server address pools.

string
required

Reference Resource: DHCPV6_Server_Static_Host
Static IPv6 address that should be assigned to the specific host. The specified IPv6 address is not constrained to be in the configured IPv6 range, but it must be in the same subnet as valid configured IPv6 range.

Body Params
string of strings
required

Reference Resource: DHCPV6_Server_Static_Host
The desired static IPv6 address bindings for this pool.

string
length ≤ 63

Hostname that should be assigned to the specified host. This overrides any hostname configured on the DHCP client machine. This column value can be empty.

string
required
length ≥ 2

Client id or DUID of the DHCPv6 client to which the configured static IPv6 address would be assigned. If same client id is configured with multiple IPv6 addresses then none of the static address mappings will be applied.

string
required
length ≤ 45

Reference Resource: DHCPV6_Server_Static_Host
Static IPv6 address that should be assigned to the specific host. The specified IPv6 address is not constrained to be in the configured IPv6 range, but it must be in the same subnet as valid configured IPv6 range.

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!