SlideShare a Scribd company logo
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1
Point-to-Point
Connections
Connecting Networks
Presentation_ID 2© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Objectives
 Explain the fundamentals of point-to-point serial communication
across a WAN.
 Configure HDLC encapsulation on a point-to-point serial link.
 Describe the benefits of using PPP over HDLC in a WAN.
 Describe the PPP layered architecture and the functions of LCP and
NCP.
 Explain how a PPP session is established.
 Configure PPP encapsulation on a point-to-point serial link.
 Configure PPP authentication protocols.
 Use show and debug commands to troubleshoot PPP.
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 3
Serial Point-to-Point
Overview
Presentation_ID 4© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Serial Communications
Serial and Parallel Ports
 Point-to-point connections are used to connect LANs to service provider
WANs.
• Also referred to as a serial connection or leased-line connection.
 Communications across a serial connection is a method of data
transmissions in which the bits are transmitted sequentially over a single
channel.
 In parallel communications, bits can be transmitted simultaneously over
multiple wires.
Presentation_ID 5© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Serial Communications
Serial Communication
 On the WAN link, data is
encapsulated by the protocol
used by the sending router.
 Encapsulated frame is sent on a
physical medium to the WAN.
 Receiving router uses the same
communications protocol to de-
encapsulate the frame when it
arrives.
Three serial communication
standards for LAN-to-WAN
connections: RS-232, V.35, HSSI
Presentation_ID 6© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Serial Communications
Point-to-Point Communication Links
 Point-to-point links can connect two geographically distant sites.
 Carrier dedicates specific resources for a line leased by the customer
(leased-line).
 Point-to-point links are usually more expensive than shared services.
Presentation_ID 7© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Serial Communications
Time-Division Multiplexing
Multiplexing – A scheme that allows multiple logical signals to share a
single physical channel.
Presentation_ID 8© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Serial Communications
DTE-DCE
 DTE – Commonly CPE, generally a router, could also be a terminal,
computer, printer, or fax machine if they connect directly to the service
provider network.
 DCE – Commonly a modem or CSU/DSU, it is a device used to
convert the user data from the DTE into a form acceptable to the WAN
service provider transmission link. The signal is received at the remote
DCE, which decodes the signal back into a sequence of bits; the
remote DCE then signals this sequence to the remote DTE.
Presentation_ID 9© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Serial Communications
Serial Cables
Presentation_ID 10© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
HDLC Encapsulation
WAN Encapsulation Protocols
Data is encapsulated into frames before crossing the WAN link; an
appropriate Layer 2 encapsulation type must be configured.
Presentation_ID 11© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
HDLC Encapsulation
HDLC Encapsulation
 Bit-oriented, synchronous data link layer protocol developed by the
International Organization for Standardization (ISO).
 Uses synchronous serial transmission to provide error-free
communication between two points.
 Defines a Layer 2 framing structure that allows for flow control and
error control through the use of acknowledgments.
 Cisco has developed an extension to the HLDC protocol to solve the
inability to provide multiprotocol support (Cisco HLDC also referred to
as cHDLC).
Presentation_ID 12© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
HDLC Encapsulation
Configuring HDLC Encapsulation
 Default encapsulation method used by Cisco devices on synchronous
serial lines
 Point-to-point protocol on leased lines between two Cisco devices
 Connecting to a non-Cisco device, use synchronous PPP
Presentation_ID 13© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
HDLC Encapsulation
Troubleshooting a Serial Interface
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 14
PPP Operation
Presentation_ID 15© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Benefits of PPP
Introducing PPP
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) to
establish and configure
different network layer
protocols (IPv4, IPv6,
AppleTalk, Novell IPX, and
SNA Control Protocol)
Presentation_ID 16© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Benefits of PPP
Advantages of PPP
 PPP not proprietary
 PPP includes many features not available in HDLC
 Link quality management feature monitors the quality of the link.
If too many errors are detected, PPP takes down the link
 Supports PAP and CHAP authentication
Presentation_ID 17© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
LCP and NCP
PPP Layered Architecture
 LCP sets up the
PPP connection
and its
parameters
 NCPs handle
higher layer
protocol
configurations
 LCP terminates
the PPP
connection
Presentation_ID 18© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
LCP and NCP
PPP Control Protocol (LCP)
LCP provides
automatic
configuration of the
interfaces at each end,
including:
 Handling varying
