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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <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>
            </instance>
        </routing-instances>
    </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]