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


Usage

<configuration>
    <dynamic-profiles>
        <interfaces>
            <interface>
                <atm-options>
                    <scheduler-maps>
                        <forwarding-class>
                            <name>name</name> <!-- identifier -->
                            <priority>priority-choice</priority>
                            <transmit-weight>...</transmit-weight>
                            <epd-threshold>...</epd-threshold>
                            <linear-red-profile>linear-red-profile</linear-red-profile>
                        </forwarding-class>
                    </scheduler-maps>
                </atm-options>
            </interface>
        </interfaces>
    </dynamic-profiles>
</configuration>

Description

Scheduling parameters associated with forwarding class.

Contents

<epd-threshold>—Early packet discard threshold for ATM2.

<linear-red-profile>—Linear RED profile profile name.

<name>—Forwarding class name.

<priority>—Queuing priority assigned to forwarding class.

<transmit-weight>—Transmit weight.


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