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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <access>
                    <address-assignment>
                        <pool>
                            <family>
                                <inet>
                                    <dhcp-attributes>
                                        <option>
                                            <array>
                                                <flag>...</flag>
                                                <byte>...</byte>
                                                <short>...</short>
                                                <unsigned-short>...</unsigned-short>
                                                <integer>...</integer>
                                                <unsigned-integer>...</unsigned-integer>
                                                <string>...</string>
                                                <ip-address>...</ip-address>
                                            </array>
                                        </option>
                                    </dhcp-attributes>
                                </inet>
                            </family>
                        </pool>
                    </address-assignment>
                </access>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Array of values.

Contents

<byte>—Array of unsigned 8-bit values.

<flag>—Array of boolean flag values.

<integer>—Array of signed 32-bit numeric values.

<ip-address>—Array of IP address values.

<short>—Array of signed 16-bit numeric values.

<string>—Array of character string values.

<unsigned-integer>—Array of unsigned 32-bit numeric values.

<unsigned-short>—Array of 16-bit numeric values.


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