SlideShare ist ein Scribd-Unternehmen logo
1 von 30
Point-to-Point Protocol
           (PPP)



           Accessing the WAN – Chapter 2




ITE I Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   1
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.


ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public    2
Fundamental Concepts of Point-to-Point
           Serial Communication

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


                                                                                    Two wires to
                                                                                     carry 2 bits




                                                                                      Eight data-
                                                                                    carrying wires
                                                                                   to carry 8 bits –
                                                                                        1 byte




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public                       3
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




ITE 1 Chapter 6     © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   4
RS-232




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public            5
Fundamental Concepts of Point-to-Point
           Serial Communication
            Htwo or more data streams are transported across a
             single physical connection using TDM




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   6
Fundamental Concepts of Point-to-Point
           Serial Communication
            Define the location of the demarcation point relative to
             customer and service provider networks




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   7
Fundamental Concepts of Point-to-Point
           Serial Communication
            Explain the terms DTE and DCE with relative to the
             location of devices in a network




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   8
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




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   9
Fundamental Concepts of Point-to-Point
           Serial Communication
            Explain when and how to configure HDLC
             encapsulation on a router




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   10
Describe the Fundamental Concepts of
           Point-to-Point Serial Communication
            Describe the procedure to follow when troubleshooting
             a serial connection




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   11
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.




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public                               12
Point-to-Point Concepts
            Describe the general function of each layer of PPP
             architecture




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   13
Point-to-Point Concepts
            Describe the purpose and format of each of the fields in
             a PPP frame




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   14
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.

ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public                                    15
Point-to-Point Concepts
            Explain the role of the LCP in PPP




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   16
Point-to-Point Concepts
            Describe the characteristics of NCP




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   17
Configure PPP on a Serial Interface
            Describe how configuration options are communicated
             in the LCP frame




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   18
Configure PPP on a Serial Interface
            Explain the purpose of the commands used to
             configure and verify PPP connections




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   19
Configure PPP on a Serial Interface
            Explain the output of the show interfaces serial
             command




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   20
Configure PPP on a Serial Interface
            Explain the output of the debug ppp command




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   21
Configuring PPP with Authentication
            Differentiate between PAP and CHAP




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   22
Configuring PPP with Authentication
            Describe how to use PAP to authenticate a PPP
             connection




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   23
Configuring PPP with Authentication
            Describe how to use CHAP to authenticate a PPP
             connection




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   24
Configuring PPP with Authentication
            Outline the PPP encapsulation and authentication
             process on a flow chart




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   25
Configuring PPP with Authentication
            Explain how to configure a PPP connection with
             authentication




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   26
Configuring PPP with Authentication
            Explain the output of the debug ppp authentication
             command




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   27
Summary

          PPP is a widely used WAN protocol
          PPP provides multi-protocol LAN to WAN connections
          PPP session establishment – 4 phases
                  Link establishment
                  Link quality determination
                  Network layer protocol configuration negotiation
                  Link termination
          WAN Encapsulation
                  –HDLC default encapsulation
                  –PPP



ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   28
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

ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   29
ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   30

Weitere ähnliche Inhalte

Was ist angesagt?

CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing Protocols
Dsunte Wilson
 
Spannig tree
Spannig treeSpannig tree
Spannig tree
1 2d
 

Was ist angesagt? (20)

CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
Overview of Spanning Tree Protocol (STP & RSTP)
Overview of Spanning Tree Protocol (STP & RSTP)Overview of Spanning Tree Protocol (STP & RSTP)
Overview of Spanning Tree Protocol (STP & RSTP)
 
MPLS - Multiprotocol Label Switching
MPLS - Multiprotocol Label SwitchingMPLS - Multiprotocol Label Switching
MPLS - Multiprotocol Label Switching
 
IPSec and VPN
IPSec and VPNIPSec and VPN
IPSec and VPN
 
Spanning tree protocol
Spanning tree protocolSpanning tree protocol
Spanning tree protocol
 
Overview of Spanning Tree Protocol
Overview of Spanning Tree ProtocolOverview of Spanning Tree Protocol
Overview of Spanning Tree Protocol
 
CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing Protocols
 
Point to-point protocol (ppp)
Point to-point protocol (ppp)Point to-point protocol (ppp)
Point to-point protocol (ppp)
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
 
