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


Usage

<configuration>
    <logical-systems>
        <firewall>
            <family>
                <inet6>
                    <filter>
                        <term>
                            <from>
                                <address>
                                    <name>name</name> <!-- identifier -->
                                    <except/>
                                </address>
                            </from>
                        </term>
                    </filter>
                </inet6>
            </family>
        </firewall>
    </logical-systems>
</configuration>

Description

Match source or destination address.

Contents

<except>—Match address not in this prefix.

<name>—Prefix to match.


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