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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <access>
                    <address-assignment>
                        <pool>
                            <family>
                                <inet>
                                    <range>
                                        <name>name</name> <!-- identifier -->
                                        <low>low</low> <!-- mandatory -->
                                        <high>high</high> <!-- mandatory -->
                                    </range>
                                </inet>
                            </family>
                        </pool>
                    </address-assignment>
                </access>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Address range.

Contents

<high>—Upper limit of address range.

<low>—Lower limit of address range.

<name>—Range name.


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