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


Usage

<configuration>
    <logical-systems>
        <interfaces>
            <interface>
                <unit>
                    <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>
                </unit>
            </interface>
        </interfaces>
    </logical-systems>
</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]