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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <forwarding-options>
                    <helpers>
                        <bootp>
                            <relay-agent-option/>
                            <dhcp-option82>...</dhcp-option82>
                            <description>description</description>
                            <server>...</server>
                            <maximum-hop-count>maximum-hop-count</maximum-hop-count>
                            <minimum-wait-time>minimum-wait-time</minimum-wait-time>
                            <client-response-ttl>client-response-ttl</client-response-ttl>
                            <vpn/>
                            <interface>...</interface>
                        </bootp>
                    </helpers>
                </forwarding-options>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Incoming BOOTP/DHCP request forwarding configuration.

Contents

<client-response-ttl>—IP time-to-live value to set in responses to client.

<description>—Text description of servers.

<dhcp-option82>—Configure DHCP option 82.

<interface>—Incoming BOOTP/DHCP request forwarding interface configuration.

<maximum-hop-count>—Maximum number of hops per packet.

<minimum-wait-time>—Minimum number of seconds before requests are forwarded.

<relay-agent-option>—Use DHCP Relay Agent option in relayed BOOTP/DHCP messages.

<server>—Server information.

<vpn>—Enable vpn encryption .


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