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


Usage

<configuration>
    <class-of-service>
        <traffic-control-profiles>
            <name>name</name> <!-- identifier -->
            <scheduler-map>scheduler-map</scheduler-map>
            <shaping-rate>...</shaping-rate>
            <guaranteed-rate>...</guaranteed-rate>
            <excess-rate>...</excess-rate>
            <delay-buffer-rate>...</delay-buffer-rate>
        </traffic-control-profiles>
    </class-of-service>
</configuration>

Description

Traffic shaping and scheduling profiles.

Contents

<delay-buffer-rate>—Delay buffer rate.

<excess-rate>—Excess bandwidth sharing proportion.

<guaranteed-rate>—Guaranteed rate.

<name>—Traffic control profile name.

<scheduler-map>—Mapping of forwarding classes to packet schedulers.

<shaping-rate>—Shaping rate.


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