limits on packet
size.
 Detecting common
misconfiguration
errors.
 Terminating the link.
 Determining when a
link is functioning
properly or when it
is failing.
Presentation_ID 19© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
LCP and NCP
PPP Network Control Protocol (NCP)
 PPP permits
multiple network
layer protocols to
operate on the
same
communications
link.
 For every
network layer
protocol used,
PPP uses a
separate NCP.
Presentation_ID 20© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
PPP Sessions
Establishing a PPP Session
Phase 1 – LCP must first open the connection and
negotiate configuration options; it completes when the
receiving router sends a configuration-acknowledgment
frame back to the router initiating the connection.
Presentation_ID 21© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
PPP Sessions
Establishing a PPP Session (cont.)
Phase 2 – LCP tests the link to determine whether the
link quality is sufficient to bring up network layer
protocols.
Presentation_ID 22© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
PPP Sessions
Establishing a PPP Session (cont.)
Phase 3 – After the LCP has finished the link quality
determination phase, the appropriate NCP can separately
configure the network layer protocols, and bring them up
and take them down at any time.
Presentation_ID 23© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
PPP Sessions
PPP Configuration Options
Optional functions
include:
 Authentication
using either
PAP or CHAP
 Compression
using either
Stacker or
Predictor
 Multilink that
combines two
or more
channels to
increase the
WAN bandwidth
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 24
Configuring PPP
Presentation_ID 25© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure PPP
PPP Basic Configuration Command
Presentation_ID 26© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure PPP
PPP Compression Commands
Presentation_ID 27© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure PPP
PPP Link Quality Monitoring Command
The ppp quality percentage command ensures that
the link meets the quality requirement set; otherwise, the link
closes down.
Presentation_ID 28© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure PPP
PPP Multilink Commands
Presentation_ID 29© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure PPP
Verifying PPP Configuration
Presentation_ID 30© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
PPP Authentication
PPP Authentication Protocols
Presentation_ID 31© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
PPP Authentication
Password Authentication Protocol (PAP)
Initiating PAP
Completing PAP
Presentation_ID 32© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
PPP Authentication
Challenge Handshake Authentication Protocol
Initiating CHAP
Responding CHAP
Presentation_ID 33© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
PPP Authentication
CHAP (cont.)
Completing CHAP
Presentation_ID 34© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
PPP Authentication
PPP Encapsulation and Authentication Process
Presentation_ID 35© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
PPP Authentication
Configuring PPP Authentication
Presentation_ID 36© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
PPP Authentication
Configuring PPP Authentication (cont.)
Presentation_ID 37© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
PPP Authentication
Configuring PPP Authentication (cont.)
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 38
Troubleshooting WAN
Connectivity
Presentation_ID 39© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshoot PPP
Troubleshooting PPP Serial Encapsulation
Presentation_ID 40© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshoot PPP
Troubleshooting a PPP Configuration with Authentication
Presentation_ID 41© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

More Related Content

What's hot

CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 10CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 10
Nil Menon
 
CCNA4 Verson6 Chapter4
CCNA4 Verson6 Chapter4CCNA4 Verson6 Chapter4
CCNA4 Verson6 Chapter4
Chaing Ravuth
 
CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6
Nil Menon
 
CCNAv5 - S1: Chapter 5 - Ethernet
CCNAv5 - S1: Chapter 5 - EthernetCCNAv5 - S1: Chapter 5 - Ethernet
CCNAv5 - S1: Chapter 5 - Ethernet
Vuz Dở Hơi
 
CCNA3 Verson6 Chapter7
CCNA3 Verson6 Chapter7CCNA3 Verson6 Chapter7
CCNA3 Verson6 Chapter7
Chaing Ravuth
 
CCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 VlansCCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 Vlans
Vuz Dở Hơi
 
CCNAv5 - S3: Chapter8 EIGRP Advanced Configurations and Troubleshooting
CCNAv5 - S3: Chapter8 EIGRP Advanced Configurations and TroubleshootingCCNAv5 - S3: Chapter8 EIGRP Advanced Configurations and Troubleshooting
CCNAv5 - S3: Chapter8 EIGRP Advanced Configurations and Troubleshooting
Vuz Dở Hơi
 
