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


Usage

<configuration>
    <access>
        <address-assignment>
            <pool>
                <family>
                    <inet>
                        <dhcp-attributes>
                            <option-match>...</option-match>
                            <maximum-lease-time>maximum-lease-time-choice
                                                </maximum-lease-time>
                            <grace-period>seconds</grace-period>
                            <domain-name>domain-name</domain-name>
                            <name-server>...</name-server>
                            <wins-server>...</wins-server>
                            <router>...</router>
                            <boot-file>boot-file</boot-file>
                            <boot-server>boot-server</boot-server>
                            <tftp-server>tftp-server</tftp-server>
                            <netbios-node-type>netbios-node-type-choice</netbios-node-type>
                            <option>...</option>
                        </dhcp-attributes>
                    </inet>
                </family>
            </pool>
        </address-assignment>
    </access>
</configuration>

Description

DHCP options and match criteria.

Contents

<boot-file>—Boot filename advertised to clients.

<boot-server>—Boot server advertised to clients.

<domain-name>—Domain name advertised to clients.

<grace-period>—Grace period for leases.

<maximum-lease-time>—Maximum lease time advertised to clients.

<name-server>—Domain name servers available to the client.

<netbios-node-type>—Type of NETBIOS node advertised to clients.

<option>—DHCP option.

<option-match>—Match.

<router>—Routers advertised to clients.

<tftp-server>—TFTP server advertised to clients.

<wins-server>—WINS name servers.


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