This option carries the records of the following fields:
  • {{ record }}
These records can be repeated, forming an array of records. By default, the option has only one record, but additional records can be defined as necessary by adding suitable option fields.
This option can comprise an array of the {{ optionDef.optionType }} option fields. By default, it has only one option field, but more fields of the same type can be added as necessary.
This option carries no option fields (is empty).
This option carries a single record of the following fields:
  • {{ record }}
This option comprises a single {{ optionDef.optionType }} option field.
It encapsulates the suboptions with the following codes: {{ getStandardDhcpOptionDefCodes().join(', ') || '(none)' }}.
It carries no suboptions.

Option value can be specified as a string of the hexadecimal digits. The following formats are accepted:

  • Capital letters, e.g., 1F:1E:AB:CE
  • Non-capital leters, e.g., 8f:6a:bc:78
  • Space as a separator, e.g., 87 68 af b8
  • Colon as a separator (see above)
  • No separator, e.g., 05F74FA6

The specified value must have even number of hexadecimal digits. Please prepend a leading zero when necessary.