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


Usage

<configuration>
    <firewall>
        <three-color-policer>
            <two-rate>
                <color-blind/>
                <color-aware/>
                <committed-information-rate>bits per second</committed-information-rate>
                <committed-burst-size>bytes</committed-burst-size>
                <peak-information-rate>bits per second</peak-information-rate>
                <peak-burst-size>bytes</peak-burst-size>
            </two-rate>
        </three-color-policer>
    </firewall>
</configuration>

Description

Two-rate policer.

Contents

<color-aware>—Color-aware mode.

<color-blind>—Color-blind mode.

<committed-burst-size>—Burst size allowed for committed traffic .

<committed-information-rate>—Bandwidth allowed for committed traffic.

<peak-burst-size>—Burst size allowed for peak traffic .

<peak-information-rate>—Bandwidth allowed for peak traffic.


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