CCNA R&S-13-Spanning Tree Protocol Implementation
CCNA R&S-13-Spanning Tree Protocol ImplementationCCNA R&S-13-Spanning Tree Protocol Implementation
CCNA R&S-13-Spanning Tree Protocol Implementation
 
MPLS Presentation
MPLS PresentationMPLS Presentation
MPLS Presentation
 
Spanning tree protocol (stp)
Spanning tree protocol (stp)Spanning tree protocol (stp)
Spanning tree protocol (stp)
 
Introduction to OpenFlow
Introduction to OpenFlowIntroduction to OpenFlow
Introduction to OpenFlow
 
Nat presentation
Nat presentationNat presentation
Nat presentation
 
VPLS Fundamental
VPLS FundamentalVPLS Fundamental
VPLS Fundamental
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
 
Spannig tree
Spannig treeSpannig tree
Spannig tree
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
Classless inter domain routing
Classless inter domain routingClassless inter domain routing
Classless inter domain routing
 
Network layer
Network layerNetwork layer
Network layer
 

Andere mochten auch

Point To Point Protocol
Point To Point ProtocolPoint To Point Protocol
Point To Point Protocol
Phan Vuong
 
Point to-point-protocol
Point to-point-protocolPoint to-point-protocol
Point to-point-protocol
amigurumi21
 
Remote access service
Remote access serviceRemote access service
Remote access service
Apoorw Pandey
 
Microwave link communication system
Microwave link communication systemMicrowave link communication system
Microwave link communication system
billyjoe585
 

Andere mochten auch (20)

Point To Point Protocol
Point To Point ProtocolPoint To Point Protocol
Point To Point Protocol
 
Point-to-Point Protocol(PPP) CCN ppt
Point-to-Point Protocol(PPP) CCN pptPoint-to-Point Protocol(PPP) CCN ppt
Point-to-Point Protocol(PPP) CCN ppt
 
Point to-point-protocol
Point to-point-protocolPoint to-point-protocol
Point to-point-protocol
 
Introduction to PPP
Introduction to PPPIntroduction to PPP
Introduction to PPP
 
Point to-point protocol (ppp), PAP & CHAP
Point to-point protocol (ppp), PAP & CHAPPoint to-point protocol (ppp), PAP & CHAP
Point to-point protocol (ppp), PAP & CHAP
 
HDLC, PPP and SLIP
HDLC, PPP and SLIPHDLC, PPP and SLIP
HDLC, PPP and SLIP
 
CCNAv5 - S4: Chapter3 Point to-point Connections
CCNAv5 - S4: Chapter3 Point to-point ConnectionsCCNAv5 - S4: Chapter3 Point to-point Connections
CCNAv5 - S4: Chapter3 Point to-point Connections
 
Hdlc
HdlcHdlc
Hdlc
 
Remote access service
Remote access serviceRemote access service
Remote access service
 
Microwave link design
Microwave link designMicrowave link design
Microwave link design
 
Microwave link communication system
Microwave link communication systemMicrowave link communication system
Microwave link communication system
 
Point to point microwave
Point to point microwavePoint to point microwave
Point to point microwave
 
3G Mobile Internet
3G Mobile Internet3G Mobile Internet
3G Mobile Internet
 
L2tp1
L2tp1L2tp1
L2tp1
 
Chapter 11 - It’s a Network
Chapter 11 - It’s a NetworkChapter 11 - It’s a Network
Chapter 11 - It’s a Network
 
Ccna day5
Ccna day5Ccna day5
Ccna day5
 
Packet Tracer: WAN, point to point links.
Packet Tracer: WAN, point to point links.Packet Tracer: WAN, point to point links.
Packet Tracer: WAN, point to point links.
 
Ppp
PppPpp
Ppp
 
“I Canada-Brazil Infrastructure Forum: The Canadian PPP Model” - Sao Paulo - ...
“I Canada-Brazil Infrastructure Forum: The Canadian PPP Model” - Sao Paulo - ...“I Canada-Brazil Infrastructure Forum: The Canadian PPP Model” - Sao Paulo - ...
“I Canada-Brazil Infrastructure Forum: The Canadian PPP Model” - Sao Paulo - ...
 
Forouzan ppp
Forouzan pppForouzan ppp
Forouzan ppp
 

Ähnlich wie Chapter 2 point-to-point protocol (ppp)

