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

Configuring CHAP 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 CHAP access profile chap-1, then associate the chap-1 profile with the dialer interface dl0.

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

This topic covers:

J-Web Configuration

To configure a CHAP 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 chap-1.
  5. Next to Client, click Add new entry.
  6. In the Name box, type clientX.
  7. In the Chap secret box, type \&7a^6b%5c.
  8. Click OK until you return to the main Configuration page.

To associate the CHAP 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 Chap, click Configure.
  7. In the Access profile box, type chap-1.
  8. Click OK until you return to the main Configuration page.

CLI Configuration

To configure a CHAP access profile:

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

To associate the CHAP access profile with a dialer interface:

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

Related Topics


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