CCNA2 Verson6 Chapter5
CCNA2 Verson6 Chapter5CCNA2 Verson6 Chapter5
CCNA2 Verson6 Chapter5
Chaing Ravuth
 
CCNAv5 - S4: Chapter2 Connecting To The Wan
CCNAv5 - S4: Chapter2 Connecting To The WanCCNAv5 - S4: Chapter2 Connecting To The Wan
CCNAv5 - S4: Chapter2 Connecting To The Wan
Vuz Dở Hơi
 
CCNAv5 - S1: Chapter 4 - Network Access
CCNAv5 - S1: Chapter 4 - Network Access CCNAv5 - S1: Chapter 4 - Network Access
CCNAv5 - S1: Chapter 4 - Network Access
Vuz Dở Hơi
 
CCNA 1 Routing and Switching v5.0 Chapter 11
CCNA 1 Routing and Switching v5.0 Chapter 11CCNA 1 Routing and Switching v5.0 Chapter 11
CCNA 1 Routing and Switching v5.0 Chapter 11
Nil Menon
 
CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6
Chaing Ravuth
 
CCNA2 Verson6 Chapter10
CCNA2 Verson6 Chapter10CCNA2 Verson6 Chapter10
CCNA2 Verson6 Chapter10
Chaing Ravuth
 
Cn instructor ppt_chapter4_final
Cn instructor ppt_chapter4_finalCn instructor ppt_chapter4_final
Cn instructor ppt_chapter4_final
Leoo Romo
 
CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2
Chaing Ravuth
 
CCNAv5 - S1: Chapter 1 Exploring The Network
CCNAv5 - S1: Chapter 1 Exploring The NetworkCCNAv5 - S1: Chapter 1 Exploring The Network
CCNAv5 - S1: Chapter 1 Exploring The Network
Vuz Dở Hơi
 
CCNA 1 Routing and Switching v5.0 Chapter 3
CCNA 1 Routing and Switching v5.0 Chapter 3CCNA 1 Routing and Switching v5.0 Chapter 3
CCNA 1 Routing and Switching v5.0 Chapter 3
Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 1
CCNA 2 Routing and Switching v5.0 Chapter 1CCNA 2 Routing and Switching v5.0 Chapter 1
CCNA 2 Routing and Switching v5.0 Chapter 1
Nil Menon
 

What's hot (18)

CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 10CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 10
 
CCNA4 Verson6 Chapter4
CCNA4 Verson6 Chapter4CCNA4 Verson6 Chapter4
CCNA4 Verson6 Chapter4
 
CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6
 
CCNAv5 - S1: Chapter 5 - Ethernet
CCNAv5 - S1: Chapter 5 - EthernetCCNAv5 - S1: Chapter 5 - Ethernet
CCNAv5 - S1: Chapter 5 - Ethernet
 
CCNA3 Verson6 Chapter7
CCNA3 Verson6 Chapter7CCNA3 Verson6 Chapter7
CCNA3 Verson6 Chapter7
 
CCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 VlansCCNAv5 - S2: Chapter3 Vlans
CCNAv5 - S2: Chapter3 Vlans
 
CCNAv5 - S3: Chapter8 EIGRP Advanced Configurations and Troubleshooting
CCNAv5 - S3: Chapter8 EIGRP Advanced Configurations and TroubleshootingCCNAv5 - S3: Chapter8 EIGRP Advanced Configurations and Troubleshooting
CCNAv5 - S3: Chapter8 EIGRP Advanced Configurations and Troubleshooting
 
CCNA2 Verson6 Chapter5
CCNA2 Verson6 Chapter5CCNA2 Verson6 Chapter5
CCNA2 Verson6 Chapter5
 
CCNAv5 - S4: Chapter2 Connecting To The Wan
CCNAv5 - S4: Chapter2 Connecting To The WanCCNAv5 - S4: Chapter2 Connecting To The Wan
CCNAv5 - S4: Chapter2 Connecting To The Wan
 
CCNAv5 - S1: Chapter 4 - Network Access
CCNAv5 - S1: Chapter 4 - Network Access CCNAv5 - S1: Chapter 4 - Network Access
CCNAv5 - S1: Chapter 4 - Network Access
 
