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


Usage

<configuration>
    <services>
        <ggsn>
            <apn>
                <l2tp>
                    <ppp>
                        <retry-timeout>seconds</retry-timeout>
                        <max-retry>max-retry</max-retry>
                        <mru>mru</mru>
                        <user-name>user-name</user-name>
                        <user-password>user-password</user-password>
                    </ppp>
                </l2tp>
            </apn>
        </ggsn>
    </services>
</configuration>

Description

Point-to-point protocol settings.

Contents

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

<mru>—Maximum value for negotiable receive unit.

<retry-timeout>—Timeout for a response during PPP negotiation.

<user-name>—Default user name for user authentication.

<user-password>—Default user password for user authentication.


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