[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <logical-systems>
        <access>
            <address-assignment>
                <pool>
                    <family>
                        <inet>
                            <dhcp-attributes>
                                <option>
                                    <name>name</name> <!-- identifier -->
                                    <flag>flag-choice</flag>
                                    <byte>byte</byte>
                                    <short>short</short>
                                    <unsigned-short>unsigned-short</unsigned-short>
                                    <integer>integer</integer>
                                    <unsigned-integer>unsigned-integer</unsigned-integer>
                                    <string>string</string>
                                    <ip-address>ip-address</ip-address>
                                    <array>...</array>
                                </option>
                            </dhcp-attributes>
                        </inet>
                    </family>
                </pool>
            </address-assignment>
        </access>
    </logical-systems>
</configuration>

Description

DHCP option.

Contents

<array>—Array of values.

<byte>—Unsigned 8-bit value.

<flag>—Boolean flag value.

<integer>—Signed 32-bit numeric value.

<ip-address>—IP address value.

<name>—DHCP option identifier code.

<short>—Signed 16-bit numeric value.

<string>—Character string value.

<unsigned-integer>—Unsigned 32-bit numeric value.

<unsigned-short>—Unsigned 16-bit numeric value.


[Contents] [Prev] [Next] [Index] [Report an Error]