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


Usage

<configuration>
    <logical-systems>
        <firewall>
            <filter>
                <term>
                    <name>name</name> <!-- identifier -->
                    <filter>filter</filter>
                    <from>...</from>
                    <then>...</then>
                </term>
            </filter>
        </firewall>
    </logical-systems>
</configuration>

Description

Define a firewall term.

Contents

<filter>—Filter to include.

<from>—Define match criteria.

<name>—Term name.

<then>—Action to take if the 'from' condition is matched.


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