Exploration routing chapter_3
Exploration routing chapter_3Exploration routing chapter_3
Exploration routing chapter_3
Shankar Murthy
 
Wireless network basics
Wireless network basicsWireless network basics
Wireless network basics
Kumar
 
Chapter3 frame relay
Chapter3   frame relayChapter3   frame relay
Chapter3 frame relay
juliusbangaw
 
CCNA EXP MOD_IV_CHAPTER_2_EB
CCNA EXP MOD_IV_CHAPTER_2_EBCCNA EXP MOD_IV_CHAPTER_2_EB
CCNA EXP MOD_IV_CHAPTER_2_EB
Edgar Benavente
 

Ähnlich wie Chapter 2 point-to-point protocol (ppp) (20)

Chapter2 ppp
Chapter2   pppChapter2   ppp
Chapter2 ppp
 
CCNA Exploration 4 - Chapter 2
CCNA Exploration 4 - Chapter 2CCNA Exploration 4 - Chapter 2
CCNA Exploration 4 - Chapter 2
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 2
CCNA (R & S) Module 02 - Connecting Networks - Chapter 2CCNA (R & S) Module 02 - Connecting Networks - Chapter 2
CCNA (R & S) Module 02 - Connecting Networks - Chapter 2
 
Exploration routing chapter_3
Exploration routing chapter_3Exploration routing chapter_3
Exploration routing chapter_3
 
Wireless network basics
Wireless network basicsWireless network basics
Wireless network basics
 
Chapter3 frame relay
Chapter3   frame relayChapter3   frame relay
Chapter3 frame relay
 
cisco-nti-Day18
cisco-nti-Day18cisco-nti-Day18
cisco-nti-Day18
 
CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2
 
Chapter 3 frame relay
Chapter 3   frame relayChapter 3   frame relay
Chapter 3 frame relay
 
Chapter 1 services in a converged wan
Chapter 1   services in a converged wanChapter 1   services in a converged wan
Chapter 1 services in a converged wan
 
CCNA EXP MOD_IV_CHAPTER_2_EB
CCNA EXP MOD_IV_CHAPTER_2_EBCCNA EXP MOD_IV_CHAPTER_2_EB
CCNA EXP MOD_IV_CHAPTER_2_EB
 
PPP(Point-to-Point Protocol): Components & Characteristics
PPP(Point-to-Point Protocol): Components & CharacteristicsPPP(Point-to-Point Protocol): Components & Characteristics
PPP(Point-to-Point Protocol): Components & Characteristics
 
Course syllabus ccna
Course syllabus ccnaCourse syllabus ccna
Course syllabus ccna
 
data link layer.pptx
data link layer.pptxdata link layer.pptx
data link layer.pptx
 
Frame Relay
Frame RelayFrame Relay
Frame Relay
 
VOICE
VOICEVOICE
VOICE
 
CCNA RSE Routing concept
CCNA RSE Routing conceptCCNA RSE Routing concept
CCNA RSE Routing concept
 
PLNOG 13: Julian Lucek: Centralized Traffic Enginnering
PLNOG 13: Julian Lucek: Centralized Traffic EnginneringPLNOG 13: Julian Lucek: Centralized Traffic Enginnering
PLNOG 13: Julian Lucek: Centralized Traffic Enginnering
 
MyNFChapter5
MyNFChapter5MyNFChapter5
MyNFChapter5
 
Networks
NetworksNetworks
Networks
 

