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


Usage

<configuration>
    <logical-systems>
        <firewall>
            <family>
                <mpls>
                    <filter>
                        <term>
                            <from>
                                <exp>...</exp>
                                <exp-except>...</exp-except>
                                <interface>...</interface>
                                <interface-set>...</interface-set>
                                <forwarding-class>...</forwarding-class>
                                <forwarding-class-except>...</forwarding-class-except>
                                <loss-priority>...</loss-priority>
                                <loss-priority-except>...</loss-priority-except>
                            </from>
                        </term>
                    </filter>
                </mpls>
            </family>
        </firewall>
    </logical-systems>
</configuration>

Description

Define match criteria.

Contents

<exp>—Match MPLS EXP bits.

<exp-except>—Do not match MPLS EXP bits.

<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.


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