PPP Configuration
PPP Configuration
POINT–TO-POINT
1
SERIAL POINT-TO-POINT LINK
2
`Physical Components
Characteristics:
• HDLC and PPP provide for the delivery of data
across a single point-to-point serial link.
• HDLC and PPP deliver data on synchronous serial
links; PPP also supports asynchronous serial links.
6
` Synchronous and Asynchronous Data Transmission
• show controllers
• show interface
11
Point-to-Point Protocol (PPP)
12
` An Overview of PPP
Username Password
Sydney Random ID 01
Sydney cisco
Melbourne sanhinoon
Username Password
Hongkong cisco
Melbourne sanhinoon MD5
MD5 Hash #
Response
Hash #
Hongkong Hash# ID 02
Is Equal?
Sydney Ack/Nack ID 03
25
`PPP Encapsulation And Authentication Process
26
CONFIGURING PPP
27
`Configuring PPP
• Enable PPP
Router(config)#interface serial 0/0
Router(config-if)#encapsulation ppp
28
`Configuring PPP authentication
• Step 1: Define username and password to expect
from remote router
– Router(config)#username remote password secret
– Secret must be the same at both ends if CHAP is used
• Step 2: Enable PPP
– Router(config-if)# encapsulation ppp
• Step 3: Configure authentication
– Router(config-if)# ppp authentication { pap|chap|pap-
chap|chap-pap}
• Step 4: if IOS 11.1 or later, PAP must be enable on
interface
– Router(config-if)ppp pap sent-username user
password pass
29
`Configuring PPP authentication
30
` CHAP Configuration Example
31
`Verifying The Serial PPP Encapsulation Configuration
left
right