ADC CUDA 3 User Manual

Page 144

Advertising
background image

ADC Telecommunications, Inc.

142

C

HAPTER

7: P

ACKET

O

VER

SONET A

DMINISTRATION

To configure the interface to authenticate peers using PAP, then you must
add user account information for all peers that the interface may
authenticate.

When PAP is enabled for server mode, the interface requests a username and
password from the remote peer. When the peer responds with a
username/password combination, the POS interface examines its PPP LCP
Server Users Table
to verify the information is correct. If the account
information is verified correct, the connection is allowed; otherwise it’s
closed.

Task

Command

1. Enable CHAP authentication.

To enable the use of CHAP only:

ppp authentication chap

The interface will use CHAP
authentication only; no negotiation.

To enable CHAP then PAP:

ppp authentication chap pap

The interface will negotiate the
authentication protocol to use. It will try
to agree on CHAP authentication first,
then PAP second.

To enable PAP then CHAP:

ppp authentication pap chap

The interface will negotiate the
authentication protocol to use. It will try
to agree on PAP authentication first,
then CHAP second.

2. If you’ve enable CHAP

authentication, configure the
hostname that the interface
sends to a client.

ppp chap-hostname <name>

3. If you’ve enabled CHAP,

configure the username and
password that a requesting
client must provide for
authentication to allow the
connection.

ppp username <name> password
<password>

Advertising