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


Usage

<configuration>
    <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>
</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]