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


Usage

<configuration>
    <firewall>
        <family>
            <any>
                <filter>
                    <term>
                        <then>
                            <policer>policer</policer>
                            <three-color-policer>...</three-color-policer>
                            <count>count</count>
                            <loss-priority>loss-priority-choice</loss-priority>
                            <forwarding-class>forwarding-class</forwarding-class>
                            <accept/>
                            <discard/>
                            <next>next-choice</next>
                        </then>
                    </term>
                </filter>
            </any>
        </family>
    </firewall>
</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.

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


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