CCNA 1 Routing and Switching v5.0 Chapter 11
CCNA 1 Routing and Switching v5.0 Chapter 11CCNA 1 Routing and Switching v5.0 Chapter 11
CCNA 1 Routing and Switching v5.0 Chapter 11
 
CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6
 
CCNA2 Verson6 Chapter10
CCNA2 Verson6 Chapter10CCNA2 Verson6 Chapter10
CCNA2 Verson6 Chapter10
 
Cn instructor ppt_chapter4_final
Cn instructor ppt_chapter4_finalCn instructor ppt_chapter4_final
Cn instructor ppt_chapter4_final
 
CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2CCNA4 Verson6 Chapter2
CCNA4 Verson6 Chapter2
 
CCNAv5 - S1: Chapter 1 Exploring The Network
CCNAv5 - S1: Chapter 1 Exploring The NetworkCCNAv5 - S1: Chapter 1 Exploring The Network
CCNAv5 - S1: Chapter 1 Exploring The Network
 
CCNA 1 Routing and Switching v5.0 Chapter 3
CCNA 1 Routing and Switching v5.0 Chapter 3CCNA 1 Routing and Switching v5.0 Chapter 3
CCNA 1 Routing and Switching v5.0 Chapter 3
 
CCNA 2 Routing and Switching v5.0 Chapter 1
CCNA 2 Routing and Switching v5.0 Chapter 1CCNA 2 Routing and Switching v5.0 Chapter 1
CCNA 2 Routing and Switching v5.0 Chapter 1
 

Viewers also liked

Power Management IC (PMIC) Market - Global Forecast to 2021
Power Management IC (PMIC) Market - Global Forecast to 2021Power Management IC (PMIC) Market - Global Forecast to 2021
Power Management IC (PMIC) Market - Global Forecast to 2021
ASDReports
 
Industrys Lowest Power Dual-Channel 10-Bit ADCs
Industrys Lowest Power Dual-Channel 10-Bit ADCsIndustrys Lowest Power Dual-Channel 10-Bit ADCs
Industrys Lowest Power Dual-Channel 10-Bit ADCs
Premier Farnell
 
Teardown wearable fitness_device_martin_mate
Teardown wearable fitness_device_martin_mateTeardown wearable fitness_device_martin_mate
Teardown wearable fitness_device_martin_mate
Joel Martin
 
Chapter14ccna
Chapter14ccnaChapter14ccna
Chapter14ccna
ernestlithur
 
Institute of photonics presentation
Institute of photonics presentationInstitute of photonics presentation
Institute of photonics presentation
Pasi Vahimaa
 
CCNA Icnd110 s05l04
CCNA Icnd110 s05l04CCNA Icnd110 s05l04
CCNA Icnd110 s05l04
computerlenguyen
 
Silicon Low Pressure Sensors
Silicon Low Pressure SensorsSilicon Low Pressure Sensors
Silicon Low Pressure Sensors
Premier Farnell
 
Cisco Router As A Vpn Server
Cisco Router As A Vpn ServerCisco Router As A Vpn Server
Cisco Router As A Vpn Servermmoizuddin
 
Maxim Integrated MAX30102 Optical Heart-Rate Sensor 2016 teardown reverse cos...
Maxim Integrated MAX30102 Optical Heart-Rate Sensor 2016 teardown reverse cos...Maxim Integrated MAX30102 Optical Heart-Rate Sensor 2016 teardown reverse cos...
Maxim Integrated MAX30102 Optical Heart-Rate Sensor 2016 teardown reverse cos...
Yole Developpement
 
HDLC, PPP and SLIP
HDLC, PPP and SLIPHDLC, PPP and SLIP
HDLC, PPP and SLIP
Naveen Kumar
 
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
Vuz Dở Hơi
 
CCNA PPP and Frame Relay
CCNA PPP and Frame RelayCCNA PPP and Frame Relay
CCNA PPP and Frame RelayDsunte Wilson
 
Deploying IP/MPLS VPN - Cisco Networkers 2010
Deploying IP/MPLS VPN - Cisco Networkers 2010Deploying IP/MPLS VPN - Cisco Networkers 2010
Deploying IP/MPLS VPN - Cisco Networkers 2010Febrian ‎
 
