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


Usage

<configuration>
    <services>
        <nat>
            <rule>
                <term>
                    <from>
                        <destination-address-range>
                            <low>low</low> <!-- identifier -->
                            <high>high</high> <!-- identifier -->
                            <except/>
                        </destination-address-range>
                    </from>
                </term>
            </rule>
        </nat>
    </services>
</configuration>

Description

Match IP destination address range.

Contents

<except>—Match address not in this prefix.

<high>—Upper limit of address range.

<low>—Lower limit of address range.


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