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


Usage

<configuration>
    <interfaces>
        <interface>
            <ppp-options>
                <chap>...</chap>
                <pap>...</pap>
                <compression>...</compression>
                <lcp-restart-timer>milliseconds</lcp-restart-timer>
                <ncp-restart-timer>milliseconds</ncp-restart-timer>
                <no-termination-request/>
                <loopback-clear-timer>seconds</loopback-clear-timer>
            </ppp-options>
        </interface>
    </interfaces>
</configuration>

Description

Point-to-Point Protocol (PPP) interface-specific options.

Contents

<chap>—Challenge Handshake Authentication Protocol options.

<compression>—Set compression options.

<lcp-restart-timer>—LCP restart timer.

<loopback-clear-timer>—Loopback clear timer.

<ncp-restart-timer>—NCP restart timer.

<no-termination-request>—Don't send PPP termination requests.

<pap>—Password Authentication Protocol options.


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