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


Usage

<configuration>
    <firewall>
        <family>
            <any>
                <filter>
                    <term>
                        <from>
                            <interface>...</interface>
                            <interface-set>...</interface-set>
                            <packet-length>...</packet-length>
                            <packet-length-except>...</packet-length-except>
                            <forwarding-class>...</forwarding-class>
                            <forwarding-class-except>...</forwarding-class-except>
                            <loss-priority>...</loss-priority>
                            <loss-priority-except>...</loss-priority-except>
                        </from>
                    </term>
                </filter>
            </any>
        </family>
    </firewall>
</configuration>

Description

Define match criteria.

Contents

<forwarding-class>—Match forwarding class.

<forwarding-class-except>—Do not match forwarding class.

<interface>—Match interface name.

<interface-set>—Match interface in set.

<loss-priority>—Match Loss Priority.

<loss-priority-except>—Do not match Loss Priority.

<packet-length>—Match packet length.

<packet-length-except>—Do not match packet length.


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