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


Usage

<configuration>
    <class-of-service>
        <schedulers>
            <name>name</name> <!-- identifier -->
            <transmit-rate>...</transmit-rate>
            <excess-rate>...</excess-rate>
            <shaping-rate>...</shaping-rate>
            <buffer-size>...</buffer-size>
            <priority>priority</priority>
            <excess-priority>excess-priority-choice</excess-priority>
            <drop-profile-map>...</drop-profile-map>
        </schedulers>
    </class-of-service>
</configuration>

Description

Packet schedulers.

Contents

<buffer-size>—Queue transmission buffer size.

<drop-profile-map>—Assign drop profile to a loss priority and protocol.

<excess-priority>—Priority in the excess region.

<excess-rate>—Excess bandwidth shaing proportion.

<name>—Scheduler name.

<priority>—Scheduling priority.

<shaping-rate>—Shaping rate.

<transmit-rate>—Transmit rate.


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