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


Usage

<configuration>
    <interfaces>
        <interface>
            <atm-options>
                <linear-red-profiles>
                    <name>name</name> <!-- identifier -->
                    <queue-depth>cells</queue-depth> <!-- mandatory -->
                    <high-plp-threshold>high-plp-threshold
                                    </high-plp-threshold> <!-- mandatory -->
                    <low-plp-threshold>low-plp-threshold</low-plp-threshold> <!-- mandatory -->
                    <high-plp-max-threshold>high-plp-max-threshold</high-plp-max-threshold>
                    <low-plp-max-threshold>low-plp-max-threshold</low-plp-max-threshold>
                </linear-red-profiles>
            </atm-options>
        </interface>
    </interfaces>
</configuration>

Description

ATM2 CoS virtual circuit drop profiles.

Contents

<high-plp-max-threshold>—Fill level percentage with 100 percent packet drop for high PLP.

<high-plp-threshold>—Fill level percentage when linear RED is applied for high PLP.

<low-plp-max-threshold>—Fill level percentage with 100 percent packet drop for low PLP.

<low-plp-threshold>—Fill level percentage when linear RED is applied for low PLP.

<name>—Linear RED profile name.

<queue-depth>—Maximum queue depth.


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