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


Usage

<configuration>
    <firewall>
        <family>
            <ccc>
                <filter>
                    <term>
                        <from>
                            <interface-group>...</interface-group>
                            <interface-group-except>...</interface-group-except>
                            <forwarding-class>...</forwarding-class>
                            <forwarding-class-except>...</forwarding-class-except>
                            <loss-priority>...</loss-priority>
                            <loss-priority-except>...</loss-priority-except>
                        </from>
                    </term>
                </filter>
            </ccc>
        </family>
    </firewall>
</configuration>

Description

Define match criteria.

Contents

<forwarding-class>—Match forwarding class.

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

<interface-group>—Match interface group.

<interface-group-except>—Do not match interface group.

<loss-priority>—Match Loss Priority.

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


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