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


Usage

<configuration>
    <interfaces>
        <interface>
            <ppp-options>
                <chap>
                    <access-profile>access-profile</access-profile>
                    <default-chap-secret>default-chap-secret</default-chap-secret>
                    <local-name>local-name</local-name>
                    <passive/>
                </chap>
            </ppp-options>
        </interface>
    </interfaces>
</configuration>

Description

Challenge Handshake Authentication Protocol options.

Contents

<access-profile>—Profile containing client list and access parameters.

<default-chap-secret>—Default CHAP secret to be used when no matching access profile exists.

<local-name>—Name sent in CHAP-Challenge and CHAP-Response.

<passive>—Handle incoming CHAP requests only.


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