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


Usage

<configuration>
    <logical-systems>
        <interfaces>
            <interface>
                <unit>
                    <family>
                        <inet>
                            <unnumbered-address>
                                <source>source</source> <!-- mandatory -->
                                <preferred-source-address>preferred-source-address
                                    </preferred-source-address>
                                <destination>destination</destination>
                                <destination-profile>destination-profile</destination-profile>
                            </unnumbered-address>
                        </inet>
                    </family>
                </unit>
            </interface>
        </interfaces>
    </logical-systems>
</configuration>

Description

Unnumbered interface address/destination prefix.

Contents

<destination>—Destination address.

<destination-profile>—Profile to use for destination address.

<preferred-source-address>—Preferred address on the donor interface.

<source>—Interface from which to take local address.


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