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


Usage

<configuration>
    <services>
        <ggsn>
            <apn>
                <l2tp>
                    <l2tp-routing-instance>l2tp-routing-instance</l2tp-routing-instance>
                    <hide-avps/>
                    <lac-address>lac-address</lac-address> <!-- mandatory -->
                    <lns-server>...</lns-server>
                    <secret>secret</secret>
                    <hello-interval>seconds</hello-interval>
                    <receive-window>receive-window</receive-window>
                    <max-retry>max-retry</max-retry>
                    <max-retry-timeout>seconds</max-retry-timeout>
                    <copy-inner-ip-dscp/>
                    <ppp>...</ppp>
                </l2tp>
            </apn>
        </ggsn>
    </services>
</configuration>

Description

L2TP settings.

Contents

<copy-inner-ip-dscp>—Copy DSCP field from inner to outer IP-header.

<hello-interval>—Keepalive timer for the L2TP tunnel.

<hide-avps>—Hide L2TP AVPs.

<l2tp-routing-instance>—Routing instance for the L2TP network.

<lac-address>—GGSN (LAC) IP address.

<lns-server>—L2TP network server.

<max-retry>—Maximum number of retry attempts during L2TP negotiation.

<max-retry-timeout>—Maximum timeout between control channel retransmissions.

<ppp>—Point-to-point protocol settings.

<receive-window>—Size of receive window for the L2TP tunnel.

<secret>—Shared secret for tunnel authentication and AVP hiding.


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