Technical References
Controls the algorithms used by the server to select a new address
or prefix to lease to a client. The available algorithms are:
client-request
This setting (off by default) controls whether the server
uses a client requested lease.
reservation
This setting (on by default) controls whether the server
uses an available reservation for the client.
extension
This setting (on by default) controls whether the server calls
extensions attached at the generate-lease extension point
to generate an address or prefix for the client.
interface-identifier
This setting (off by default) controls whether the server uses
the interface-identifier from the client's (link-local)
address to generate an address. It is ignored for temporary
addresses and prefix delegation.
random
This setting (on by default) controls whether the server
generates an address using an RFC 3041-like algorithm. It is
is ignored for prefix delegation.
best-fit
This setting (on by default) controls whether the server will
delegate the first, best-fit available prefix. It is ignored
for addresses.
When the server needs an address to assign to a client, it
processes the flags in the following order: client-request,
reservation, extension, interface-identifier, and random.
Processing stops when a usable address is produced.
When the server needs to delegate a prefix to a client, it
processes the flags in the following order: client-request,
reservation, extension, best-fit. Processing stops when a
usable prefix is produced.
deactivated bool default = disabled
Controls whether a prefix extends leases to clients. A deactivated
prefix does not extend leases to any clients. It treats all addresses
in its ranges as if they were individually deactivated.
Default, false (active).
description string
Describes the prefix template.
dhcp-type enumint(stateless=0, dhcp=1, prefix-delegation=2, infrastructure=3, parent=4) default =
dhcp
Defines how DHCP manages address assignment within a prefix:
stateless Prefix is used only for stateless
option configuration.
dhcp Prefix is used for stateful address
assignment.
prefix-delegation Prefix is used for prefix-delegation.
infrastructure Prefix is used to map a client address to
a link, and does not have an address pool.
parent Prefix is not used by DHCP. It is used as
a container object, to group child prefixes.