SlideShare a Scribd company logo
Instructor  & Todd Lammle Sybex CCNA 640-802  Chapter 14: Wide Area Networks
Chapter 14 Objectives The CCNA Topics Covered in this chapter include: Introduction to WAN’s HDLC PPP Frame Relay Introduction to VPN’s
Defining WAN Terms Customer Premises Equipment (CPE) Demarcation (demarc) Local loop Central Office (CO) Toll network
WAN Connection Types
DTE-DCE-DTE
WAN Support Frame Relay ISDN LAPB LAPD HDLC PPP ATM
HDLC Protocol Bit-oriented Data Link layer ISO standard protocol Specifies a data encapsulation method No  authentication can be used
HDLC Frame Format
Point-to-Point Protocol (PPP) Purpose: Transport layer-3 packets across a Data Link layer point-to-point link Can be used over asynchronous serial (dial-up)  or  synchronous serial (ISDN) media Uses Link Control Protocol (LCP) Builds & maintains data-link connections
Point-to-Point Protocol Stack
PPP Main Components EIA/TIA-232-C Intl. Std. for serial communications HDLC Serial link datagram encapsulation method LCP Used in P-t-P connections: Establishing Maintaining Terminating NCP Method of establishing & configuring Network Layer protocols Allows simultaneous use of multiple Network layer protocols
LCP Configuration Options Authentication PAP CHAP Compression Stacker Predictor Error detection Quality Magic Number Multilink Splits the load for PPP over 2+ parallel circuits; a bundle
PPP Session Establishment Link-establishment phase Authentication phase Network-layer protocol phase
PPP Session Establishment
PPP Authentication Methods Password Authentication Protocol (PAP) Passwords sent in clear text Remote node returns  username  &  password Challenge Authentication Protocol (CHAP) Done at start-up & periodically Challenge & Reply Remote router sends a one-way hash ~ MD5
Configuring PPP Step #1: Configure PPP on Router A  & Router B : Router__# config t Router__(config)# int s0 Router__(config-if)# encapsulation ppp Router__(config-if)#^ Z Step #2: Define the username & password on  each  router: RouterA: RouterA(config)# username RouterB password cisco RouterB: RouterB(config)# username RouterA password cisco NOTE: (1) Username  maps  to the  remote  router   (2) Passwords must match Step #3: Choose Authentication type for  each  router; CHAP/PAP Router__(Config)# int s0 Router__(config-if)# ppp authentication chap Router__(config-if)# ppp authentication pap Router__(config-if)#^Z
PPP Example 1
PPP Example 2
PPP Example 3
PPP Example 4
Frame Relay Background High-performance WAN encapsulation method OSI Physical & data Link layer Originally designed for use across ISDN Supported Protocols IP, DECnet, AppleTalk, Xerox Network Service (XNS), Novell IPX, Banyan Vines, Transparent Bridging, & ISO
Before Frame Relay
After Frame Relay
Frame Relay Purpose Provide a communications interface between DTE & DCE equipment Connection-oriented Data Link layer communication Via virtual circuits Provides a complete path from the source to destination before sending the first frame
Frame Relay Terminology
Frame Relay Encapsulation Specified on  serial  interfaces Encapsulation types: Cisco (default encapsulation type) IETF (used between Cisco & non-Cisco devices) RouterA(config)# int s0 RouterA(config-if)# encapsulation frame-relay ? ietf  Use  RFC1490  encapsulation <cr>
Data Link Connection Identifiers (DLCIs) Frame Relay PVCs are identified by DLCIs IP end devices are mapped to DLCIs Mapped dynamically or mapped by IARP Global Significance:  Advertised to all remote sites as the same PVC Local Significance:  DLCIs do not need to be unique Configuration RouterA(config-if)# frame-relay interface-dlci ? <16-1007>  Define a DLCI as part of the current subinterface RouterA(config-if)# frame-relay interface-dlci 16
DLCI’s are Locally Significant
Local Management Interface (LMI) Background Purpose LMI Messages Keepalives Multicasting Multicast addressing Status of virtual circuits
LMI Types Configuration: RouterA(config-if)# frame-relay lmi-type ? cisco ansi q933a Beginning with IOS ver 11.2+ the LMI type is auto-sensed Default type: cisco Virtual circuit status: Active Inactive Deleted
Sub-interfaces Definition Multiple virtual circuits on a single serial interface Enables the assignment of different network-layer characteristics to each sub-interface IP routing on one sub-interface IPX routing on another Mitigates difficulties associated with: Partial meshed Frame Relay networks Split Horizon protocols
Partial Meshed Networks
Creating Sub-interfaces Configuration: #1: Set the encapsulation on the serial interface #2: Define the subinterface RouterA(config)# int s0 RouterA(config)# encapsulation frame-relay RouterA(config)# int s0.? <0-4294967295>  Serial interface number RouterA(config)# int s0.16 ? multipoint  Treat as a multipoint link point-to-point  Treat as a point-to-point link
Mapping Frame Relay Necessary to IP end devices to communicate Addresses must be mapped to the DLCIs Methods: Frame Relay  map  command Inverse-arp  function
Using the  map  command RouterA(config)# int s0 RouterA(config-if)# encap frame RouterA(config-if)# int s0.16 point-to-point RouterA(config-if)# no inverse-arp RouterA(config-if)# ip address 172.16.30.1 255.255.255.0 RouterA(config-if)# frame-relay map ip 172.16.30.17 16 ietf broadcast RouterA(config-if)# frame-relay map ip 172.16.30.18 17 broadcast RouterA(config-if)# frame-relay map ip 172.16.30.19 18
Using the  inverse arp  command RouterA(config)# int s0.16 point-to-point  RouterA(config-if)# encap frame-relay ietf RouterA(config-if)# ip address 172.16.30.1 255.255.255.0
Congestion Control Discard Eligibility (DE) Forward-Explicit Congestion Notification (FECN) Backward-Explicit Congestion Notification (BECN)
Committed Information Rate (CIR) Definition: Provision allowing customers to purchase amounts of bandwidth lower than what they might need Cost savings Good for  bursty  traffic Not good for  constant  amounts of data transmission
Monitoring Frame Relay RouterA> sho frame ? ip  show frame relay IP statistics lmi  show frame relay lmi statistics map  Frame-Relay map table pvc  show frame relay pvc statistics route  show frame relay route traffic  Frame-Relay protocol statistics RouterA# sho int s0 RouterB# show frame map Router# debug frame-relay lmi
Troubleshooting Frame Relay Why can’t RouterA talk to RouterB?
Troubleshooting Frame Relay  Why is RIP not sent across the PVC?
Introduction to VPN’s VPNs are used daily to give remote users and disjointed networks connectivity over a public medium like the Internet instead of using more expensive permanent means.
Types of VPN’s REMOTE ACCESS VPNS Remote access VPNs allow remote users like telecommuters to securely access the corporate network wherever and whenever they need to. SITE-TO-SITE VPNS Site-to-site VPNs, or, intranet VPNs, allow a company to connect its remote sites to the corporate backbone securely over a public medium like the Internet instead of requiring more expensive WAN connections like Frame Relay. EXTRANET VPNS Extranet VPNs allow an organization’s suppliers, partners, and customers to be connected to the corporate network in a limited way for business-to-business (B2B) communications.
Written Labs and Review Questions Open your books and go through all the written labs and the review questions. Review the answers in class.

More Related Content

PPT
Chapter10ccna
PPT
Chapter4ccna
PPT
Chapter7ccna
PPT
Chapter13ccna
PPT
Chapter6ccna
PPT
Chapter11ccna
PPT
Chapter5ccna
PPT
Chapter2ccna
Chapter10ccna
Chapter4ccna
Chapter7ccna
Chapter13ccna
Chapter6ccna
Chapter11ccna
Chapter5ccna
Chapter2ccna

What's hot (20)

PPT
Chapter8ccna
DOCX
CCNA- Router on stick, VLAN and Trunking
PDF
Ccna cheat sheet
DOCX
Packet Tracer: WAN, point to point links.
PPTX
CCNA ppt Day 1
PDF
More than 200 CCNA Question Answer
PPTX
CCNA ppt Day 3
DOC
Lab practice 1 configuring basic routing and switching (with answer)
PDF
designandimplementanetwork
PDF
Step by Step guide to set up a simple network in Packet Tracer
PPT
CCNA Routing and Switching Lessons 11-12 - WAN Configuration - Eric Vanderburg
PPTX
CCNA pptCCNA ppt Day 6
PPTX
CCNA ppt Day 9
PPT
CCNA Routing and Switching Lessons 08-09 - Routing Protocols - Eric Vanderburg
DOCX
How to configure vlan, stp, dtp step by step guide
PPT
Chapter9ccna
PPT
NAT and PAT
PPTX
Лекц 7
DOCX
Lab view the switch mac address table lab - view the switch
PDF
NAT- Network Address Translation
Chapter8ccna
CCNA- Router on stick, VLAN and Trunking
Ccna cheat sheet
Packet Tracer: WAN, point to point links.
CCNA ppt Day 1
More than 200 CCNA Question Answer
CCNA ppt Day 3
Lab practice 1 configuring basic routing and switching (with answer)
designandimplementanetwork
Step by Step guide to set up a simple network in Packet Tracer
CCNA Routing and Switching Lessons 11-12 - WAN Configuration - Eric Vanderburg
CCNA pptCCNA ppt Day 6
CCNA ppt Day 9
CCNA Routing and Switching Lessons 08-09 - Routing Protocols - Eric Vanderburg
How to configure vlan, stp, dtp step by step guide
Chapter9ccna
NAT and PAT
Лекц 7
Lab view the switch mac address table lab - view the switch
NAT- Network Address Translation
Ad

Viewers also liked (10)

PPTX
cisco-nti-Day18
PPT
CCNA Icnd110 s05l04
PPT
Cisco Router As A Vpn Server
PPT
HDLC, PPP and SLIP
PDF
CCNAv5 - S4: Chapter3 Point to-point Connections
PPT
CCNA PPP and Frame Relay
PDF
Deploying IP/MPLS VPN - Cisco Networkers 2010
PPT
Vpn presentation
PDF
VPN - Virtual Private Network
cisco-nti-Day18
CCNA Icnd110 s05l04
Cisco Router As A Vpn Server
HDLC, PPP and SLIP
CCNAv5 - S4: Chapter3 Point to-point Connections
CCNA PPP and Frame Relay
Deploying IP/MPLS VPN - Cisco Networkers 2010
Vpn presentation
VPN - Virtual Private Network
Ad

Similar to Chapter14ccna (20)

PPT
Chapter14ccna
PPTX
02_N2_Chapter 2.pptx
PPTX
ccna project on topic company infrastructure
PPT
Frame Relay
PPT
Frame Relay
PDF
TakeDownCon Rocket City: Bending and Twisting Networks by Paul Coggin
PDF
WAN (wide area network)
PDF
Service Provider Networks and Frame Relay
DOC
Ccna 4 chapter 3 v4.0 answers 2011
PPTX
Network Design on cisco packet tracer 6.0
PPT
Chapter6ccna
PDF
Ccna 4 Chapter 8 V4.0 Answers
PPTX
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
PPT
Ccna switch wan and ppp protocol contact
PPTX
How to configure frame realy
PDF
5 продвинутых технологий Cisco, которые нужно знать
PPTX
Introduction 140318015826-phpapp01
PPTX
Lan Network with Redundancy.ppt
PPTX
Lan Network with Redundancy
Chapter14ccna
02_N2_Chapter 2.pptx
ccna project on topic company infrastructure
Frame Relay
Frame Relay
TakeDownCon Rocket City: Bending and Twisting Networks by Paul Coggin
WAN (wide area network)
Service Provider Networks and Frame Relay
Ccna 4 chapter 3 v4.0 answers 2011
Network Design on cisco packet tracer 6.0
Chapter6ccna
Ccna 4 Chapter 8 V4.0 Answers
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
Ccna switch wan and ppp protocol contact
How to configure frame realy
5 продвинутых технологий Cisco, которые нужно знать
Introduction 140318015826-phpapp01
Lan Network with Redundancy.ppt
Lan Network with Redundancy

