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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <forwarding-options>
                    <dhcp-relay>
                        <group>
                            <name>name</name> <!-- identifier -->
                            <active-server-group>active-server-group</active-server-group>
                            <authentication>...</authentication>
                            <dynamic-profile>...</dynamic-profile>
                            <overrides>...</overrides>
                            <relay-option-60>...</relay-option-60>
                            <relay-option-82>...</relay-option-82>
                            <interface>...</interface>
                        </group>
                    </dhcp-relay>
                </forwarding-options>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Define a DHCP group.

Contents

<active-server-group>—Name of DHCP server group.

<authentication>—DHCP authentication.

<dynamic-profile>—Dynamic profile to use.

<interface>—One or more interfaces.

<name>—Group name.

<overrides>—DHCP override processing.

<relay-option-60>—DHCP option-60 processing.

<relay-option-82>—DHCP option-82 processing.


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