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


Usage

<configuration>
    <firewall>
        <filter>
            <term>
                <from>
                    <source-prefix-list>
                        <name>name</name> <!-- identifier -->
                        <except/>
                    </source-prefix-list>
                </from>
            </term>
        </filter>
    </firewall>
</configuration>

Description

Match IP source prefixes in named list.

Contents

<except>—Match addresses not in this prefix list.

<name>—Prefix list to match.


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