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

Configuring PAP on the Dialer Interface

With GSM HSDPA 3G wireless modem cards, you may need to configure either Challenge Handshake Authentication Protocol (CHAP) or Password Authentication Protocol (PAP) for authentication with the service provider network. The service provider must supply the username and password, which you configure in an access profile. You then specify this access profile in a dialer interface.

Before You Begin

Configure a dialer interface. See Configuring the Dialer Interface.

In this example, you configure the username and password in the PAP access profile pap-1, then associate the pap-1 profile with the dialer interface dl0.

You can use either J-Web or the CLI configuration editor to configure the PAP access profile.

This topic covers:

J-Web Configuration

To configure a PAP access profile:

  1. Select Configuration>View and Edit>Edit Configuration.
  2. Next to Access, click Configure or Edit.
  3. Next to Profile, click Add new entry.
  4. In the Profile name box, type pap-1.
  5. Next to Client, click Add new entry.
  6. In the Name box, type clientX.
  7. In the Pap password box, type \&7a^6b%5c.
  8. Click OK until you return to the main Configuration page.

To associate the PAP access profile with a dialer interface:

  1. Select Configuration>View and Edit>Edit Configuration.
  2. Next to Interfaces, click Configure or Edit.
  3. In the Interface name box, click dl0.
  4. In the Interface unit number box, click 0.
  5. Next to Ppp options, click Configure.
  6. Next to Pap, click Configure.
  7. In the Access profile box, type pap-1.
  8. Click OK until you return to the main Configuration page.

CLI Configuration

To configure a PAP access profile:

user@host# set access profile pap-1 client clientX pap-password &7a^6b%5c

To associate the PAP access profile with a dialer interface:

user@host# set interfaces dl0 unit 0 ppp-options pap access-profile pap-1

Related Topics


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