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


Usage

<configuration>
    <logical-systems>
        <forwarding-options>
            <dhcp-relay>
                <group>
                    <overrides>
                        <always-write-giaddr/>
                        <always-write-option-82/>
                        <layer2-unicast-replies/>
                        <trust-option-82/>
                        <disable-relay/>
                        <interface-client-limit>interface-client-limit</interface-client-limit>
                        <no-arp/>
                    </overrides>
                </group>
            </dhcp-relay>
        </forwarding-options>
    </logical-systems>
</configuration>

Description

DHCP override processing.

Contents

<always-write-giaddr>—Overwrite existing 'giaddr' field, when present.

<always-write-option-82>—Overwrite existing value of option 82, when present.

<disable-relay>—Disable DHCP relay processing.

<interface-client-limit>—Limit the number of client allowed on an interface.

<layer2-unicast-replies>—Do not broadcast client responses.

<no-arp>—Disable DHCP ARP table population.

<trust-option-82>—Trust options-82 option.


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