Technical References
Defines the expression used to assign a client-class based
solely on data contained in an incoming DHCPv6 client request.
No default.
The expression must return a string that is the name of a
currently configured client-class; otherwise, the expression
must return the string ''. Any return that is not a string
containing the name of a currently configured client-class or
'' is considered an error.
v6-default-free-address-config nameref(AddrTrapConfig)
Specifies the default SNMP v6 free-address trap configuration object
for the server. All Prefixes and Links that are not individually
configured use this default free-address value.
validate-client-name-as-mac bool default = false
Controls whether the Network Registrar user interfaces require
that the name of client entries is valid MAC address (or the
literal string 'default'). Default is false (disable).
If true, the user interfaces convert the name to the canonical
MAC address format: 1,6,xx:xx:xx:xx:xx:xx. The DHCP server uses
this as the default client entry lookup key.
If false, the user interfaces allow creating client
entries with arbitrary names, which could match the lookup
keys generated from the client-lookup-id expression.
vpn-communication bool default = true
Controls the ability of the DHCP server to communicate with
clients that are on a different VPN from the server. Default
is true (enable).
If true, the server communicates with DHCP clients residing on
a different VPN by using an enhanced DHCP Relay Agent capability.
This enhanced DHCP Relay Agent capability is indicated by the
appearance of the server-id-override sub-option in
the relay agent information option (Option 82).
dhcp-address-block
dhcp-address-block - Defines a contiguous range of IP address space
from which the DHCP server may allocate subnets
Synopsis
dhcp-address-block <name> create <address> [<attribute>=<value> ...]
dhcp-address-block <name> delete
dhcp-address-block list
dhcp-address-block listnames
dhcp-address-block <name> show
dhcp-address-block <name> listsubnets
dhcp-address-block <name> get <attribute>
dhcp-address-block <name> set<attribute>=<value> [<attribute>=<value> ...]
dhcp-address-block <name> unset <attribute>
dhcp-address-block <name> enable <attribute>
dhcp-address-block <name> disable <attribute>