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


Usage

<configuration>
    <interfaces>
        <interface>
            <ppp-options>
                <pap>
                    <access-profile>access-profile</access-profile>
                    <default-password>default-password</default-password>
                    <local-name>local-name</local-name>
                    <local-password>local-password</local-password> <!-- mandatory -->
                    <passive/>
                </pap>
            </ppp-options>
        </interface>
    </interfaces>
</configuration>

Description

Password Authentication Protocol options.

Contents

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

<default-password>—Default PAP password used in the absence of matching profile.

<local-name>—Name sent in PAP request packet.

<local-password>—Password sent in PAP request packet.

<passive>—Handle incoming PAP requests only.


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