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


Usage

<configuration>
    <logical-systems>
        <firewall>
            <family>
                <inet>
                    <service-filter>
                        <term>
                            <from>
                                <destination-prefix-list>
                                    <name>name</name> <!-- identifier -->
                                    <except/>
                                </destination-prefix-list>
                            </from>
                        </term>
                    </service-filter>
                </inet>
            </family>
        </firewall>
    </logical-systems>
</configuration>

Description

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