Technical References
dns-host-bytes rangeint(1-4)
This value tells DHCP how many of the bytes in a lease's IP address to
use when forming in-addr.arpa names. The server forms names in the
in-addr zone by prepending dns-host-bytes of IP address (in reverse
order) to the reverse zone name.
If this is unset, the server will synthesize an appropriate value
based on the scope's subnet size.
dynamic-bootp bool
Controls whether the server will accept dynamic BOOTP
requests for this scope. Dynamic BOOTP requests are BOOTP requests
that do not match a reservation, but could be satisfied from the
available lease pool. To use this feature you must also enable bootp.
embedded-policy obj(0)
The embedded policy object for this scope.
free-address-config nameref(AddrTrapConfig)
The free-address trap configuration to use for this individual scope.
grace-period time
The length of time between the expiration of a lease and the time
it is made available for re-assignment. This attribute is set in
the scope embedded policy.
ignore-declines bool
This attribute controls whether the DHCP server will process a
DHCPDECLINE request referencing an IP address in this scope. If
this attribute is enabled, then the DHCP server will ignore all
declines which reference an IP address in this scope. If this
attribute is not set, the DHCP server will set to UNAVAILABLE
every IP address which is referenced in a DHCPDECLINE message.
The default value is false, so that DHCPDECLINE messages are
processed normally, and the IP addresses referenced in these
DHCPDECLINE messages are set to UNAVAILABLE.
name string required,unique
The name of this scope template.
offer-timeout time
If the server offers a lease to a client, but the offer is not
accepted, the server will wait the specified number of seconds
before making the lease 'available' again. This attribute is set
in the scope embedded policy.
options-expr expr
An expression to define the list of embedded policy options
to be created for a scope object.
ping-clients bool
Controls whether the server should attempt to ping
addresses before offering leases.
ping-timeout int