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


Usage

<configuration>
    <services>
        <nat>
            <rule>
                <term>
                    <then>
                        <translated>
                            <source-pool>source-pool</source-pool>
                            <source-prefix>source-prefix</source-prefix>
                            <destination-pool>destination-pool</destination-pool>
                            <destination-prefix>destination-prefix</destination-prefix>
                            <dns-alg-prefix>dns-alg-prefix</dns-alg-prefix>
                            <use-dns-map-for-destination-translation/>
                            <overload-pool>overload-pool</overload-pool>
                            <overload-prefix>overload-prefix</overload-prefix>
                            <translation-type>...</translation-type> <!-- mandatory -->
                        </translated>
                    </then>
                </term>
            </rule>
        </nat>
    </services>
</configuration>

Description

Define translation parameters.

Contents

<destination-pool>—NAT pool for destination translation.

<destination-prefix>—NAT prefix for destination translation.

<dns-alg-prefix>—DNS ALG 96 bit prefix for mapping IPv4 addresses to IPv6 addresses.

<overload-pool>—NAT pool to be used when source pool is overloaded.

<overload-prefix>—NAT prefix to be used when source pool is overloaded.

<source-pool>—NAT pool for source translation.

<source-prefix>—NAT prefix for source translation.

<translation-type>—Type of translation to perform.

<use-dns-map-for-destination-translation>—Use dns alg address map for destination translation.


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