chapter 2 point-to-point protocol (ppp)

Post on 12-Nov-2014

2.446 Views

Category:

Documents

17 Downloads

Preview:

Click to see full reader

DESCRIPTION

 

TRANSCRIPT

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE I Chapter 6 1

Point-to-Point Protocol (PPP)

Accessing the WAN – Chapter 2

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 2

Objectives Describe the fundamental concepts of point-to-point serial

communication including TDM, demarcation point, DTE-DCE functions, HDLC encapsulation, and serial interface troubleshooting.

Describe PPP concepts including PPP layered architecture, PPP frame structure, PPP session establishment, multiprotocol encapsulation support, link control protocol (LCP), network control protocol (NCP), and Internet Protocol Control Protocol (IPCP).

Configure PPP on a serial interface including enabling PPP encapsulation, verifying the PPP connection and troubleshooting encapsulation problems.

Configure PPP authentication including explaining PAP and CHAP authentication protocols, configuring PPP authentication using PAP and CHAP, and troubleshooting PPP authentication problems.

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 3

Fundamental Concepts of Point-to-Point Serial Communication

Concept of serial communication as the basis of WAN technologies – Which is faster?

Eight data-carrying wires

to carry 8 bits – 1 byte

Two wires to carry 2 bits

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 4

Serial Communication Standards

Serial connections commonly used – why?

•cost of cable and synchronization

•simpler wiring

•longer than parallel cables

•much less interaction (crosstalk)

There are three key serial communication standards

•RS-232 - pc to modem

•V.35 - modem-to-multiplexer - DSU

•HSSI - High-Speed Serial Interface – Token Ring

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 5

RS-232

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 6

Fundamental Concepts of Point-to-Point Serial Communication Htwo or more data streams are transported across a

single physical connection using TDM

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 7

Fundamental Concepts of Point-to-Point Serial Communication Define the location of the demarcation point relative to

customer and service provider networks

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 8

Fundamental Concepts of Point-to-Point Serial Communication Explain the terms DTE and DCE with relative to the

location of devices in a network

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 9

Fundamental Concepts of Point-to-Point Serial Communication Describe how high-level data link control (HDLC) uses

one of three frame types to encapsulate data

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 10

Fundamental Concepts of Point-to-Point Serial Communication Explain when and how to configure HDLC

encapsulation on a router

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 11

Describe the Fundamental Concepts of Point-to-Point Serial Communication Describe the procedure to follow when troubleshooting

a serial connection

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 12

Point-to-Point Concepts Describe PPP in terms of its use in WAN links

•The link quality management feature monitors the quality of the link. If too many errors are detected, PPP takes the link down.

•PPP supports PAP and CHAP authentication. This feature is explained and practiced in a later section.

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 13

Point-to-Point Concepts Describe the general function of each layer of PPP

architecture

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 14

Point-to-Point Concepts Describe the purpose and format of each of the fields in

a PPP frame

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 15

Point-to-Point Concepts Define the three phases of PPP session establishment

LCP must first open the connection and negotiate

configuration options.

The LCP tests the link to determine whether the link quality is sufficient to bring up network layer protocols.

NCP can separately configure the network layer protocols, and

bring them up and take them down at any

time.

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 16

Point-to-Point Concepts Explain the role of the LCP in PPP

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 17

Point-to-Point Concepts Describe the characteristics of NCP

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 18

Configure PPP on a Serial Interface Describe how configuration options are communicated

in the LCP frame

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 19

Configure PPP on a Serial Interface Explain the purpose of the commands used to configure

and verify PPP connections

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 20

Configure PPP on a Serial Interface Explain the output of the show interfaces serial

command

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 21

Configure PPP on a Serial Interface Explain the output of the debug ppp command

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 22

Configuring PPP with Authentication Differentiate between PAP and CHAP

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 23

Configuring PPP with Authentication Describe how to use PAP to authenticate a PPP

connection

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 24

Configuring PPP with Authentication Describe how to use CHAP to authenticate a PPP

connection

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 25

Configuring PPP with Authentication Outline the PPP encapsulation and authentication

process on a flow chart

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 26

Configuring PPP with Authentication Explain how to configure a PPP connection with

authentication

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 27

Configuring PPP with Authentication Explain the output of the debug ppp authentication

command

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 28

Summary

PPP is a widely used WAN protocol

PPP provides multi-protocol LAN to WAN connections

PPP session establishment – 4 phasesLink establishment

Link quality determination

Network layer protocol configuration negotiation

Link termination

WAN Encapsulation–HDLC default encapsulation

–PPP

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 29

Summary

PPP authentication–PAP

•2 way handshake

–CHAP

•3 way handshake

–Use debug ppp authentication to confirm authentication configuration

PPP configuration–Done on a serial interface

After PPP configuration, use show interfaces command to display:

–LCP state

–NCP state

© 2006 Cisco Systems, Inc. All rights reserved. Cisco PublicITE 1 Chapter 6 30

top related