Index |
Index of entry. Range: 0 to 65535 |
Enabled |
Enable, disable or delete the table entry. Enumerations: - delete (1)
- true (2)
- false (3)
|
GroupID |
This object specifies the ID for a group of DHCP options or suboptions. When a DHCP operation refers to such an ID, all options (or suboptions) sharing the same group ID will be added consecutively. Range: 1 to 65535 |
GroupDescr |
A user-friendly name for the group of DHCP options this entry belongs to. Length: 0 to 255 |
Code |
DHCP option code. Range: 0 to 255 |
ContentType |
Content type for this DHCP option. - if set to 'string', the variable part of the DHCP option is filled with the string specified in ipDhcpOptionContentString. - if set to 'hex', the variable part of the DHCP option is filled with the hex content specified in ipDhcpOptionContentHex. - if set to 'group', the variable part of the DHCP option is filled with the collection of DHCP suboptions which share the ipDhcpOptionGroupID value specified in ipDhcpOptionContentGroupID. Enumerations: - string (1)
- hex (2)
- group (3)
|
ContentString |
This object specifies the content of the string which is used to fill the variable part of the DHCP option when ipDhcpOptionContentType is set to 'string'. Length: 0 to 255 |
ContentHex |
This object specifies the content of the hex buffer which is used to fill the variable part of the DHCP option when ipDhcpOptionContentType is set to 'hex'. |
ContentGroupID |
This object specifies the ipDhcpOptionGroupID of the group of DHCP suboptions which is used to fill the variable part of the DHCP option when ipDhcpOptionContentType is set to 'group'. If the value is 0, this group has no subelements. Range: 0 to 65535 |