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


Usage

<configuration>
    <dynamic-profiles>
        <interfaces>
            <interface>
                <unit>
                    <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>
                </unit>
            </interface>
        </interfaces>
    </dynamic-profiles>
</configuration>

Description

Point-to-Point Protocol 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]