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


Usage

<configuration>
    <services>
        <stateful-firewall>
            <rule>
                <term>
                    <from>
                        <destination-address>
                            <name>name</name> <!-- identifier -->
                            <except/>
                        </destination-address>
                    </from>
                </term>
            </rule>
        </stateful-firewall>
    </services>
</configuration>

Description

Match IP destination address.

Contents

<except>—Match address not in this prefix.

<name>—Match IP address.


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