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


Usage

<configuration>
    <logical-systems>
        <firewall>
            <family>
                <inet>
                    <simple-filter>
                        <term>
                            <from>
                                <source-address>...</source-address>
                                <destination-address>...</destination-address>
                                <protocol>...</protocol>
                                <source-port>...</source-port>
                                <destination-port>...</destination-port>
                                <forwarding-class>...</forwarding-class>
                            </from>
                        </term>
                    </simple-filter>
                </inet>
            </family>
        </firewall>
    </logical-systems>
</configuration>

Description

Match criteria.

Contents

<destination-address>—Destination IP address.

<destination-port>—Match TCP/UDP destination port.

<forwarding-class>—Match forwarding class.

<protocol>—Match IP protocol type.

<source-address>—Source IP address.

<source-port>—Match TCP/UDP source port.


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