2016 Comparison of Application Processor Packaging - teardown reverse costing...
2016 Comparison of Application Processor Packaging - teardown reverse costing...2016 Comparison of Application Processor Packaging - teardown reverse costing...
2016 Comparison of Application Processor Packaging - teardown reverse costing...
Yole Developpement
 
Silicon Photonics: Fueling the Next Information Revolution
Silicon Photonics: Fueling the Next Information Revolution Silicon Photonics: Fueling the Next Information Revolution
Silicon Photonics: Fueling the Next Information Revolution
Gazettabyte
 
Vpn
VpnVpn
Vpn presentation
Vpn presentationVpn presentation
Vpn presentationstolentears
 
Secure Business WiFi
Secure Business WiFiSecure Business WiFi
Secure Business WiFi
Kim Devins
 
VPN - Virtual Private Network
VPN - Virtual Private NetworkVPN - Virtual Private Network
VPN - Virtual Private Network
Peter R. Egli
 

Viewers also liked (19)

Power Management IC (PMIC) Market - Global Forecast to 2021
Power Management IC (PMIC) Market - Global Forecast to 2021Power Management IC (PMIC) Market - Global Forecast to 2021
Power Management IC (PMIC) Market - Global Forecast to 2021
 
Industrys Lowest Power Dual-Channel 10-Bit ADCs
Industrys Lowest Power Dual-Channel 10-Bit ADCsIndustrys Lowest Power Dual-Channel 10-Bit ADCs
Industrys Lowest Power Dual-Channel 10-Bit ADCs
 
Teardown wearable fitness_device_martin_mate
Teardown wearable fitness_device_martin_mateTeardown wearable fitness_device_martin_mate
Teardown wearable fitness_device_martin_mate
 
Chapter14ccna
Chapter14ccnaChapter14ccna
Chapter14ccna
 
Institute of photonics presentation
Institute of photonics presentationInstitute of photonics presentation
Institute of photonics presentation
 
CCNA Icnd110 s05l04
CCNA Icnd110 s05l04CCNA Icnd110 s05l04
CCNA Icnd110 s05l04
 
Silicon Low Pressure Sensors
Silicon Low Pressure SensorsSilicon Low Pressure Sensors
Silicon Low Pressure Sensors
 
Cisco Router As A Vpn Server
Cisco Router As A Vpn ServerCisco Router As A Vpn Server
Cisco Router As A Vpn Server
 
Maxim Integrated MAX30102 Optical Heart-Rate Sensor 2016 teardown reverse cos...
Maxim Integrated MAX30102 Optical Heart-Rate Sensor 2016 teardown reverse cos...Maxim Integrated MAX30102 Optical Heart-Rate Sensor 2016 teardown reverse cos...
Maxim Integrated MAX30102 Optical Heart-Rate Sensor 2016 teardown reverse cos...
 
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
 
CCNA PPP and Frame Relay
CCNA PPP and Frame RelayCCNA PPP and Frame Relay
CCNA PPP and Frame Relay
 
Deploying IP/MPLS VPN - Cisco Networkers 2010
Deploying IP/MPLS VPN - Cisco Networkers 2010Deploying IP/MPLS VPN - Cisco Networkers 2010
Deploying IP/MPLS VPN - Cisco Networkers 2010
 
2016 Comparison of Application Processor Packaging - teardown reverse costing...
2016 Comparison of Application Processor Packaging - teardown reverse costing...2016 Comparison of Application Processor Packaging - teardown reverse costing...
2016 Comparison of Application Processor Packaging - teardown reverse costing...
 
Silicon Photonics: Fueling the Next Information Revolution
Silicon Photonics: Fueling the Next Information Revolution Silicon Photonics: Fueling the Next Information Revolution
Silicon Photonics: Fueling the Next Information Revolution
 
Vpn
VpnVpn
Vpn
 
Vpn presentation
Vpn presentationVpn presentation
Vpn presentation
 
Secure Business WiFi
Secure Business WiFiSecure Business WiFi
Secure Business WiFi
 
VPN - Virtual Private Network
VPN - Virtual Private NetworkVPN - Virtual Private Network
VPN - Virtual Private Network
 

Similar to cisco-nti-Day18

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
Waqas Ahmed Nawaz
 
CCNA Exploration 4 - Chapter 2
CCNA Exploration 4 - Chapter 2CCNA Exploration 4 - Chapter 2
CCNA Exploration 4 - Chapter 2
Irsandi Hasan
 
CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4
Nil Menon
 
CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5
Irsandi Hasan
 
12 module
12  module12  module
12 moduleAsif
 
CCNA RS_ITN - Chapter 7
CCNA RS_ITN - Chapter 7CCNA RS_ITN - Chapter 7
CCNA RS_ITN - Chapter 7
Irsandi Hasan
 
محمد مشاري
محمد مشاريمحمد مشاري
محمد مشاري
maherrrrz
 
Chapter 7 : Transport layer
Chapter 7 : Transport layerChapter 7 : Transport layer
Chapter 7 : Transport layer
teknetir
 
Chapter 07 - Transport Layer
Chapter 07 - Transport LayerChapter 07 - Transport Layer
Chapter 07 - Transport Layer
Yaser Rahmati
 
Ccna v5-S1-Chapter 7
Ccna v5-S1-Chapter 7Ccna v5-S1-Chapter 7
Ccna v5-S1-Chapter 7
Hamza Malik
 
CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1
Chaing Ravuth
 
cisco-nti-Day19
cisco-nti-Day19cisco-nti-Day19
cisco-nti-Day19
eyad alaa
 
Chapter 15 : routing concepts
Chapter 15 : routing conceptsChapter 15 : routing concepts
Chapter 15 : routing concepts
teknetir
 
Chapter 04 - Routing Concepts
Chapter 04 - Routing ConceptsChapter 04 - Routing Concepts
Chapter 04 - Routing Concepts
Yaser Rahmati
 
KPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_finalKPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_final
Fisal Anwari
 
CCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing ConceptsCCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing Concepts
Vuz Dở Hơi
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1
Waqas Ahmed Nawaz
 
CCNA Discovery 3 - Chapter 7
CCNA Discovery 3 - Chapter 7CCNA Discovery 3 - Chapter 7
CCNA Discovery 3 - Chapter 7Irsandi Hasan
 
CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3
Chaing Ravuth
 

Similar to cisco-nti-Day18 (20)

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
 
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 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4
 
CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5
 
12 module
12  module12  module
12 module
 
CCNA RS_ITN - Chapter 7
CCNA RS_ITN - Chapter 7CCNA RS_ITN - Chapter 7
CCNA RS_ITN - Chapter 7
 
محمد مشاري
محمد مشاريمحمد مشاري
محمد مشاري
 
Chapter 7 : Transport layer
Chapter 7 : Transport layerChapter 7 : Transport layer
Chapter 7 : Transport layer
 
Chapter 07 - Transport Layer
Chapter 07 - Transport LayerChapter 07 - Transport Layer
Chapter 07 - Transport Layer
 
Ccna v5-S1-Chapter 7
Ccna v5-S1-Chapter 7Ccna v5-S1-Chapter 7
Ccna v5-S1-Chapter 7
 
CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1
 
cisco-nti-Day19
cisco-nti-Day19cisco-nti-Day19
cisco-nti-Day19
 
Chapter 15 : routing concepts
Chapter 15 : routing conceptsChapter 15 : routing concepts
Chapter 15 : routing concepts
 
Chapter 04 - Routing Concepts
Chapter 04 - Routing ConceptsChapter 04 - Routing Concepts
Chapter 04 - Routing Concepts
 
KPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_finalKPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_final
 
CCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing ConceptsCCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing Concepts
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1
 
CCNA Discovery 3 - Chapter 7
CCNA Discovery 3 - Chapter 7CCNA Discovery 3 - Chapter 7
CCNA Discovery 3 - Chapter 7
 
CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3
 

Recently uploaded

BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
natyesu
 
ER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAEER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAE
Himani415946
 
Output determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CCOutput determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CC
ShahulHameed54211
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
laozhuseo02
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
nirahealhty
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
laozhuseo02
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
3ipehhoa
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
JeyaPerumal1
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
Rogerio Filho
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
Gal Baras
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Sanjeev Rampal
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
JungkooksNonexistent
 
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptxLiving-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
TristanJasperRamos
 

Recently uploaded (16)

BASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptxBASIC C++ lecture NOTE C++ lecture 3.pptx
BASIC C++ lecture NOTE C++ lecture 3.pptx
 
