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


Usage

<configuration>
    <dynamic-profiles>
        <interfaces>
            <interface>
                <unit>
                    <family>
                        <inet>
                            <address>
                                <multipoint-destination>
                                    <shaping>
                                        <vbr>
                                            <peak>peak</peak> <!-- mandatory -->
                                            <sustained>sustained</sustained> <!-- mandatory -->
                                            <burst>burst</burst> <!-- mandatory -->
                                        </vbr>
                                    </shaping>
                                </multipoint-destination>
                            </address>
                        </inet>
                    </family>
                </unit>
            </interface>
        </interfaces>
    </dynamic-profiles>
</configuration>

Description

Variable bandwidth utilization.

Contents

<burst>—Burst size (maximum 4000 for ATM2, 255 for ATM1).

<peak>—Peak rate.

<sustained>—Sustained rate.


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