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


Usage

<configuration>
    <system>
        <services>
            <dhcp-local-server>
                <group>
                    <name>name</name> <!-- identifier -->
                    <authentication>...</authentication>
                    <overrides>...</overrides>
                    <dynamic-profile>...</dynamic-profile>
                    <interface>...</interface>
                </group>
            </dhcp-local-server>
        </services>
    </system>
</configuration>

Description

Define a DHCP local server group.

Contents

<authentication>—DHCP authentication.

<dynamic-profile>—Dynamic profile to use.

<interface>—One or more interfaces.

<name>—Group name.

<overrides>—DHCP override processing.


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