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


Usage

<configuration>
    <services>
        <ggsn>
            <rule-space>
                <bandwidth-control>
                    <throughput-limitation>
                        <name>name</name> <!-- identifier -->
                        <uplink-limitation>kbps</uplink-limitation>
                        <downlink-limitation>kbps</downlink-limitation>
                        <service-id>...</service-id> <!-- mandatory -->
                    </throughput-limitation>
                </bandwidth-control>
            </rule-space>
        </ggsn>
    </services>
</configuration>

Description

Throughput limitation per context and service-id.

Contents

<downlink-limitation>—Downlink throughput limitation per context and service-id.

<name>—Identifier of the throughput-limitation profile.

<service-id>—Service-identifier for which to apply the throughput limitation.

<uplink-limitation>—Uplink throughput limitation per context and service-id.


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