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


Usage

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