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


Usage

<configuration>
    <system>
        <services>
            <dhcp>
                <pool>
                    <address-range>
                        <low>low</low> <!-- mandatory -->
                        <high>high</high> <!-- mandatory -->
                    </address-range>
                </pool>
            </dhcp>
        </services>
    </system>
</configuration>

Description

Range of addresses to choose from.

Contents

<high>—Highest address in the range.

<low>—Lowest address in the range.


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