Technical References
policy <name> listVendorOptions
The setVendorOption and getVendorOption commands are used to
set and get vendor-specific option data on the policy. These
commands require an option name and the name of a
vendor-specific option definition set.
The unsetVendorOption command removes the data for the
specific vendor option.
The listVendorOptions command displays all vendor-option
data that is set in the policy. The listing includes the name
of the option-definition set that was used to define the data.
You can manage the DHCPv6 vendor options on the policy
using the commands: setV6VendorOption,
getV6VendorOption, unsetV6VendorOption, listV6VendorOptions.
NOTE: The vendor option commands use a different syntax when
connected to releases prior to 6.2. See the documentation for
the specific release.
Examples
nrcmd> policy default setOption dhcp-lease-time 608400
nrcmd> policy default listOptions
(51)dhcp-lease-time: 604800
nrcmd> policy default set grace-period=3d
Status
See Also
option-set, option
Attributes
affinity-period time
Associates a lease in the AVAILABLE state with the client that
last held the lease. If the client requests a lease during the
affinity period, it is granted the same lease; that is, unless
renewals are prohibited, then it is explicitly not given the lease.
Because of the vast IPv6 address space and depending on the address
generation technique, it could be millions of years before an
address ever needs reassignment to a different client, and there
is no reason to hold on to this information for that long.
To prohibit renewals enable either the inhibit-all-renews attribute
or the inhibit-renews-at-reboot attribute.
allow-client-a-record-update bool default = disabled