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


Usage

<configuration>
    <logical-systems>
        <firewall>
            <family>
                <mpls>
                    <filter>
                        <term>
                            <then>
                                <policer>policer</policer>
                                <three-color-policer>...</three-color-policer>
                                <count>count</count>
                                <sample/>
                                <loss-priority>loss-priority-choice</loss-priority>
                                <forwarding-class>forwarding-class</forwarding-class>
                                <accept/>
                                <discard/>
                                <next>next-choice</next>
                            </then>
                        </term>
                    </filter>
                </mpls>
            </family>
        </firewall>
    </logical-systems>
</configuration>

Description

Action to take if the 'from' condition is matched.

Contents

<accept>—Accept the packet.

<count>—Count the packet in the named counter.

<discard>—Discard the packet.

<forwarding-class>—Classify packet to forwarding class.

<loss-priority>—Classify packet to loss-priority.

<next>—Continue to next term in a filter.

<policer>—Name of policer to use to rate-limit traffic.

<sample>—Sample the packet.

<three-color-policer>—Police the packet using a three-color-policer.


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