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


Usage

<configuration>
    <logical-systems>
        <access>
            <address-assignment>
                <pool>
                    <family>
                        <inet>
                            <host>
                                <name>name</name> <!-- identifier -->
                                <hardware-address>hardware-address
                                                </hardware-address> <!-- mandatory -->
                                <ip-address>ip-address</ip-address> <!-- mandatory -->
                            </host>
                        </inet>
                    </family>
                </pool>
            </address-assignment>
        </access>
    </logical-systems>
</configuration>

Description

Hostname for static reservations.

Contents

<hardware-address>—Hardware address.

<ip-address>—Reserved address.

<name>—Hostname.


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