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


Usage

<configuration>
    <logical-systems>
        <firewall>
            <filter>
                <term>
                    <from>
                        <source-prefix-list>
                            <name>name</name> <!-- identifier -->
                            <except/>
                        </source-prefix-list>
                    </from>
                </term>
            </filter>
        </firewall>
    </logical-systems>
</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]