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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <forwarding-options>
                    <helpers>
                        <bootp>
                            <interface>
                                <name>name</name> <!-- identifier -->
                                <no-listen/>
                                <broadcast/>
                                <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/>
                                <dhcp-option82>...</dhcp-option82>
                            </interface>
                        </bootp>
                    </helpers>
                </forwarding-options>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Incoming BOOTP/DHCP request forwarding interface configuration.

Contents

<broadcast>—If the layer 2 interface is unknown then broadcast.

<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.

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

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

<name>—Name of interface or group of interfaces.

<no-listen>—Do not listen on this interface.

<server>—Server information.

<vpn>—Enable vpn encryption .


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