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

Configuring PAP on a PPPoE Interface (Optional)

To configure PAP on the PPPoE interface:

  1. Navigate to the top of the configuration hierarchy in either the J-Web or CLI configuration editor.
  2. Perform the configuration tasks described in Table 54.
  3. If you are finished configuring the router, commit the configuration.
  4. To check the configuration, see Verifying a PPPoE Configuration.

Table 54: Configuring PAP on a PPPoE Interface

Task

J-Web Configuration Editor

CLI Configuration Editor

Navigate to the Profile level in the configuration hierarchy.

  1. In the J-Web interface, select Configuration>View and Edit>Edit Configuration.
  2. Next to Access, click Configure or Edit.

From the [edit] hierarchy level, enter

set access profile ppp-client–2 client client2– pap-password pap password

Define a PAP access profile—for example, ppp-client–2—with a client named client2 and pap password.

  1. Next to Profile, click Add new entry.
  2. In the Profile name box, type ppp-client-2.
  3. Next to Client, click Add new entry.
  4. In the Name box, type client2.
  5. In the Pap password box, type pap password.
  6. Click OK until you return to the main Configuration page.

Navigate to the pp0 unit 0 interface level in the configuration hierarchy.

  1. On the main Configuration page next to Interfaces, click Configure or Edit.
  2. In the Interface name box, click pp0.
  3. In the Interface unit number box, click 0.

From the [edit] hierarchy level, enter

edit interfaces pp0 unit 0

Configure PAP on the PPPoE interface, and specify a unique profile name containing a client list and access parameters—for example, ppp-client-2.

  1. On the main Configuration page next to Protocols, click Configure or Edit.
  2. Next to Ppp options, click Configure.
  3. Next to Pap, click Configure.
  4. In the Access profile box, type ppp-client-2.

Enter

set ppp-options pap access-profile ppp-client-2

Specify a unique hostname to be used in PAP Request and response/reply —for example, client2-ge-0/0/1.0 or client2-at-2/0/0.0.

In the Local name box, type one of the following:

  • For an Ethernet interface, type client2-ge-0/0/1.0.
  • For an ATM interface, type client2-at-2/0/0.0.

Do one of the following:

  • For the Ethernet interface, enter set ppp-options pap local-name client2-ge-0/0/1.0.
  • For the ATM interface, enter set ppp-options pap local-name client2-at-2/0/0.0.

Set the passive option for not authenticating PAP requests.

  1. In the Passive box, click Yes.
  2. Click OK.

Enter

set ppp-options pap passive


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