SlideShare a Scribd company logo
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1
Chapter 4: Frame
Relay
Connecting Networks
Presentation_ID 2© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 4
4.0 Introduction
4.1 Introduction to Frame Relay
4.2 Configuring Frame Relay
4.3 Troubleshooting Connectivity
4.4 Summary
Presentation_ID 3© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 4: Objectives
 Describe the fundamental concepts of Frame Relay technology,
including operation, implementation requirements, maps, and Local
Management Interface (LMI) operation.
 Configure a basic Frame Relay permanent virtual circuit (PVC),
including configuring and troubleshooting Frame Relay on a router
serial interface and configuring a static Frame Relay map.
 Describe advanced concepts of Frame Relay technology, including
subinterfaces, bandwidth, and flow control.
 Configure an advanced Frame Relay PVC, including solving
reachability issues, configuring subinterfaces, and verifying and
troubleshooting a Frame Relay configuration.
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 4
4.1 Introduction to Frame Relay
Presentation_ID 5© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Benefits of Frame Relay
Introducing Frame Relay
Presentation_ID 6© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Benefits of Frame Relay
Benefits of Frame Relay WAN Technology
Presentation_ID 7© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Benefits of Frame Relay
Dedicated Line Requirements
Presentation_ID 8© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Benefits of Frame Relay
Frame Relay Cost Effectiveness and Flexibility
 With dedicated lines, customers pay for an end-to-end connection,
which includes the local loop and the network link. With Frame
Relay, customers only pay for the local loop, and for the
bandwidth, they purchase from the network provider.
 Frame Relay shares bandwidth across a larger base of customers.
Typically, a network provider can service 40 or more 56 kb/s
customers over one T1 circuit. Using dedicated lines would require
more CSU/DSUs (one for each line) and more complicated routing
and switching.
Presentation_ID 9© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Frame Relay Operation
Virtual Circuits
 Switched virtual circuits (SVC) – Established dynamically by
sending signaling messages to the network.
 Permanent virtual circuits (PVCs) – Preconfigured by the carrier,
and after they are set up, only operate in DATA TRANSFER and
IDLE modes.
 VCs are identified by DLCIs. Frame Relay DLCIs have local
significance, which means that the values are not unique in the
Frame Relay WAN. A DLCI identifies a VC to the equipment at an
endpoint.
 A DLCI has no significance beyond the single link.
Presentation_ID 10© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Frame Relay Operation
Multiple Virtual Circuits
Presentation_ID 11© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Frame Relay Operation
Frame Relay Encapsulation
Presentation_ID 12© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Frame Relay Operation
Frame Relay Topologies
Presentation_ID 13© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Frame Relay Operation
Frame Relay Address Mapping
Presentation_ID 14© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Frame Relay Operation
Local Management Interface (LMI)
Presentation_ID 15© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Frame Relay Operation
LMI Extensions
 VC status messages
 Multicasting
 Global addressing
 Simple flow control
Presentation_ID 16© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Frame Relay Operation
Using LMI and Inverse ARP to Map Addresses
1. The Inverse ARP request includes the source hardware, source
Layer 3 protocol address, and the known target hardware
address.
2. The Inverse ARP request fills the target Layer 3 protocol address
field with all zeroes. It encapsulates the packet for the specific
network and sends it directly to the destination device using the
VC.
3. Upon receiving an Inverse ARP request, the destination device
uses the source device’s address to create its own DLCI-to-
Layer 3 map.
4. It then sends an Inverse ARP response that includes its Layer 3
address information.
5. When the source device receives the Inverse ARP response, it
completes the DLCI-to-Layer 3 map using the provided
information.
Presentation_ID 17© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Advanced Frame Relay Concepts
Access Rate and Committed Information Rate
Presentation_ID 18© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Advanced Frame Relay Concepts
Frame Relay Example
Presentation_ID 19© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Advanced Frame Relay Concepts
Bursting
Presentation_ID 20© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Advanced Frame Relay Concepts
Frame Relay Flow Control
 When the DCE sets the BECN bit to 1, it notifies devices in the
direction of the source (upstream) that there is congestion on the
network.
 When the DCE sets the FECN bit to 1, it notifies devices in the
direction of the destination (downstream) that there is congestion
on the network.
 DTE devices can set the value of the DE bit to 1 to indicate that the
