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


Usage

<configuration>
    <access>
        <profile>
            <client>
                <l2tp>
                    <maximum-sessions-per-tunnel>maximum-sessions-per-tunnel
                                    </maximum-sessions-per-tunnel>
                    <interface-id>interface-id</interface-id> <!-- mandatory -->
                    <lcp-renegotiation/>
                    <local-chap/>
                    <multilink>...</multilink>
                    <ppp-authentication>ppp-authentication-choice</ppp-authentication>
                    <shared-secret>shared-secret</shared-secret>
                    <ppp-profile>ppp-profile</ppp-profile>
                </l2tp>
            </client>
        </profile>
    </access>
</configuration>

Description

Configuration for Layer 2 Tunneling Protocol.

Contents

<interface-id>—Interface identifier for PPP users missing one.

<lcp-renegotiation>—Force renegotiation of LCP options.

<local-chap>—Force local CHAP challenge.

<maximum-sessions-per-tunnel>—Maximum number of sessions per L2TP tunnel.

<multilink>—Multilink Point-to-Point Protocol command options.

<ppp-authentication>—Method for authenticating client.

<ppp-profile>—User profile name.

<shared-secret>—Shared secret for authenticating peer.


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