Chapter 2 point-to-point protocol (ppp)

  • 1. Point-to-Point Protocol (PPP) Accessing the WAN – Chapter 2 ITE I Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1
  • 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. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 2
  • 3. Fundamental Concepts of Point-to-Point Serial Communication  Concept of serial communication as the basis of WAN technologies – Which is faster? Two wires to carry 2 bits Eight data- carrying wires to carry 8 bits – 1 byte ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 3
  • 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 ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 4
  • 5. RS-232 ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 5
  • 6. Fundamental Concepts of Point-to-Point Serial Communication  Htwo or more data streams are transported across a single physical connection using TDM ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 6
  • 7. Fundamental Concepts of Point-to-Point Serial Communication  Define the location of the demarcation point relative to customer and service provider networks ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 7
  • 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 ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 8
  • 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 ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 9
  • 10. Fundamental Concepts of Point-to-Point Serial Communication  Explain when and how to configure HDLC encapsulation on a router ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 10
  • 11. Describe the Fundamental Concepts of Point-to-Point Serial Communication  Describe the procedure to follow when troubleshooting a serial connection ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 11
  • 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. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 12
  • 13. Point-to-Point Concepts  Describe the general function of each layer of PPP architecture ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 13
  • 14. Point-to-Point Concepts  Describe the purpose and format of each of the fields in a PPP frame ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 14
  • 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. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 15
  • 16. Point-to-Point Concepts  Explain the role of the LCP in PPP ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 16
  • 17. Point-to-Point Concepts  Describe the characteristics of NCP ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 17
  • 18. Configure PPP on a Serial Interface  Describe how configuration options are communicated in the LCP frame ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 18
  • 19. Configure PPP on a Serial Interface  Explain the purpose of the commands used to configure and verify PPP connections ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 19
  • 20. Configure PPP on a Serial Interface  Explain the output of the show interfaces serial command ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 20
  • 21. Configure PPP on a Serial Interface  Explain the output of the debug ppp command ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 21
  • 22. Configuring PPP with Authentication  Differentiate between PAP and CHAP ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 22
  • 23. Configuring PPP with Authentication  Describe how to use PAP to authenticate a PPP connection ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 23
  • 24. Configuring PPP with Authentication  Describe how to use CHAP to authenticate a PPP connection ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 24
  • 25. Configuring PPP with Authentication  Outline the PPP encapsulation and authentication process on a flow chart ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 25
  • 26. Configuring PPP with Authentication  Explain how to configure a PPP connection with authentication ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 26
  • 27. Configuring PPP with Authentication  Explain the output of the debug ppp authentication command ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 27
  • 28. Summary  PPP is a widely used WAN protocol  PPP provides multi-protocol LAN to WAN connections  PPP session establishment – 4 phases Link establishment Link quality determination Network layer protocol configuration negotiation Link termination  WAN Encapsulation –HDLC default encapsulation –PPP ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 28
  • 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 ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 29
  • 30. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 30

Hinweis der Redaktion

  1. Graphic 2.1.1.1
  2. Graphics 2.1.2.1, 2.1.2.2 & 2.1.2.3
  3. Graphic 2.1.3.1
  4. Graphics 2.1.4.1 & 2.1.4.2 (for the latter graphic modify it to use the serial and the router to router pictures)
  5. Graphic 2.1.5.1
  6. Graphic 2.1.6.1
  7. Graphic 2.1.7.1 (use status)
  8. Graphic 2.2.1.1 PPP contains three main components: HDLC protocol for encapsulating datagrams over point-to-point links. Extensible Link Control Protocol (LCP) to establish, configure, and test the data link connection. Family of Network Control Protocols (NCPs) for establishing and configuring different network layer protocols. PPP allows the simultaneous use of multiple network layer protocols. Some of the more common NCPs are Internet Protocol Control Protocol, Appletalk Control Protocol, Novell IPX Control Protocol, Cisco Systems Control Protocol, SNA Control Protocol, and Compression Control Protocol.
  9. Graphics 2.2.2.1 thru 2.2. PPP Architecture - Link Control Protocol Layer The LCP is the real working part of PPP. The LCP sits on top of the physical layer and has a role in establishing, configuring, and testing the data-link connection. The LCP establishes the point-to-point link. The LCP also negotiates and sets up control options on the WAN data link, which are handled by the NCPs. 2.3 PPP permits multiple network layer protocols to operate on the same communications link. For every network layer protocol used, PPP uses a separate NCP. For example, IP uses the IP Control Protocol (IPCP), and IPX uses the Novell IPX Control Protocol (IPXCP).
  10. Graphic 2.2.3.1
  11. Graphic 2.2.4.1
  12. Graphic 2.2.5.1 (link negotiation)
  13. Graphic 2.2.6.1
  14. Graphic 2.3.1.1
  15. Graphic 2.3.2.1 Graphic 2.3.3.1
  16. Graphic 2.3.3.1 (commands)
  17. Graphic 2.3.4.1
  18. Graphic 2.4.1.1
  19. Graphic 2.4.2.1
  20. Graphic 2.4.3.1
  21. Graphic 2.4.4.1
  22. Graphic 2.4.5.1
  23. Graphic 2.4.6.1