SlideShare uma empresa Scribd logo
1 de 1
Baixar para ler offline
POINT-TO-POINT PROTOCOL                                                                                      packetlife.net
                        PPP Components                                                    PPP Summary
Link Control Protocol (LCP)                                              Standard RFC 1661
Provides for the establishment, configuration, and maintenance of a
PPP link. Protocol-independent options are negotiated by LCP.
                                                                                       Asynchronous serial, synchronous
                                                                        Interfaces
                                                                                       serial, ISDN, HSSI
Network Control Protocol (NCP)
A separate NCP is used to negotiate the configuration of each                             PPP Features
network layer protocol (such as IP) carried by PPP.
                                                                       Protocol Multiplexing · Multiple NCPs
                           PPP Header                                  Optional Authentication · PAP/CHAP
               8                  16             24               32
                                                                       Optional Compression · Stacker/predictor
   Address            Control                  Protocol
                                                                       Loopback Detection · Provided by LCP

                           LCP Header                                  Load Balancing · Multilink PPP
               8                  16             24               32
                                                                               Connection Phase Flowchart
     Code            Identifier                Length
                                                                                                             Auth Required
                                                                          Dead                Establish
                    Authentication Protocols
                                                                                                     No Auth
Plaintext Authentication Protocol (PAP)
Original, obsolete authentication protocol which relies on the          Terminate                               Authenticate
exchange of a plaintext key to authenticate peers (RFC 1334).                                         Failure
                                                                                  Admin                                Success
Challenge Handshake Authentication Protocol (CHAP)                               Shutdown
Authenticates peers using the MD5 checksum of a pre-shared secret                             Network
key (RFC 1994).

Extensible Authentication Protocol (EAP)                                         PPP Connection Example
Provides MD5-based authentication similar to CHAP (RFC 3748).
Could be expanded to support other EAP mechanisms as well.

                   General PPP Configuration                                          LCP Configuration Request

                                                                                        LCP Configuration Ack
! Configure a peer account if authentication will be used
username peer-hostname password password                                                    CHAP Challenge

! Configure a local IP address pool if needed                                               CHAP Response
ip pool name first-IP last-IP
                                                                                            CHAP Success
interface Serial0/0                                                                 IP Control Configuration Request
 ! Enable PPP encapsulation
 encapsulation ppp                                                                    IP Control Configuration Ack
 ! Enable CHAP and/or PAP for authentication
                                                                                 CDP Control Configuration Request
 ppp authentication { chap | pap } [ chap | pap ]
 ! Enable compression                                                               CDP Control Configuration Ack
 compress { predictor | stac }
 ! Enable peer IP address assignment (server side)
                                                                              PPP Compression Algorithms
 peer default ip address { pool name | IP-address }
 ! Enable IP address negotiation (client side)                         Stacker
 ip address negotiated                                                 Replaces repetitive data with symbols from a
                                                                       dynamic dictionary (more processor-intensive)
                   Multilink PPP Configuration                         Predictor
                                                                       Attempts to predict sequential data (more
! Create the multilink interface
interface Multilink1
                                                                       memory-intensive)
 ip address IP-address subnet-mask
 ppp multilink group group
                                                                                        Troubleshooting
                                                                       show ppp multilink
! Assign physical interfaces to the multilink group
interface Serial0/0                                                    debug ppp authentication
 encapsulation ppp
 ppp multilink group group
                                                                       debug ppp { negotiation | packet }

by Jeremy Stretch                                                                                                            v1.2

Mais conteúdo relacionado

Mais procurados

MPLS Deployment Chapter 2 - Services
MPLS Deployment Chapter 2 - ServicesMPLS Deployment Chapter 2 - Services
MPLS Deployment Chapter 2 - ServicesEricsson
 
Point to-point-protocol
Point to-point-protocolPoint to-point-protocol
Point to-point-protocolamigurumi21
 
Quality of Service(Queuing Methods)
Quality of Service(Queuing Methods)Quality of Service(Queuing Methods)
Quality of Service(Queuing Methods)Reza Farahani
 
Juniper MPLS Tutorial by Soricelli
Juniper MPLS Tutorial by SoricelliJuniper MPLS Tutorial by Soricelli
Juniper MPLS Tutorial by SoricelliFebrian ‎
 
ARM LPC2300/LPC2400 TCP/IP Stack Porting
ARM LPC2300/LPC2400 TCP/IP Stack PortingARM LPC2300/LPC2400 TCP/IP Stack Porting
ARM LPC2300/LPC2400 TCP/IP Stack PortingMathivanan Elangovan
 
12 link aggregation configuration
12 link aggregation configuration12 link aggregation configuration
12 link aggregation configurationHARRY CHAN PUTRA
 
MPLS L3 VPN Deployment
MPLS L3 VPN DeploymentMPLS L3 VPN Deployment
MPLS L3 VPN DeploymentAPNIC
 
What is LDP || Frequently asked Questions and Answers on MPLS LDP
What is LDP || Frequently asked Questions and Answers on MPLS LDPWhat is LDP || Frequently asked Questions and Answers on MPLS LDP
What is LDP || Frequently asked Questions and Answers on MPLS LDPNetworKingStudy
 
MPLS - Multiprotocol Label Switching
MPLS - Multiprotocol Label SwitchingMPLS - Multiprotocol Label Switching
MPLS - Multiprotocol Label SwitchingPeter R. Egli
 
Implementation of isp mpls backbone network on i pv6 using 6 pe routers main PPT
Implementation of isp mpls backbone network on i pv6 using 6 pe routers main PPTImplementation of isp mpls backbone network on i pv6 using 6 pe routers main PPT
Implementation of isp mpls backbone network on i pv6 using 6 pe routers main PPTSatish Kumar
 
An introduction to MPLS networks and applications
An introduction to MPLS networks and applicationsAn introduction to MPLS networks and applications
An introduction to MPLS networks and applicationsShawn Zandi
 
Juniper mpls best practice part 2
Juniper mpls best practice   part 2Juniper mpls best practice   part 2
Juniper mpls best practice part 2Febrian ‎
 
Bootstrapping with bootp and dhcp
Bootstrapping with bootp and dhcpBootstrapping with bootp and dhcp
Bootstrapping with bootp and dhcpAshish Malik
 

Mais procurados (20)

MPLS Deployment Chapter 2 - Services
MPLS Deployment Chapter 2 - ServicesMPLS Deployment Chapter 2 - Services
MPLS Deployment Chapter 2 - Services
 
Mpls technology
Mpls technologyMpls technology
Mpls technology
 
23100136 mpls
23100136 mpls23100136 mpls
23100136 mpls
 
Point to-point-protocol
Point to-point-protocolPoint to-point-protocol
Point to-point-protocol
 
BGP Overview
BGP OverviewBGP Overview
BGP Overview
 
Quality of Service(Queuing Methods)
Quality of Service(Queuing Methods)Quality of Service(Queuing Methods)
Quality of Service(Queuing Methods)
 
Mpls Services
Mpls ServicesMpls Services
Mpls Services
 
Juniper MPLS Tutorial by Soricelli
Juniper MPLS Tutorial by SoricelliJuniper MPLS Tutorial by Soricelli
Juniper MPLS Tutorial by Soricelli
 
ARM LPC2300/LPC2400 TCP/IP Stack Porting
ARM LPC2300/LPC2400 TCP/IP Stack PortingARM LPC2300/LPC2400 TCP/IP Stack Porting
ARM LPC2300/LPC2400 TCP/IP Stack Porting
 
12 link aggregation configuration
12 link aggregation configuration12 link aggregation configuration
12 link aggregation configuration
 
MPLS L3 VPN Deployment
MPLS L3 VPN DeploymentMPLS L3 VPN Deployment
MPLS L3 VPN Deployment
 
Mpls
MplsMpls
Mpls
 
What is LDP || Frequently asked Questions and Answers on MPLS LDP
What is LDP || Frequently asked Questions and Answers on MPLS LDPWhat is LDP || Frequently asked Questions and Answers on MPLS LDP
What is LDP || Frequently asked Questions and Answers on MPLS LDP
 
MPLS - Multiprotocol Label Switching
MPLS - Multiprotocol Label SwitchingMPLS - Multiprotocol Label Switching
MPLS - Multiprotocol Label Switching
 
Introduction to MPLS - NANOG 61
Introduction to MPLS - NANOG 61Introduction to MPLS - NANOG 61
Introduction to MPLS - NANOG 61
 
Implementation of isp mpls backbone network on i pv6 using 6 pe routers main PPT
Implementation of isp mpls backbone network on i pv6 using 6 pe routers main PPTImplementation of isp mpls backbone network on i pv6 using 6 pe routers main PPT
Implementation of isp mpls backbone network on i pv6 using 6 pe routers main PPT
 
An introduction to MPLS networks and applications
An introduction to MPLS networks and applicationsAn introduction to MPLS networks and applications
An introduction to MPLS networks and applications
 
Chapter 2 point-to-point protocol (ppp)
Chapter 2   point-to-point protocol (ppp)Chapter 2   point-to-point protocol (ppp)
Chapter 2 point-to-point protocol (ppp)
 
Juniper mpls best practice part 2
Juniper mpls best practice   part 2Juniper mpls best practice   part 2
Juniper mpls best practice part 2
 
Bootstrapping with bootp and dhcp
Bootstrapping with bootp and dhcpBootstrapping with bootp and dhcp
Bootstrapping with bootp and dhcp
 

Destaque (20)

Qo s
Qo sQo s
Qo s
 
Physical terminations
Physical terminationsPhysical terminations
Physical terminations
 
Ccna
CcnaCcna
Ccna
 
The itil foundation_certificate_syllabus (2) (1)
The itil foundation_certificate_syllabus (2) (1)The itil foundation_certificate_syllabus (2) (1)
The itil foundation_certificate_syllabus (2) (1)
 
Networking
NetworkingNetworking
Networking
 
Tcpdump
TcpdumpTcpdump
Tcpdump
 
Cloud computing e gov-12
Cloud computing e gov-12Cloud computing e gov-12
Cloud computing e gov-12
 
Voip basics
Voip basicsVoip basics
Voip basics
 
Vla ns
Vla nsVla ns
Vla ns
 
Cctns trg syllabus
Cctns trg syllabusCctns trg syllabus
Cctns trg syllabus
 
Scapy
ScapyScapy
Scapy
 
Ccna read
Ccna readCcna read
Ccna read
 
Advanced troubleshooting
Advanced troubleshootingAdvanced troubleshooting
Advanced troubleshooting
 
【Interop Tokyo 2015】 SP 04: シスコ サービス プロバイダー アクセス ポートフォリオ
【Interop Tokyo 2015】 SP 04: シスコ サービス プロバイダー アクセス ポートフォリオ【Interop Tokyo 2015】 SP 04: シスコ サービス プロバイダー アクセス ポートフォリオ
【Interop Tokyo 2015】 SP 04: シスコ サービス プロバイダー アクセス ポートフォリオ
 
Rip
RipRip
Rip
 
Spanning tree
Spanning treeSpanning tree
Spanning tree
 
【Interop tokyo 2014】 シスコ技術者認定 プロフェッショナル レベル CCNP Security
【Interop tokyo 2014】 シスコ技術者認定 プロフェッショナル レベル CCNP Security【Interop tokyo 2014】 シスコ技術者認定 プロフェッショナル レベル CCNP Security
【Interop tokyo 2014】 シスコ技術者認定 プロフェッショナル レベル CCNP Security
 
Training development382
Training development382Training development382
Training development382
 
E governance
E governanceE governance
E governance
 
D2014082010
D2014082010D2014082010
D2014082010
 

Semelhante a Ppp

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 2Waqas Ahmed Nawaz
 
12 module
12  module12  module
12 moduleAsif
 
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.Rafat Khandaker
 
Wireshark
WiresharkWireshark
Wiresharkbtohara
 
Day 18 2 serial point to-point encapsulation
Day 18 2  serial point to-point encapsulationDay 18 2  serial point to-point encapsulation
Day 18 2 serial point to-point encapsulationCYBERINTELLIGENTS
 
L2 changes
L2 changesL2 changes
L2 changesEmer_dj
 
Ap nr5000 pt file
Ap nr5000 pt fileAp nr5000 pt file
Ap nr5000 pt fileAddPac1999
 
Hallowed be thy packets by Paul Coggin
Hallowed be thy packets by Paul CogginHallowed be thy packets by Paul Coggin
Hallowed be thy packets by Paul CogginEC-Council
 
DIANA: Scenarios for QoS based integration of IP and ATM
DIANA: Scenarios for QoS based integration of IP and ATMDIANA: Scenarios for QoS based integration of IP and ATM
DIANA: Scenarios for QoS based integration of IP and ATMJohn Loughney
 
Implementing an IPv6 Enabled Environment for a Public Cloud Tenant
Implementing an IPv6 Enabled Environment for a Public Cloud TenantImplementing an IPv6 Enabled Environment for a Public Cloud Tenant
Implementing an IPv6 Enabled Environment for a Public Cloud TenantShixiong Shang
 
Verification Strategy for PCI-Express
Verification Strategy for PCI-ExpressVerification Strategy for PCI-Express
Verification Strategy for PCI-ExpressDVClub
 

Semelhante a Ppp (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
 
12 module
12  module12  module
12 module
 
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.
 
Thaker q3 2008
Thaker q3 2008Thaker q3 2008
Thaker q3 2008
 
Ccna 4 chapter 2 2011 v4
Ccna 4 chapter 2 2011 v4Ccna 4 chapter 2 2011 v4
Ccna 4 chapter 2 2011 v4
 
Wireshark
WiresharkWireshark
Wireshark
 
Ppp
PppPpp
Ppp
 
Ppp
PppPpp
Ppp
 
Day 18 2 serial point to-point encapsulation
Day 18 2  serial point to-point encapsulationDay 18 2  serial point to-point encapsulation
Day 18 2 serial point to-point encapsulation
 
L2 changes
L2 changesL2 changes
L2 changes
 
PPP
PPPPPP
PPP
 
Ap nr5000 pt file
Ap nr5000 pt fileAp nr5000 pt file
Ap nr5000 pt file
 
Hallowed be thy packets by Paul Coggin
Hallowed be thy packets by Paul CogginHallowed be thy packets by Paul Coggin
Hallowed be thy packets by Paul Coggin
 
Eigrp
EigrpEigrp
Eigrp
 
Eigrp
EigrpEigrp
Eigrp
 
Eigrp
EigrpEigrp
Eigrp
 
DIANA: Scenarios for QoS based integration of IP and ATM
DIANA: Scenarios for QoS based integration of IP and ATMDIANA: Scenarios for QoS based integration of IP and ATM
DIANA: Scenarios for QoS based integration of IP and ATM
 
Implementing an IPv6 Enabled Environment for a Public Cloud Tenant
Implementing an IPv6 Enabled Environment for a Public Cloud TenantImplementing an IPv6 Enabled Environment for a Public Cloud Tenant
Implementing an IPv6 Enabled Environment for a Public Cloud Tenant
 
Khan and morrison_dq207
Khan and morrison_dq207Khan and morrison_dq207
Khan and morrison_dq207
 
Verification Strategy for PCI-Express
Verification Strategy for PCI-ExpressVerification Strategy for PCI-Express
Verification Strategy for PCI-Express
 

Mais de Swapnil Kapate (13)

Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bulls
 
certificate
certificatecertificate
certificate
 
Ip addressing and subnetting instructors workbook
Ip addressing and subnetting   instructors workbookIp addressing and subnetting   instructors workbook
Ip addressing and subnetting instructors workbook
 
Ospf
OspfOspf
Ospf
 
Nat
NatNat
Nat
 
Media wiki
Media wikiMedia wiki
Media wiki
 
Markdown
MarkdownMarkdown
Markdown
 
Is is
Is isIs is
Is is
 
I pv4 subnetting
I pv4 subnettingI pv4 subnetting
I pv4 subnetting
 
I pv4 multicast
I pv4 multicastI pv4 multicast
I pv4 multicast
 
I psec
I psecI psec
I psec
 
Ios zone based-firewall
Ios zone based-firewallIos zone based-firewall
Ios zone based-firewall
 
Ios i pv4_access_lists
Ios i pv4_access_listsIos i pv4_access_lists
Ios i pv4_access_lists
 

Ppp

  • 1. POINT-TO-POINT PROTOCOL packetlife.net PPP Components PPP Summary Link Control Protocol (LCP) Standard RFC 1661 Provides for the establishment, configuration, and maintenance of a PPP link. Protocol-independent options are negotiated by LCP. Asynchronous serial, synchronous Interfaces serial, ISDN, HSSI Network Control Protocol (NCP) A separate NCP is used to negotiate the configuration of each PPP Features network layer protocol (such as IP) carried by PPP. Protocol Multiplexing · Multiple NCPs PPP Header Optional Authentication · PAP/CHAP 8 16 24 32 Optional Compression · Stacker/predictor Address Control Protocol Loopback Detection · Provided by LCP LCP Header Load Balancing · Multilink PPP 8 16 24 32 Connection Phase Flowchart Code Identifier Length Auth Required Dead Establish Authentication Protocols No Auth Plaintext Authentication Protocol (PAP) Original, obsolete authentication protocol which relies on the Terminate Authenticate exchange of a plaintext key to authenticate peers (RFC 1334). Failure Admin Success Challenge Handshake Authentication Protocol (CHAP) Shutdown Authenticates peers using the MD5 checksum of a pre-shared secret Network key (RFC 1994). Extensible Authentication Protocol (EAP) PPP Connection Example Provides MD5-based authentication similar to CHAP (RFC 3748). Could be expanded to support other EAP mechanisms as well. General PPP Configuration LCP Configuration Request LCP Configuration Ack ! Configure a peer account if authentication will be used username peer-hostname password password CHAP Challenge ! Configure a local IP address pool if needed CHAP Response ip pool name first-IP last-IP CHAP Success interface Serial0/0 IP Control Configuration Request ! Enable PPP encapsulation encapsulation ppp IP Control Configuration Ack ! Enable CHAP and/or PAP for authentication CDP Control Configuration Request ppp authentication { chap | pap } [ chap | pap ] ! Enable compression CDP Control Configuration Ack compress { predictor | stac } ! Enable peer IP address assignment (server side) PPP Compression Algorithms peer default ip address { pool name | IP-address } ! Enable IP address negotiation (client side) Stacker ip address negotiated Replaces repetitive data with symbols from a dynamic dictionary (more processor-intensive) Multilink PPP Configuration Predictor Attempts to predict sequential data (more ! Create the multilink interface interface Multilink1 memory-intensive) ip address IP-address subnet-mask ppp multilink group group Troubleshooting show ppp multilink ! Assign physical interfaces to the multilink group interface Serial0/0 debug ppp authentication encapsulation ppp ppp multilink group group debug ppp { negotiation | packet } by Jeremy Stretch v1.2