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


Usage

<configuration>
    <logical-systems>
        <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>
    </logical-systems>
</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]