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


Usage

<configuration>
    <protocols>
        <mpls>
            <label-switched-path>
                <auto-bandwidth>
                    <adjust-interval>seconds</adjust-interval>
                    <adjust-threshold>percent</adjust-threshold>
                    <minimum-bandwidth>bps</minimum-bandwidth>
                    <maximum-bandwidth>bps</maximum-bandwidth>
                    <monitor-bandwidth/>
                    <adjust-threshold-overflow-limit>adjust-threshold-overflow-limit
                                    </adjust-threshold-overflow-limit>
                </auto-bandwidth>
            </label-switched-path>
        </mpls>
    </protocols>
</configuration>

Description

Do auto bandwidth allocation for this LSP.

Contents

<adjust-interval>—Time to adjust LSP bandwidth.

<adjust-threshold>—Change in average LSP utilization to trigger auto-adjustment.

<adjust-threshold-overflow-limit>—Number of consecutive overflow samples to trigger auto-adjustment.

<maximum-bandwidth>—Maximum LSP bandwidth.

<minimum-bandwidth>—Minimum LSP bandwidth.

<monitor-bandwidth>—Monitor LSP bandwidth without adjustments.


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