ER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAEER(Entity Relationship) Diagram for online shopping - TAE
ER(Entity Relationship) Diagram for online shopping - TAE
 
Output determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CCOutput determination SAP S4 HANA SAP SD CC
Output determination SAP S4 HANA SAP SD CC
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 
The+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptxThe+Prospects+of+E-Commerce+in+China.pptx
The+Prospects+of+E-Commerce+in+China.pptx
 
This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!This 7-second Brain Wave Ritual Attracts Money To You.!
This 7-second Brain Wave Ritual Attracts Money To You.!
 
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shopHistory+of+E-commerce+Development+in+China-www.cfye-commerce.shop
History+of+E-commerce+Development+in+China-www.cfye-commerce.shop
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
 
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and GuidelinesMulti-cluster Kubernetes Networking- Patterns, Projects and Guidelines
Multi-cluster Kubernetes Networking- Patterns, Projects and Guidelines
 
Latest trends in computer networking.pptx
Latest trends in computer networking.pptxLatest trends in computer networking.pptx
Latest trends in computer networking.pptx
 
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptxLiving-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
Living-in-IT-era-Module-7-Imaging-and-Design-for-Social-Impact.pptx
 

cisco-nti-Day18

  • 1. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1 Point-to-Point Connections Connecting Networks
  • 2. Presentation_ID 2© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Objectives  Explain the fundamentals of point-to-point serial communication across a WAN.  Configure HDLC encapsulation on a point-to-point serial link.  Describe the benefits of using PPP over HDLC in a WAN.  Describe the PPP layered architecture and the functions of LCP and NCP.  Explain how a PPP session is established.  Configure PPP encapsulation on a point-to-point serial link.  Configure PPP authentication protocols.  Use show and debug commands to troubleshoot PPP.
  • 3. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 3 Serial Point-to-Point Overview
  • 4. Presentation_ID 4© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Serial Communications Serial and Parallel Ports  Point-to-point connections are used to connect LANs to service provider WANs. • Also referred to as a serial connection or leased-line connection.  Communications across a serial connection is a method of data transmissions in which the bits are transmitted sequentially over a single channel.  In parallel communications, bits can be transmitted simultaneously over multiple wires.
  • 5. Presentation_ID 5© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Serial Communications Serial Communication  On the WAN link, data is encapsulated by the protocol used by the sending router.  Encapsulated frame is sent on a physical medium to the WAN.  Receiving router uses the same communications protocol to de- encapsulate the frame when it arrives. Three serial communication standards for LAN-to-WAN connections: RS-232, V.35, HSSI
  • 6. Presentation_ID 6© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Serial Communications Point-to-Point Communication Links  Point-to-point links can connect two geographically distant sites.  Carrier dedicates specific resources for a line leased by the customer (leased-line).  Point-to-point links are usually more expensive than shared services.
  • 7. Presentation_ID 7© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Serial Communications Time-Division Multiplexing Multiplexing – A scheme that allows multiple logical signals to share a single physical channel.
  • 8. Presentation_ID 8© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Serial Communications DTE-DCE  DTE – Commonly CPE, generally a router, could also be a terminal, computer, printer, or fax machine if they connect directly to the service provider network.  DCE – Commonly a modem or CSU/DSU, it is a device used to convert the user data from the DTE into a form acceptable to the WAN service provider transmission link. The signal is received at the remote DCE, which decodes the signal back into a sequence of bits; the remote DCE then signals this sequence to the remote DTE.
  • 9. Presentation_ID 9© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Serial Communications Serial Cables
  • 10. Presentation_ID 10© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential HDLC Encapsulation WAN Encapsulation Protocols Data is encapsulated into frames before crossing the WAN link; an appropriate Layer 2 encapsulation type must be configured.
  • 11. Presentation_ID 11© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential HDLC Encapsulation HDLC Encapsulation  Bit-oriented, synchronous data link layer protocol developed by the International Organization for Standardization (ISO).  Uses synchronous serial transmission to provide error-free communication between two points.  Defines a Layer 2 framing structure that allows for flow control and error control through the use of acknowledgments.  Cisco has developed an extension to the HLDC protocol to solve the inability to provide multiprotocol support (Cisco HLDC also referred to as cHDLC).
  • 12. Presentation_ID 12© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential HDLC Encapsulation Configuring HDLC Encapsulation  Default encapsulation method used by Cisco devices on synchronous serial lines  Point-to-point protocol on leased lines between two Cisco devices  Connecting to a non-Cisco device, use synchronous PPP
  • 13. Presentation_ID 13© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential HDLC Encapsulation Troubleshooting a Serial Interface
  • 14. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 14 PPP Operation
  • 15. Presentation_ID 15© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Benefits of PPP Introducing PPP 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) to establish and configure different network layer protocols (IPv4, IPv6, AppleTalk, Novell IPX, and SNA Control Protocol)
  • 16. Presentation_ID 16© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Benefits of PPP Advantages of PPP  PPP not proprietary  PPP includes many features not available in HDLC  Link quality management feature monitors the quality of the link. If too many errors are detected, PPP takes down the link  Supports PAP and CHAP authentication
  • 17. Presentation_ID 17© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential LCP and NCP PPP Layered Architecture  LCP sets up the PPP connection and its parameters  NCPs handle higher layer protocol configurations  LCP terminates the PPP connection
  • 18. Presentation_ID 18© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential LCP and NCP PPP Control Protocol (LCP) LCP provides automatic configuration of the interfaces at each end, including:  Handling varying limits on packet size.  Detecting common misconfiguration errors.  Terminating the link.  Determining when a link is functioning properly or when it is failing.
  • 19. Presentation_ID 19© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential LCP and NCP PPP Network Control Protocol (NCP)  PPP permits multiple network layer protocols to operate on the same communications link.  For every network layer protocol used, PPP uses a separate NCP.
  • 20. Presentation_ID 20© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential PPP Sessions Establishing a PPP Session Phase 1 – LCP must first open the connection and negotiate configuration options; it completes when the receiving router sends a configuration-acknowledgment frame back to the router initiating the connection.
  • 21. Presentation_ID 21© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential PPP Sessions Establishing a PPP Session (cont.) Phase 2 – LCP tests the link to determine whether the link quality is sufficient to bring up network layer protocols.
  • 22. Presentation_ID 22© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential PPP Sessions Establishing a PPP Session (cont.) Phase 3 – After the LCP has finished the link quality determination phase, the appropriate NCP can separately configure the network layer protocols, and bring them up and take them down at any time.
  • 23. Presentation_ID 23© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential PPP Sessions PPP Configuration Options Optional functions include:  Authentication using either PAP or CHAP  Compression using either Stacker or Predictor  Multilink that combines two or more channels to increase the WAN bandwidth
  • 24. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 24 Configuring PPP
  • 25. Presentation_ID 25© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure PPP PPP Basic Configuration Command
  • 26. Presentation_ID 26© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure PPP PPP Compression Commands
  • 27. Presentation_ID 27© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure PPP PPP Link Quality Monitoring Command The ppp quality percentage command ensures that the link meets the quality requirement set; otherwise, the link closes down.
  • 28. Presentation_ID 28© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure PPP PPP Multilink Commands
  • 29. Presentation_ID 29© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure PPP Verifying PPP Configuration
  • 30. Presentation_ID 30© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential PPP Authentication PPP Authentication Protocols
  • 31. Presentation_ID 31© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential PPP Authentication Password Authentication Protocol (PAP) Initiating PAP Completing PAP
  • 32. Presentation_ID 32© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential PPP Authentication Challenge Handshake Authentication Protocol Initiating CHAP Responding CHAP
  • 33. Presentation_ID 33© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential PPP Authentication CHAP (cont.) Completing CHAP
  • 34. Presentation_ID 34© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential PPP Authentication PPP Encapsulation and Authentication Process
  • 35. Presentation_ID 35© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential PPP Authentication Configuring PPP Authentication
  • 36. Presentation_ID 36© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential PPP Authentication Configuring PPP Authentication (cont.)
  • 37. Presentation_ID 37© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential PPP Authentication Configuring PPP Authentication (cont.)
  • 38. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 38 Troubleshooting WAN Connectivity
  • 39. Presentation_ID 39© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshoot PPP Troubleshooting PPP Serial Encapsulation
  • 40. Presentation_ID 40© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshoot PPP Troubleshooting a PPP Configuration with Authentication
  • 41. Presentation_ID 41© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential