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


Usage

<configuration>
    <services>
        <ggsn>
            <gtp>
                <keepalive-interval>seconds</keepalive-interval>
                <t3-response-time>seconds</t3-response-time>
                <n3-requests>n3-requests</n3-requests>
                <diffserv>diffserv-choice</diffserv>
                <path-management/>
                <gn-routing-instance>gn-routing-instance</gn-routing-instance>
                <version-list>...</version-list>
                <bandwidth-constraint>...</bandwidth-constraint>
                <downlink-dscp-remapping>...</downlink-dscp-remapping>
                <no-n3t3-path-failure/>
                <no-recovery-path-failure/>
            </gtp>
        </ggsn>
    </services>
</configuration>

Description

GTP settings.

Contents

<bandwidth-constraint>—SGSN-GGSN bandwidth constraints.

<diffserv>—DiffServ DSCP for GTP packets.

<downlink-dscp-remapping>—Gn interface quality-of-service to DSCP remapping.

<gn-routing-instance>—Routing instance for GTP traffic.

<keepalive-interval>—Seconds between sending keepalive messages.

<n3-requests>—Retransmissions allowed for a control message.

<no-n3t3-path-failure>—Disable path failure on N3-T3 timeout.

<no-recovery-path-failure>—Disable path failure on recovery change.

<path-management>—Use path management.

<t3-response-time>—Seconds between control message retries.

<version-list>—GTP version.


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