beautypg.com

Ppp chap – Enterasys Networks X-Pedition XSR CLI User Manual

Page 358

background image

PPP Commands

8-88 Configuring the Point-to-Point Protocol

Example 2

Figure 8‐2

 shows two routers, Site A and Site B, and only one peer configured to do authentication 

(using chap) with only Site B issuing the challenge. The configuration example follows.

Figure 8-2 Authentication Configured on One Peer

Refer to the following sample configuration for the preceding example. On Site A enter the 
following commands:

XSR(config)#interface serial 1/0
XSR(config-if)#encapsulation ppp
XSR(config-if)#ppp authentication chap

On Site B enter the following commands:

XSR(config)#interface serial 1/1
XSR(config-if)#encapsulation ppp
XSR(config-if

ppp chap

This command specifies a unique hostname on an interface, refuses CHAP authentication requests 
from peers, or uses a default password during CHAP authentication when no other password is 
available. It can enable multiple routers to appear to have the same hostname when using CHAP 
authentication.

This command can be used to set a default password during authentication challenges when the 
challengerʹs username cannot be found in the username list. It is also required when the 
challenger does not specify its name in the challenge packet and a default password must be sent. 
Be aware that this password is only used in response to challenges and is not used to authenticate 
the peer.

Syntax

ppp chap {hostname hostname | refuse | password word}

no ppp authentication

Site A

(Serial Interface 1/0)

Site B

(Serial Interface 1/1)

Challenge - ID 9

Response - ID 9

Success/Failure - ID 9

ppp chap

hostname

Alternate name sent in the CHAP challenge.

refuse

Refuse to authenticate using CHAP.

word

Default password sent to CHAP challenges when no passwords are available.