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


Usage

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

Description

Match 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]