Technical References

Determines whether the DHCP server generates SMS network
discovery records.
If this attribute is set to 0, you disable SMS network
discovery. If it is set to 1, you enable discovery.
Use this attribute in conjunction with the dhcp updateSMS
command.
sms-site-code string
Specifies the site code name of the SMS server that receives
discovery records when you use the updateSMS keyword.
For proper functioning, make sure that you initialize this
attribute to the appropriate site code.
The default value is an empty string, but this prohibits data
discovery to complete successfully. So, you must provide the
site code.
synthesize-reverse-zone bool default = enabled
Controls whether the DHCP server automatically generates the
name of the reverse zone (in-addr.arpa or ip6.arpa) that receives
PTR records updates. Default is true (enable).
If true, you are not required to configure an explicit
dns-reverse-zone-name in the DNS update configuration. Instead, the
DHCP server uses the IP address of each lease and the dns-host-bytes
attribute of the scope or the reverse-zone-prefix-length attribute
of the prefix to synthesize the reverse zone name for each update.
The server trims the specified host bytes from the low-order
bytes of the address, and turns the remaining bytes into a zone
name of the form '.b.a.in-addr.arpa.' The host-bytes
low-order bytes of the address are used to form the hostname
within that zone. Similarly, the prefix length is used to
form the 'ip6.arpa' zone name, and the low-order bytes are used
to form the hostname.
traps-enabled flags(all=1, server-start=2, server-stop=3, free-address-low=4, free-address-high=5,
dns-queue-size=6, other-server-down=7, other-server-up=8, duplicate-address=9, address-
conflict=10, failover-config-error=11, free-address6-low=12, free-address6-high=13, duplicate-
address6=14, duplicate-prefix6=15)
Determines the traps that this server is configured to send.
1 all
Sends notifications for all server events.
2 server-start
Sends notifications whenever the server is started or
reinitialized.
3 server-stop
Sends notifications whenever the server is stopped.
4 free-address-low
Sends notifications when the number of free IP addresses
becomes less than or equal to the low threshold.
5 free-address-high
Sends notifications when the number of free IP addresses
exceeds the high threshold after having previously
triggered the free-address-low trap.
6 dns-queue-size
Sends notifications when the DHCP server?s DNS queue
fills and the DHCP server stops processing requests.