frame has lower importance than other frames. When the network
becomes congested, DCE devices discard the frames with the DE
bit set to 1 before discarding those that do not.
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 21
4.2 Configuring Frame Relay
Presentation_ID 22© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure Basic Frame Relay
Basic Frame Relay Configuration Steps
Presentation_ID 23© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure Basic Frame Relay
Configuring a Static Frame Relay Map
Presentation_ID 24© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure Basic Frame Relay
Verifying a Static Frame Relay Map
Presentation_ID 25© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure Subinterfaces
Reachability Issues
Frame Relay networks provide NBMA connectivity, using a hub-and-
spoke topology, between remote sites. In an NBMA Frame Relay
topology, when a single multipoint interface must be used to
interconnect multiple sites, routing update reachability issues may
result.
Reachability Issues:
 Split horizon
 Broadcast/multicast replication
 Neighbor Discovery: DR and BDR
Presentation_ID 26© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure Subinterfaces
Solving Reachability Issues
 Disable split horizon – One method for solving the reachability
issues that are produced by split horizon may be to turn off split
horizon; however, disabling split horizon increases the chances of
routing loops in your network.
 Full-meshed topology – Another method is to use a full-meshed
topology; however, this topology increases costs.
 Subinterfaces – In a hub-and-spoke Frame Relay topology, the
hub router can be configured with logically assigned interfaces
called subinterfaces.
Presentation_ID 27© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure Subinterfaces
Configuring Point-to-Point Subinterfaces
Presentation_ID 28© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Configure Subinterfaces
Example: Configuring Point-to-Point
Subinterfaces
© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 29
4.3 Troubleshooting Connectivity
Presentation_ID 30© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshoot Frame Relay
Verifying Frame Relay Operation: Frame Relay Interface
Presentation_ID 31© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshoot Frame Relay
Verifying Frame Relay Operation: LMI Operations
Presentation_ID 32© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshoot Frame Relay
Verifying Frame Relay Operation: PVC Status
Presentation_ID 33© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshoot Frame Relay
Verifying Frame Relay Operation: Inverse ARP
Presentation_ID 34© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Troubleshoot Frame Relay
Troubleshooting Frame Relay Operation
Presentation_ID 35© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 4: Summary
This chapter described:
 The fundamental concepts of Frame Relay technology, including
operation, implementation requirements, maps, and Local
Management Interface (LMI) operation.
 How to configure a basic Frame Relay permanent virtual circuit
(PVC), including configuring and troubleshooting Frame Relay on a
router serial interface and configuring a static Frame Relay map.
 Advanced concepts of Frame Relay technology including
subinterfaces, bandwidth and flow control.
 Advanced Frame Relay PVCs, including solving reachability issues,
configuring subinterfaces, and verifying and troubleshooting a Frame
Relay configuration.
Presentation_ID 36© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

More Related Content

PDF
CCNAv5 - S4: Chapter 4 Frame Relay
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 3
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 5
PPTX
cisco-nti-Day19
PPTX
CCNA4 Verson6 Chapter1
PPTX
CCNA2 Verson6 Chapter2
PDF
CCNAv5 - S2: Chapter5 Inter Vlan Routing
PDF
CCNAv5 - S3: Chapter2 Lan Redundancy
CCNAv5 - S4: Chapter 4 Frame Relay
CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 5
cisco-nti-Day19
CCNA4 Verson6 Chapter1
CCNA2 Verson6 Chapter2
CCNAv5 - S2: Chapter5 Inter Vlan Routing
CCNAv5 - S3: Chapter2 Lan Redundancy

What's hot (19)

