Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyDescription
add-default-route (yes | no; Default: no)Whether to add default IPv6 route after a client connects.
comment (string; Default: )Short description of the client
disabled (yes | no; Default: no)
interface (string; Default: )The interface on which the DHCPv6 client will be running.
pool-name (string; Default: )Name of the IPv6 pool in which received IPv6 prefix will be added
pool-prefix-length (string; Default: )Prefix length parameter that will be set for IPv6 pool in which received IPv6 prefix is added. Prefix length must be greater than or equal as the length of the received prefix, otherwise, prefix-length will be set to received prefix length + 8 bits.
prefix-hint (string; Default: )Include a preferred prefix length.
request (prefix, address; Default: )to choose if the DHCPv6 request will ask for the address or the IPv6 prefix, or both.
script (string; Default: )Run this script on the DHCP-client status change. Available variables:
  • pd-valid - if the prefix is acquired by the client;
  • pd-prefix - the prefix acquired by the client if any;
  • na-valid - if the address is acquired by the client;
  • na-address - the address acquired by the client if any.
  • options - array of received options (only ROSv7)
use-peer-dns (yes | no; Default: yes)Whether to accept the DNS settings advertised by the IPv6 DHCP Server.

...