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


Usage

<configuration>
    <logical-systems>
        <firewall>
            <policer>
                <if-exceeding>
                    <bandwidth-limit>bits per second</bandwidth-limit>
                    <bandwidth-percent>percent</bandwidth-percent>
                    <burst-size-limit>bytes</burst-size-limit> <!-- mandatory -->
                </if-exceeding>
            </policer>
        </firewall>
    </logical-systems>
</configuration>

Description

Define rate limits.

Contents

<bandwidth-limit>—Bandwidth limit.

<bandwidth-percent>—Bandwidth limit in percentage.

<burst-size-limit>—Burst size limit.


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