Technical References
embedded-policy obj(0)
Specifies an policy embedded.
Note: When the template is applied, this will replace the
entire embedded-policy in the prefix.
expiration-time date
Sets the time and date on which a prefix expires. After this date
and time, the server neither grants new leases nor renews existing
leases from this prefix.
Once the expiration-time has passed, the prefix is no longer used
(though old leases and leases with grace or affinity periods
continue to exist until those periods elapse).
Enter this as a date in the format "[weekday] mon day
hh:mm[:ss] year". For example, "Dec 31 23:59 2006".
free-address-config nameref(AddrTrapConfig)
Identifies which trap captures unexpected free address events
on this prefix.
If this attribute is not configured, the server looks for
the free-address-config attribute on the parent Link object.
If that attribute is not configured, the server looks for
the v6-default-free-address-config on the DHCPServer object.
ignore-declines bool default = false
Controls whether the DHCP server responds to a DHCPv6 DECLINE
message that refers to an IPv6 address or a delegated prefix
from this prefix.
If enabled, the DHCP server ignores all declines for leases
in this prefix.
If disabled or not set, the DHCP server sets to UNAVAILABLE
every address or delegated prefix requested in a DECLINE
message if it is leased to the client.
The default value is false, so that DECLINE messages are
processed normally.
max-leases rangeint(0-2000000) default = 65536
Sets the maximum number of non-reserved leases that the server
will allow to exist on the prefix. When a new lease needs to
be created, the server will only do so if the limit has not
been exceeded. When the limit is exceeded, no new leases can be
created and offered to clients.
name string required,unique,immutable
Assigns a name to this prefix template.
options-expr expr
Defines an expression that evaluates to the list of
embedded policy options to be created.
owner nameref(CCMOwner)