PDF
CCNAv5 - S3: Chapter1 Introduction to Scaling Networks
PPTX
Chapter 18 : routing dynamically
PPTX
CCNA2 Verson6 Chapter4
PDF
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
PPTX
CCNA3 Verson6 Chapter7
PPTX
CCNA4 Verson6 Chapter6
PDF
CCNAv5 - S2: Chapter4 Routing Concepts
PDF
Ccna2 project
PDF
Brk 135 t-ccna_switching
PDF
CCNAv5 - S1: Chapter 4 - Network Access
PPTX
CCNA 1 Routing and Switching v5.0 Chapter 5
PDF
CCNAv5 - S1: Chapter 5 - Ethernet
PPTX
CCNA2 Verson6 Chapter1
PPTX
CCNA2 Verson6 Chapter10
PPTX
CCNA3 Verson6 Chapter3
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 7
PDF
CCNAv5 - S4: Chapter2 Connecting To The Wan
PPTX
CCNP Switching Chapter 2
PDF
CCNAv5 - S1: Chapter 6 - Network Layer
CCNAv5 - S3: Chapter1 Introduction to Scaling Networks
Chapter 18 : routing dynamically
CCNA2 Verson6 Chapter4
CCNAv5 - S2: Chapter2 Basic Switching Concepts and Configuration
CCNA3 Verson6 Chapter7
CCNA4 Verson6 Chapter6
CCNAv5 - S2: Chapter4 Routing Concepts
Ccna2 project
Brk 135 t-ccna_switching
CCNAv5 - S1: Chapter 4 - Network Access
CCNA 1 Routing and Switching v5.0 Chapter 5
CCNAv5 - S1: Chapter 5 - Ethernet
CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter10
CCNA3 Verson6 Chapter3
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNAv5 - S4: Chapter2 Connecting To The Wan
CCNP Switching Chapter 2
CCNAv5 - S1: Chapter 6 - Network Layer
Ad

Similar to Cn instructor ppt_chapter4_final (20)

PPT
Ccna4 mod5-frame relay
PDF
Lab 3.5.1 basic frame relay
PPT
Week12 frame relay
PPT
Frame Relay
PPTX
Frame Relay Networking Technology concepts.pptx
PPT
CCNA Exploration 4 - Chapter 3
PPTX
Basic concept of frame relay
PPT
Icnd210 s08l03
PPT
Day 20.2 frame relay
PPT
14 module
PPT
Day 20.3 frame relay
PPTX
Frame relay
PPT
CCNA CHAPTER 11 BY jetarvind kumar madhukar
PPTX
CCNP Switching Chapter 1
PPT
PPT
Day 20.1 configuringframerelay
PDF
Wan Technologies
PDF
Frame relay design
PPT
presentation detaillé parfaitement a propos du frameRelay
Ccna4 mod5-frame relay
Lab 3.5.1 basic frame relay
Week12 frame relay
Frame Relay
Frame Relay Networking Technology concepts.pptx
CCNA Exploration 4 - Chapter 3
Basic concept of frame relay
Icnd210 s08l03
Day 20.2 frame relay
14 module
Day 20.3 frame relay
Frame relay
CCNA CHAPTER 11 BY jetarvind kumar madhukar
CCNP Switching Chapter 1
Day 20.1 configuringframerelay
Wan Technologies
Frame relay design
presentation detaillé parfaitement a propos du frameRelay
Ad

Recently uploaded (20)

PDF
servsafecomprehensive-ppt-full-140617222538-phpapp01.pdf
PPTX
microtomy kkk. presenting to cryst in gl
PPTX
STS CHAP 4 human development as reflected
PPTX
DPT-MAY24.pptx for review and ucploading
PPTX
1751884730-Visual Basic -Unitj CS B.pptx
PDF
Career Overview of John Munro of Hilton Head
PPTX
Your Guide to a Winning Interview Aug 2025.
PPTX
Principles of Inheritance and variation class 12.pptx
PPT
BCH3201 (Enzymes and biocatalysis)-JEB (1).ppt
PDF
Parts of Speech Quiz Presentation in Orange Blue Illustrative Style.pdf.pdf
PDF
202s5_Luciano André Deitos Koslowski.pdf
PDF
Blue-Modern-Elegant-Presentation (1).pdf
PPTX
ChandigarhUniversityinformationcareer.pptx
PPT
pwm ppt .pdf long description of pwm....
PPT
2- CELL INJURY L1 Medical (2) gggggggggg
PPTX
Slideham presentation for the students a
PPTX
FINAL PPT.pptx cfyufuyfuyuy8ioyoiuvy ituyc utdfm v
PDF
iTop VPN Crack Latest Version 2025 Free Download With Keygen
PPTX
GPAT Presentation PPT and details about imp topics.pptx
PPT
Gsisgdkddkvdgjsjdvdbdbdbdghjkhgcvvkkfcxxfg
servsafecomprehensive-ppt-full-140617222538-phpapp01.pdf
microtomy kkk. presenting to cryst in gl
STS CHAP 4 human development as reflected
DPT-MAY24.pptx for review and ucploading
1751884730-Visual Basic -Unitj CS B.pptx
Career Overview of John Munro of Hilton Head
Your Guide to a Winning Interview Aug 2025.
Principles of Inheritance and variation class 12.pptx
BCH3201 (Enzymes and biocatalysis)-JEB (1).ppt
Parts of Speech Quiz Presentation in Orange Blue Illustrative Style.pdf.pdf
202s5_Luciano André Deitos Koslowski.pdf
Blue-Modern-Elegant-Presentation (1).pdf
ChandigarhUniversityinformationcareer.pptx
pwm ppt .pdf long description of pwm....
2- CELL INJURY L1 Medical (2) gggggggggg
Slideham presentation for the students a
FINAL PPT.pptx cfyufuyfuyuy8ioyoiuvy ituyc utdfm v
iTop VPN Crack Latest Version 2025 Free Download With Keygen
GPAT Presentation PPT and details about imp topics.pptx
Gsisgdkddkvdgjsjdvdbdbdbdghjkhgcvvkkfcxxfg