Recently uploaded (20)

PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
KodekX | Application Modernization Development
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Modernizing your data center with Dell and AMD
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Empathic Computing: Creating Shared Understanding
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Electronic commerce courselecture one. Pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Encapsulation theory and applications.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Per capita expenditure prediction using model stacking based on satellite ima...
KodekX | Application Modernization Development
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Modernizing your data center with Dell and AMD
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Review of recent advances in non-invasive hemoglobin estimation
Empathic Computing: Creating Shared Understanding
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
MYSQL Presentation for SQL database connectivity
Electronic commerce courselecture one. Pdf
Digital-Transformation-Roadmap-for-Companies.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
The AUB Centre for AI in Media Proposal.docx
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Encapsulation theory and applications.pdf
Approach and Philosophy of On baking technology
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy

Chapter14ccna

  • 1. Instructor & Todd Lammle Sybex CCNA 640-802 Chapter 14: Wide Area Networks
  • 2. Chapter 14 Objectives The CCNA Topics Covered in this chapter include: Introduction to WAN’s HDLC PPP Frame Relay Introduction to VPN’s
  • 3. Defining WAN Terms Customer Premises Equipment (CPE) Demarcation (demarc) Local loop Central Office (CO) Toll network
  • 6. WAN Support Frame Relay ISDN LAPB LAPD HDLC PPP ATM
  • 7. HDLC Protocol Bit-oriented Data Link layer ISO standard protocol Specifies a data encapsulation method No authentication can be used
  • 9. Point-to-Point Protocol (PPP) Purpose: Transport layer-3 packets across a Data Link layer point-to-point link Can be used over asynchronous serial (dial-up) or synchronous serial (ISDN) media Uses Link Control Protocol (LCP) Builds & maintains data-link connections
  • 11. PPP Main Components EIA/TIA-232-C Intl. Std. for serial communications HDLC Serial link datagram encapsulation method LCP Used in P-t-P connections: Establishing Maintaining Terminating NCP Method of establishing & configuring Network Layer protocols Allows simultaneous use of multiple Network layer protocols
  • 12. LCP Configuration Options Authentication PAP CHAP Compression Stacker Predictor Error detection Quality Magic Number Multilink Splits the load for PPP over 2+ parallel circuits; a bundle
  • 13. PPP Session Establishment Link-establishment phase Authentication phase Network-layer protocol phase
  • 15. PPP Authentication Methods Password Authentication Protocol (PAP) Passwords sent in clear text Remote node returns username & password Challenge Authentication Protocol (CHAP) Done at start-up & periodically Challenge & Reply Remote router sends a one-way hash ~ MD5
  • 16. Configuring PPP Step #1: Configure PPP on Router A & Router B : Router__# config t Router__(config)# int s0 Router__(config-if)# encapsulation ppp Router__(config-if)#^ Z Step #2: Define the username & password on each router: RouterA: RouterA(config)# username RouterB password cisco RouterB: RouterB(config)# username RouterA password cisco NOTE: (1) Username maps to the remote router (2) Passwords must match Step #3: Choose Authentication type for each router; CHAP/PAP Router__(Config)# int s0 Router__(config-if)# ppp authentication chap Router__(config-if)# ppp authentication pap Router__(config-if)#^Z
  • 21. Frame Relay Background High-performance WAN encapsulation method OSI Physical & data Link layer Originally designed for use across ISDN Supported Protocols IP, DECnet, AppleTalk, Xerox Network Service (XNS), Novell IPX, Banyan Vines, Transparent Bridging, & ISO
  • 24. Frame Relay Purpose Provide a communications interface between DTE & DCE equipment Connection-oriented Data Link layer communication Via virtual circuits Provides a complete path from the source to destination before sending the first frame
  • 26. Frame Relay Encapsulation Specified on serial interfaces Encapsulation types: Cisco (default encapsulation type) IETF (used between Cisco & non-Cisco devices) RouterA(config)# int s0 RouterA(config-if)# encapsulation frame-relay ? ietf Use RFC1490 encapsulation <cr>
  • 27. Data Link Connection Identifiers (DLCIs) Frame Relay PVCs are identified by DLCIs IP end devices are mapped to DLCIs Mapped dynamically or mapped by IARP Global Significance: Advertised to all remote sites as the same PVC Local Significance: DLCIs do not need to be unique Configuration RouterA(config-if)# frame-relay interface-dlci ? <16-1007> Define a DLCI as part of the current subinterface RouterA(config-if)# frame-relay interface-dlci 16
  • 28. DLCI’s are Locally Significant
  • 29. Local Management Interface (LMI) Background Purpose LMI Messages Keepalives Multicasting Multicast addressing Status of virtual circuits
  • 30. LMI Types Configuration: RouterA(config-if)# frame-relay lmi-type ? cisco ansi q933a Beginning with IOS ver 11.2+ the LMI type is auto-sensed Default type: cisco Virtual circuit status: Active Inactive Deleted
  • 31. Sub-interfaces Definition Multiple virtual circuits on a single serial interface Enables the assignment of different network-layer characteristics to each sub-interface IP routing on one sub-interface IPX routing on another Mitigates difficulties associated with: Partial meshed Frame Relay networks Split Horizon protocols
  • 33. Creating Sub-interfaces Configuration: #1: Set the encapsulation on the serial interface #2: Define the subinterface RouterA(config)# int s0 RouterA(config)# encapsulation frame-relay RouterA(config)# int s0.? <0-4294967295> Serial interface number RouterA(config)# int s0.16 ? multipoint Treat as a multipoint link point-to-point Treat as a point-to-point link
  • 34. Mapping Frame Relay Necessary to IP end devices to communicate Addresses must be mapped to the DLCIs Methods: Frame Relay map command Inverse-arp function
  • 35. Using the map command RouterA(config)# int s0 RouterA(config-if)# encap frame RouterA(config-if)# int s0.16 point-to-point RouterA(config-if)# no inverse-arp RouterA(config-if)# ip address 172.16.30.1 255.255.255.0 RouterA(config-if)# frame-relay map ip 172.16.30.17 16 ietf broadcast RouterA(config-if)# frame-relay map ip 172.16.30.18 17 broadcast RouterA(config-if)# frame-relay map ip 172.16.30.19 18
  • 36. Using the inverse arp command RouterA(config)# int s0.16 point-to-point RouterA(config-if)# encap frame-relay ietf RouterA(config-if)# ip address 172.16.30.1 255.255.255.0
  • 37. Congestion Control Discard Eligibility (DE) Forward-Explicit Congestion Notification (FECN) Backward-Explicit Congestion Notification (BECN)
  • 38. Committed Information Rate (CIR) Definition: Provision allowing customers to purchase amounts of bandwidth lower than what they might need Cost savings Good for bursty traffic Not good for constant amounts of data transmission
  • 39. Monitoring Frame Relay RouterA> sho frame ? ip show frame relay IP statistics lmi show frame relay lmi statistics map Frame-Relay map table pvc show frame relay pvc statistics route show frame relay route traffic Frame-Relay protocol statistics RouterA# sho int s0 RouterB# show frame map Router# debug frame-relay lmi
  • 40. Troubleshooting Frame Relay Why can’t RouterA talk to RouterB?
  • 41. Troubleshooting Frame Relay Why is RIP not sent across the PVC?
  • 42. Introduction to VPN’s VPNs are used daily to give remote users and disjointed networks connectivity over a public medium like the Internet instead of using more expensive permanent means.
  • 43. Types of VPN’s REMOTE ACCESS VPNS Remote access VPNs allow remote users like telecommuters to securely access the corporate network wherever and whenever they need to. SITE-TO-SITE VPNS Site-to-site VPNs, or, intranet VPNs, allow a company to connect its remote sites to the corporate backbone securely over a public medium like the Internet instead of requiring more expensive WAN connections like Frame Relay. EXTRANET VPNS Extranet VPNs allow an organization’s suppliers, partners, and customers to be connected to the corporate network in a limited way for business-to-business (B2B) communications.
  • 44. Written Labs and Review Questions Open your books and go through all the written labs and the review questions. Review the answers in class.