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


Usage

<configuration>
    <services>
        <nat>
            <rule>
                <term>
                    <from>
                        <source-prefix-list>
                            <name>name</name> <!-- identifier -->
                            <except/>
                        </source-prefix-list>
                    </from>
                </term>
            </rule>
        </nat>
    </services>
</configuration>

Description

One or more named lists of source prefixes to match.

Contents

<except>—Name of prefix list not to match against.

<name>—Name of prefix list to match against.


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