Cn instructor ppt_chapter4_final

  • 1. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1 Chapter 4: Frame Relay Connecting Networks
  • 2. Presentation_ID 2© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 4 4.0 Introduction 4.1 Introduction to Frame Relay 4.2 Configuring Frame Relay 4.3 Troubleshooting Connectivity 4.4 Summary
  • 3. Presentation_ID 3© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 4: Objectives  Describe the fundamental concepts of Frame Relay technology, including operation, implementation requirements, maps, and Local Management Interface (LMI) operation.  Configure a basic Frame Relay permanent virtual circuit (PVC), including configuring and troubleshooting Frame Relay on a router serial interface and configuring a static Frame Relay map.  Describe advanced concepts of Frame Relay technology, including subinterfaces, bandwidth, and flow control.  Configure an advanced Frame Relay PVC, including solving reachability issues, configuring subinterfaces, and verifying and troubleshooting a Frame Relay configuration.
  • 4. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 4 4.1 Introduction to Frame Relay
  • 5. Presentation_ID 5© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Benefits of Frame Relay Introducing Frame Relay
  • 6. Presentation_ID 6© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Benefits of Frame Relay Benefits of Frame Relay WAN Technology
  • 7. Presentation_ID 7© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Benefits of Frame Relay Dedicated Line Requirements
  • 8. Presentation_ID 8© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Benefits of Frame Relay Frame Relay Cost Effectiveness and Flexibility  With dedicated lines, customers pay for an end-to-end connection, which includes the local loop and the network link. With Frame Relay, customers only pay for the local loop, and for the bandwidth, they purchase from the network provider.  Frame Relay shares bandwidth across a larger base of customers. Typically, a network provider can service 40 or more 56 kb/s customers over one T1 circuit. Using dedicated lines would require more CSU/DSUs (one for each line) and more complicated routing and switching.
  • 9. Presentation_ID 9© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Frame Relay Operation Virtual Circuits  Switched virtual circuits (SVC) – Established dynamically by sending signaling messages to the network.  Permanent virtual circuits (PVCs) – Preconfigured by the carrier, and after they are set up, only operate in DATA TRANSFER and IDLE modes.  VCs are identified by DLCIs. Frame Relay DLCIs have local significance, which means that the values are not unique in the Frame Relay WAN. A DLCI identifies a VC to the equipment at an endpoint.  A DLCI has no significance beyond the single link.
  • 10. Presentation_ID 10© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Frame Relay Operation Multiple Virtual Circuits
  • 11. Presentation_ID 11© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Frame Relay Operation Frame Relay Encapsulation
  • 12. Presentation_ID 12© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Frame Relay Operation Frame Relay Topologies
  • 13. Presentation_ID 13© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Frame Relay Operation Frame Relay Address Mapping
  • 14. Presentation_ID 14© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Frame Relay Operation Local Management Interface (LMI)
  • 15. Presentation_ID 15© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Frame Relay Operation LMI Extensions  VC status messages  Multicasting  Global addressing  Simple flow control
  • 16. Presentation_ID 16© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Frame Relay Operation Using LMI and Inverse ARP to Map Addresses 1. The Inverse ARP request includes the source hardware, source Layer 3 protocol address, and the known target hardware address. 2. The Inverse ARP request fills the target Layer 3 protocol address field with all zeroes. It encapsulates the packet for the specific network and sends it directly to the destination device using the VC. 3. Upon receiving an Inverse ARP request, the destination device uses the source device’s address to create its own DLCI-to- Layer 3 map. 4. It then sends an Inverse ARP response that includes its Layer 3 address information. 5. When the source device receives the Inverse ARP response, it completes the DLCI-to-Layer 3 map using the provided information.
  • 17. Presentation_ID 17© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Advanced Frame Relay Concepts Access Rate and Committed Information Rate
  • 18. Presentation_ID 18© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Advanced Frame Relay Concepts Frame Relay Example
  • 19. Presentation_ID 19© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Advanced Frame Relay Concepts Bursting
  • 20. Presentation_ID 20© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Advanced Frame Relay Concepts Frame Relay Flow Control  When the DCE sets the BECN bit to 1, it notifies devices in the direction of the source (upstream) that there is congestion on the network.  When the DCE sets the FECN bit to 1, it notifies devices in the direction of the destination (downstream) that there is congestion on the network.  DTE devices can set the value of the DE bit to 1 to indicate that the frame has lower importance than other frames. When the network becomes congested, DCE devices discard the frames with the DE bit set to 1 before discarding those that do not.
  • 21. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 21 4.2 Configuring Frame Relay
  • 22. Presentation_ID 22© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure Basic Frame Relay Basic Frame Relay Configuration Steps
  • 23. Presentation_ID 23© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure Basic Frame Relay Configuring a Static Frame Relay Map
  • 24. Presentation_ID 24© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure Basic Frame Relay Verifying a Static Frame Relay Map
  • 25. Presentation_ID 25© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure Subinterfaces Reachability Issues Frame Relay networks provide NBMA connectivity, using a hub-and- spoke topology, between remote sites. In an NBMA Frame Relay topology, when a single multipoint interface must be used to interconnect multiple sites, routing update reachability issues may result. Reachability Issues:  Split horizon  Broadcast/multicast replication  Neighbor Discovery: DR and BDR
  • 26. Presentation_ID 26© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure Subinterfaces Solving Reachability Issues  Disable split horizon – One method for solving the reachability issues that are produced by split horizon may be to turn off split horizon; however, disabling split horizon increases the chances of routing loops in your network.  Full-meshed topology – Another method is to use a full-meshed topology; however, this topology increases costs.  Subinterfaces – In a hub-and-spoke Frame Relay topology, the hub router can be configured with logically assigned interfaces called subinterfaces.
  • 27. Presentation_ID 27© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure Subinterfaces Configuring Point-to-Point Subinterfaces
  • 28. Presentation_ID 28© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Configure Subinterfaces Example: Configuring Point-to-Point Subinterfaces
  • 29. © 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 29 4.3 Troubleshooting Connectivity
  • 30. Presentation_ID 30© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshoot Frame Relay Verifying Frame Relay Operation: Frame Relay Interface
  • 31. Presentation_ID 31© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshoot Frame Relay Verifying Frame Relay Operation: LMI Operations
  • 32. Presentation_ID 32© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshoot Frame Relay Verifying Frame Relay Operation: PVC Status
  • 33. Presentation_ID 33© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshoot Frame Relay Verifying Frame Relay Operation: Inverse ARP
  • 34. Presentation_ID 34© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Troubleshoot Frame Relay Troubleshooting Frame Relay Operation
  • 35. Presentation_ID 35© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 4: Summary This chapter described:  The fundamental concepts of Frame Relay technology, including operation, implementation requirements, maps, and Local Management Interface (LMI) operation.  How to configure a basic Frame Relay permanent virtual circuit (PVC), including configuring and troubleshooting Frame Relay on a router serial interface and configuring a static Frame Relay map.  Advanced concepts of Frame Relay technology including subinterfaces, bandwidth and flow control.  Advanced Frame Relay PVCs, including solving reachability issues, configuring subinterfaces, and verifying and troubleshooting a Frame Relay configuration.
  • 36. Presentation_ID 36© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential