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


Usage

<configuration>
    <firewall>
        <policer>
            <then>
                <discard/>
                <loss-priority>loss-priority-choice</loss-priority>
                <forwarding-class>forwarding-class</forwarding-class>
                <out-of-profile/>
            </then>
        </policer>
    </firewall>
</configuration>

Description

Action to take if the rate limits are exceeded.

Contents

<discard>—Discard the packet.

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

<loss-priority>—Packet's loss priority.

<out-of-profile>—Discard packets only if both congested and over threshold.


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