SlideShare une entreprise Scribd logo
1  sur  27
Frame Relay



           Accessing the WAN – Chapter 3




ITE I Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   1
Historical Background
                 Frame Relay is a high-performance WAN protocol
                  that operates at the physical and data link layers of
                  the OSI model.
                 Eric Scace, an engineer at Sprint International,
                  invented Frame Relay as a simpler version of the
                  X.25 protocol to use across ISDN interfaces.
                 Network providers commonly implement Frame Relay
                  for voice and data as an encapsulation technique,
                  used between LANs over a WAN. Each end user gets
                  a private line (or leased line) to a Frame Relay node.
                 Frame Relay has become one of the most extensively
                  used WAN protocols, primarily because it is
                  inexpensive compared to dedicated lines.

ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   2
Introducing Frame Relay
                 Frame Relay has become the most widely used WAN
                  technology in the world primarily because of its price
                  and flexibility.
                 Frame Relay reduces network costs by using less
                  equipment, less complexity, and an easier
                  implementation. Moreover, Frame Relay provides
                  greater bandwidth, reliability, and resiliency than
                  private or leased lines.
                 With increasing globalization and the growth of one-
                  to-many branch office topologies, Frame Relay offers
                  simpler network architecture at a lower cost of
                  ownership.



ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   3
Describe the Fundamental Concepts of Frame
           Relay Technology
            Describe how Frame Relay is used to provide WAN
             services to the Enterprise




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   4
Describe the Fundamental Concepts of Frame
           Relay Technology
            Frame Relay Operation




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   5
Describe the Fundamental Concepts of Frame
           Relay Technology
            Virtual circuit (VC) - connection through a Frame Relay network
             between two DTEs; maybe SVCs or PVCs
            VCs are identified by DLCIs. DLCI values are assigned by the
             service provider; DLCIs have local significance
            DLCIs 0 to 15 and 1008 to 1023 are reserved for special purposes.




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   6
Describe the Fundamental Concepts of Frame
           Relay Technology




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   7
Describe the Fundamental Concepts of Frame
           Relay Technology
            Describe the types of topologies that are used for
             implementing Frame Relay in different environments




                                                                                   In mesh networks, total VCs
                                                                                   required is [n(n-1)/2]


ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public                                 8
Describe the Fundamental Concepts of Frame
           Relay Technology
            Frame Relay Address Mapping
            Dynamic address mapping - relies on Inverse ARP
             (IARP) to resolve a next hop network protocol address
             to a local DLCI value.
            On Cisco routers, Inverse ARP is enabled by default for
             all protocols
            One can choose to override dynamic Inverse ARP
             mapping by supplying a manual static mapping for
             the next hop protocol address to a local DLCI.
            You cannot use Inverse ARP and a frame-relay map
             statement for the same DLCI and protocol.



ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   9
Describe the Fundamental Concepts of Frame
           Relay Technology
            LMI - a keepalive mechanism that provides status
             information about FR connections between the router
             (DTE) and the FR switch (DCE)
            Do not confuse LMI with encapsulation. LMI defines
             messages used between the DTE and the DCE.
             Encapsulation defines the headers used by a DTE to
             communicate information to the DTE at the other end of
             a VC.
            Three types of LMIs are supported by Cisco routers:
             Cisco, Ansi and q933a.
            Starting with Cisco IOS 11.2, the default LMI autosense
             feature detects the LMI type supported by the directly
             connected Frame Relay switch.

ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   10
Describe the Fundamental Concepts of Frame
           Relay Technology
            LMI status messages combined with Inverse ARP
             messages allow a router to associate network layer and
             data link layer addresses.




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   11
Configure a Basic Frame Relay PVC
            Configure a basic Frame Relay PVC on a router serial
             interface
            Verify encapsulation through sh int serial 0/0/0




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   12
Configure a Basic Frame Relay PVC
            Configure a static Frame Relay map
            Frame Relay is an NBMA network which does not support
             broadcast traffic, using the broadcast keyword is a simplified way
             to forward routing updates.




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   13
Describe Advanced Concepts of Frame Relay
           Technology

  Split Horizon prohibits routing
  updates received on an interface
  from exiting that same interface.



     Using a hub and spoke topology, the split horizon rule reduces the
      chance of a routing loop with distance vector routing protocols.
     It prevents a routing update received on an interface from being
      forwarded through the same interface.
     If the Central router learns about Network X from Branch A, that update
      is learned via S0/0.
     According to the split horizon rule, Central could not update Branch B or
      Branch C about Network X.
     This is because that update would be sent out the S0/0 interface, which
      is the same interface that received the update.
ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   14
Describe Advanced Concepts of Frame Relay
           Technology
            Frame Relay can allow customers to dynamically
             access this extra bandwidth and "burst" over their CIR
             for free.




•The duration of a burst
transmission should be short.
•BE is the term used to describe
the bandwidth available above
the CBIR.
•Unlike the CBIR, it is not
negotiated.

ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   15
Describe Advanced Concepts of Frame Relay
           Technology
           • Forward Explicit Congestion Notification (FECN) – When a
                  Frame Relay switch recognizes congestion in the network, it sends
                  an FECN packet to the destination device.
                    – This indicates that congestion has occurred.
           •      Backward Explicit Congestion Notification (BECN) – When a
                  Frame Relay switch recognizes congestion in the network, it sends
                  a BECN packet to the source router.
                    – This instructs the router to reduce the rate at which it is
                      sending packets.




ITE 1 Chapter 6     © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public    16
Configure an Advanced Frame Relay PVC
            Explain the steps to configure point-to-point
             subinterfaces on a physical interface




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   17
Configure an Advanced Frame Relay PVC
            Describe the commands used for verifying Frame Relay
             operation




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   18
Configure an Advanced Frame Relay PVC
            The show frame-relay lmi command displays LMI
             traffic statistics showing the number of status
             messages exchanged between the local router and the
             Frame Relay switch.




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   19
Configure an Advanced Frame Relay PVC
           • The show frame-relay pvc command displays the
                  status of each configured connection, as well as traffic
                  statistics.
           •      This command is also useful for viewing the number of
                  BECN and FECN packets received by the router.
           •      The command show frame-relay pvc shows the status
                  of all PVCs configured on the router.




ITE 1 Chapter 6     © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   20
Configure an Advanced Frame Relay PVC
           • To clear dynamically created Frame Relay maps, which
                  are created using Inverse ARP, use the clear
                  frame-relay-inarp command.




ITE 1 Chapter 6    © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   21
Configure an Advanced Frame Relay PVC
            Use the debug frame-relay lmi command to
             determine whether the router and the Frame Relay
             switch are sending and receiving LMI packets properly.




ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public   22
Configure an Advanced Frame Relay PVC




     The possible values of the status field are as follows:
     0x0 – Added/inactive means that the switch has this DLCI programmed but for
      some reason it is not usable. The reason could possibly be the other end of the
      PVC is down.
     0x2 – Added/active means the Frame Relay switch has the DLCI and everything
      is operational.
     0x4 – Deleted means that the Frame Relay switch does not have this DLCI
      programmed for the router, but that it was programmed at some point in the
      past. This could also be caused by the DLCIs being reversed on the router, or
      by the PVC being deleted by the service provider in the Frame Relay cloud.

ITE 1 Chapter 6   © 2006 Cisco Systems, Inc. All rights reserved.   Cisco Public        23
Summary
          Frame relay is the most widely used WAN technology
           because it:
                  –Provides greater bandwidth than leased line
                  –Reduces cost because it uses less equipment
                  –Easy to implement

          Frame relay is associated with layer 2 of the OSI model
           and encapsulates data packets in a frame relay frame
          Frame relay is configured on virtual circuits
                  –These virtual circuits may be identified by a DLCI

          Frame relay uses inverse ARP to map DLCI to IP
           addresses



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

            Configuring frame relay requires
                   –Enable frame relay encapsulation
                   –Configuring either static or dynamic mapping
                   –Considering split horizon problems that develop when multiple
                   VCs are placed on a single physical interface
            Factor affecting frame relay configuration
                   –How service provider has their charging scheme set up
            Frame relay flow control
                   –DE
                   –FECN
                   –BECN


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

            The following commands can be used to help verify
             frame relay configuration
                   –Show interfaces
                   –Show frame-relay lmi
                   –Show frame-relay pvc ###
                   –Show frame-relay map

            Use the following command to help troubleshoot a
             frame relay configuration
                   –Debug frame-relay lmi




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

Contenu connexe

Tendances (20)

Ccna4 mod5-frame relay
Ccna4 mod5-frame relayCcna4 mod5-frame relay
Ccna4 mod5-frame relay
 
Frame relay
Frame relayFrame relay
Frame relay
 
Frame relay
Frame  relayFrame  relay
Frame relay
 
smds
smdssmds
smds
 
Frame Relay Chapter 04
Frame Relay Chapter 04Frame Relay Chapter 04
Frame Relay Chapter 04
 
How to configure frame realy
How to configure frame realyHow to configure frame realy
How to configure frame realy
 
Frame
FrameFrame
Frame
 
X.25 and frame relay
X.25 and frame relayX.25 and frame relay
X.25 and frame relay
 
Frame relay
Frame relayFrame relay
Frame relay
 
frame relay
frame relayframe relay
frame relay
 
Frame Relay
Frame RelayFrame Relay
Frame Relay
 
VIRTUAL CIRCUIT NETWORKS, atm , frame relay
VIRTUAL CIRCUIT NETWORKS, atm , frame relayVIRTUAL CIRCUIT NETWORKS, atm , frame relay
VIRTUAL CIRCUIT NETWORKS, atm , frame relay
 
X.25
X.25X.25
X.25
 
VLAN Trunking Protocol
VLAN Trunking ProtocolVLAN Trunking Protocol
VLAN Trunking Protocol
 
Frame Relay
Frame RelayFrame Relay
Frame Relay
 
Wide area networks
Wide area networksWide area networks
Wide area networks
 
Forouzan frame relay
Forouzan frame relayForouzan frame relay
Forouzan frame relay
 
Vlan configuration in medium sized network
Vlan configuration in medium sized networkVlan configuration in medium sized network
Vlan configuration in medium sized network
 
Frame relay
Frame relayFrame relay
Frame relay
 
Virtual local area networks
Virtual local area networksVirtual local area networks
Virtual local area networks
 

En vedette

CCNAv5 - S4: Chapter 4 Frame Relay
CCNAv5 - S4: Chapter 4 Frame RelayCCNAv5 - S4: Chapter 4 Frame Relay
CCNAv5 - S4: Chapter 4 Frame RelayVuz Dở Hơi
 
Dr. Tim Benke - The Rett Clinic at Children's Hospital Colorado
Dr. Tim Benke - The Rett Clinic at Children's Hospital ColoradoDr. Tim Benke - The Rett Clinic at Children's Hospital Colorado
Dr. Tim Benke - The Rett Clinic at Children's Hospital ColoradoUrsula Webhofer
 
Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...LogicMindtech Nologies
 
2015: Advances in Health Technology-Osborne
2015: Advances in Health Technology-Osborne2015: Advances in Health Technology-Osborne
2015: Advances in Health Technology-OsborneSDGWEP
 
Signal descriptors of 8086
Signal descriptors of 8086Signal descriptors of 8086
Signal descriptors of 8086aviban
 
Bidirectional data flow
Bidirectional data flowBidirectional data flow
Bidirectional data flowSai Malleswar
 
Pin Description Of Intel 80386 DX Microprocessor
Pin Description Of Intel 80386 DX MicroprocessorPin Description Of Intel 80386 DX Microprocessor
Pin Description Of Intel 80386 DX MicroprocessorRaunaq Sahni
 
Intel® 80386 microprocessor registers
Intel® 80386 microprocessor registersIntel® 80386 microprocessor registers
Intel® 80386 microprocessor registersNeel Shah
 
Minimum mode and Maximum mode Configuration in 8086
Minimum mode and Maximum mode Configuration in 8086Minimum mode and Maximum mode Configuration in 8086
Minimum mode and Maximum mode Configuration in 8086Jismy .K.Jose
 
Architecture of 8051
Architecture of 8051Architecture of 8051
Architecture of 8051hello_priti
 
Salient featurs of 80386
Salient featurs of 80386Salient featurs of 80386
Salient featurs of 80386aviban
 
8086 modes
8086 modes8086 modes
8086 modesPDFSHARE
 
MICROCONTROLLER 8051- Architecture & Pin Configuration
MICROCONTROLLER 8051- Architecture & Pin Configuration MICROCONTROLLER 8051- Architecture & Pin Configuration
MICROCONTROLLER 8051- Architecture & Pin Configuration AKHIL MADANKAR
 
Addressing modes of 80386
Addressing modes of 80386Addressing modes of 80386
Addressing modes of 80386PDFSHARE
 

En vedette (20)

CCNAv5 - S4: Chapter 4 Frame Relay
CCNAv5 - S4: Chapter 4 Frame RelayCCNAv5 - S4: Chapter 4 Frame Relay
CCNAv5 - S4: Chapter 4 Frame Relay
 
VPN-OS.SK.16-9.v3
VPN-OS.SK.16-9.v3VPN-OS.SK.16-9.v3
VPN-OS.SK.16-9.v3
 
Dr. Tim Benke - The Rett Clinic at Children's Hospital Colorado
Dr. Tim Benke - The Rett Clinic at Children's Hospital ColoradoDr. Tim Benke - The Rett Clinic at Children's Hospital Colorado
Dr. Tim Benke - The Rett Clinic at Children's Hospital Colorado
 
Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...Opportunistic routing algorithm for relay node selection in wireless sensor n...
Opportunistic routing algorithm for relay node selection in wireless sensor n...
 
2015: Advances in Health Technology-Osborne
2015: Advances in Health Technology-Osborne2015: Advances in Health Technology-Osborne
2015: Advances in Health Technology-Osborne
 
Signal descriptors of 8086
Signal descriptors of 8086Signal descriptors of 8086
Signal descriptors of 8086
 
Bidirectional data flow
Bidirectional data flowBidirectional data flow
Bidirectional data flow
 
Pin Description Of Intel 80386 DX Microprocessor
Pin Description Of Intel 80386 DX MicroprocessorPin Description Of Intel 80386 DX Microprocessor
Pin Description Of Intel 80386 DX Microprocessor
 
Intel® 80386 microprocessor registers
Intel® 80386 microprocessor registersIntel® 80386 microprocessor registers
Intel® 80386 microprocessor registers
 
Pentium processor
Pentium processorPentium processor
Pentium processor
 
8051 archi
8051 archi8051 archi
8051 archi
 
Minimum mode and Maximum mode Configuration in 8086
Minimum mode and Maximum mode Configuration in 8086Minimum mode and Maximum mode Configuration in 8086
Minimum mode and Maximum mode Configuration in 8086
 
Architecture of 8051
Architecture of 8051Architecture of 8051
Architecture of 8051
 
Protection 80386
Protection 80386Protection 80386
Protection 80386
 
Protection mode
Protection modeProtection mode
Protection mode
 
Salient featurs of 80386
Salient featurs of 80386Salient featurs of 80386
Salient featurs of 80386
 
8086 modes
8086 modes8086 modes
8086 modes
 
MICROCONTROLLER 8051- Architecture & Pin Configuration
MICROCONTROLLER 8051- Architecture & Pin Configuration MICROCONTROLLER 8051- Architecture & Pin Configuration
MICROCONTROLLER 8051- Architecture & Pin Configuration
 
Memory mgmt 80386
Memory mgmt 80386Memory mgmt 80386
Memory mgmt 80386
 
Addressing modes of 80386
Addressing modes of 80386Addressing modes of 80386
Addressing modes of 80386
 

Similaire à Chapter3 frame relay

Week12 frame relay
Week12 frame relayWeek12 frame relay
Week12 frame relaylibra aziz
 
Cn instructor ppt_chapter4_final
Cn instructor ppt_chapter4_finalCn instructor ppt_chapter4_final
Cn instructor ppt_chapter4_finalLeoo Romo
 
CCNA Exploration 4 - Chapter 3
CCNA Exploration 4 - Chapter 3CCNA Exploration 4 - Chapter 3
CCNA Exploration 4 - Chapter 3Irsandi Hasan
 
AD-WAN-Tech-Chapter 1.pptx
AD-WAN-Tech-Chapter 1.pptxAD-WAN-Tech-Chapter 1.pptx
AD-WAN-Tech-Chapter 1.pptxRahafKhalid14
 
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 ConnectionsVuz Dở Hơi
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1Chaing Ravuth
 
CCNA Discovery 3 - Chapter 7
CCNA Discovery 3 - Chapter 7CCNA Discovery 3 - Chapter 7
CCNA Discovery 3 - Chapter 7Irsandi Hasan
 
Wan Technologies
Wan TechnologiesWan Technologies
Wan TechnologiesAKLI
 
CCNA Discovery 3 - Chapter 3
CCNA Discovery 3 - Chapter 3CCNA Discovery 3 - Chapter 3
CCNA Discovery 3 - Chapter 3Irsandi Hasan
 
Ccna switch wan and ppp protocol contact
Ccna switch wan and ppp protocol contactCcna switch wan and ppp protocol contact
Ccna switch wan and ppp protocol contactaptinstallpython3
 
Chapter 01 - Introduction to Switched Networks
Chapter 01 - Introduction to Switched NetworksChapter 01 - Introduction to Switched Networks
Chapter 01 - Introduction to Switched NetworksYaser Rahmati
 
rsinstructorpptchapter1final-141024021337-conversion-gate01
rsinstructorpptchapter1final-141024021337-conversion-gate01rsinstructorpptchapter1final-141024021337-conversion-gate01
rsinstructorpptchapter1final-141024021337-conversion-gate01Lema John Michael
 
CCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNAv5 - S2: Chapter1 Introsuction to switched networksCCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNAv5 - S2: Chapter1 Introsuction to switched networksVuz Dở Hơi
 
KPUCC-Rs instructor ppt_chapter1_final
KPUCC-Rs instructor ppt_chapter1_finalKPUCC-Rs instructor ppt_chapter1_final
KPUCC-Rs instructor ppt_chapter1_finalFisal Anwari
 
Brk 135 t-ccna_switching
Brk 135 t-ccna_switchingBrk 135 t-ccna_switching
Brk 135 t-ccna_switchingparthasn83
 
introduction to switched networks - JARINGAN KOMPUTER
introduction to switched networks - JARINGAN KOMPUTERintroduction to switched networks - JARINGAN KOMPUTER
introduction to switched networks - JARINGAN KOMPUTERhasby if
 
cisco-nti-Day19
cisco-nti-Day19cisco-nti-Day19
cisco-nti-Day19eyad alaa
 

Similaire à Chapter3 frame relay (20)

Week12 frame relay
Week12 frame relayWeek12 frame relay
Week12 frame relay
 
Cn instructor ppt_chapter4_final
Cn instructor ppt_chapter4_finalCn instructor ppt_chapter4_final
Cn instructor ppt_chapter4_final
 
CCNA Exploration 4 - Chapter 3
CCNA Exploration 4 - Chapter 3CCNA Exploration 4 - Chapter 3
CCNA Exploration 4 - Chapter 3
 
Chapter2 ppp
Chapter2   pppChapter2   ppp
Chapter2 ppp
 
AD-WAN-Tech-Chapter 1.pptx
AD-WAN-Tech-Chapter 1.pptxAD-WAN-Tech-Chapter 1.pptx
AD-WAN-Tech-Chapter 1.pptx
 
Day 20.2 frame relay
Day 20.2 frame relay Day 20.2 frame relay
Day 20.2 frame relay
 
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
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1
 
CCNA Discovery 3 - Chapter 7
CCNA Discovery 3 - Chapter 7CCNA Discovery 3 - Chapter 7
CCNA Discovery 3 - Chapter 7
 
Wan Technologies
Wan TechnologiesWan Technologies
Wan Technologies
 
Chapter1 rev1.0
Chapter1   rev1.0Chapter1   rev1.0
Chapter1 rev1.0
 
CCNA Discovery 3 - Chapter 3
CCNA Discovery 3 - Chapter 3CCNA Discovery 3 - Chapter 3
CCNA Discovery 3 - Chapter 3
 
Ccna switch wan and ppp protocol contact
Ccna switch wan and ppp protocol contactCcna switch wan and ppp protocol contact
Ccna switch wan and ppp protocol contact
 
Chapter 01 - Introduction to Switched Networks
Chapter 01 - Introduction to Switched NetworksChapter 01 - Introduction to Switched Networks
Chapter 01 - Introduction to Switched Networks
 
rsinstructorpptchapter1final-141024021337-conversion-gate01
rsinstructorpptchapter1final-141024021337-conversion-gate01rsinstructorpptchapter1final-141024021337-conversion-gate01
rsinstructorpptchapter1final-141024021337-conversion-gate01
 
CCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNAv5 - S2: Chapter1 Introsuction to switched networksCCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNAv5 - S2: Chapter1 Introsuction to switched networks
 
KPUCC-Rs instructor ppt_chapter1_final
KPUCC-Rs instructor ppt_chapter1_finalKPUCC-Rs instructor ppt_chapter1_final
KPUCC-Rs instructor ppt_chapter1_final
 
Brk 135 t-ccna_switching
Brk 135 t-ccna_switchingBrk 135 t-ccna_switching
Brk 135 t-ccna_switching
 
introduction to switched networks - JARINGAN KOMPUTER
introduction to switched networks - JARINGAN KOMPUTERintroduction to switched networks - JARINGAN KOMPUTER
introduction to switched networks - JARINGAN KOMPUTER
 
cisco-nti-Day19
cisco-nti-Day19cisco-nti-Day19
cisco-nti-Day19
 

Chapter3 frame relay

  • 1. Frame Relay Accessing the WAN – Chapter 3 ITE I Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1
  • 2. Historical Background  Frame Relay is a high-performance WAN protocol that operates at the physical and data link layers of the OSI model.  Eric Scace, an engineer at Sprint International, invented Frame Relay as a simpler version of the X.25 protocol to use across ISDN interfaces.  Network providers commonly implement Frame Relay for voice and data as an encapsulation technique, used between LANs over a WAN. Each end user gets a private line (or leased line) to a Frame Relay node.  Frame Relay has become one of the most extensively used WAN protocols, primarily because it is inexpensive compared to dedicated lines. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 2
  • 3. Introducing Frame Relay  Frame Relay has become the most widely used WAN technology in the world primarily because of its price and flexibility.  Frame Relay reduces network costs by using less equipment, less complexity, and an easier implementation. Moreover, Frame Relay provides greater bandwidth, reliability, and resiliency than private or leased lines.  With increasing globalization and the growth of one- to-many branch office topologies, Frame Relay offers simpler network architecture at a lower cost of ownership. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 3
  • 4. Describe the Fundamental Concepts of Frame Relay Technology  Describe how Frame Relay is used to provide WAN services to the Enterprise ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 4
  • 5. Describe the Fundamental Concepts of Frame Relay Technology  Frame Relay Operation ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 5
  • 6. Describe the Fundamental Concepts of Frame Relay Technology  Virtual circuit (VC) - connection through a Frame Relay network between two DTEs; maybe SVCs or PVCs  VCs are identified by DLCIs. DLCI values are assigned by the service provider; DLCIs have local significance  DLCIs 0 to 15 and 1008 to 1023 are reserved for special purposes. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 6
  • 7. Describe the Fundamental Concepts of Frame Relay Technology ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 7
  • 8. Describe the Fundamental Concepts of Frame Relay Technology  Describe the types of topologies that are used for implementing Frame Relay in different environments In mesh networks, total VCs required is [n(n-1)/2] ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 8
  • 9. Describe the Fundamental Concepts of Frame Relay Technology  Frame Relay Address Mapping  Dynamic address mapping - relies on Inverse ARP (IARP) to resolve a next hop network protocol address to a local DLCI value.  On Cisco routers, Inverse ARP is enabled by default for all protocols  One can choose to override dynamic Inverse ARP mapping by supplying a manual static mapping for the next hop protocol address to a local DLCI.  You cannot use Inverse ARP and a frame-relay map statement for the same DLCI and protocol. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 9
  • 10. Describe the Fundamental Concepts of Frame Relay Technology  LMI - a keepalive mechanism that provides status information about FR connections between the router (DTE) and the FR switch (DCE)  Do not confuse LMI with encapsulation. LMI defines messages used between the DTE and the DCE. Encapsulation defines the headers used by a DTE to communicate information to the DTE at the other end of a VC.  Three types of LMIs are supported by Cisco routers: Cisco, Ansi and q933a.  Starting with Cisco IOS 11.2, the default LMI autosense feature detects the LMI type supported by the directly connected Frame Relay switch. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 10
  • 11. Describe the Fundamental Concepts of Frame Relay Technology  LMI status messages combined with Inverse ARP messages allow a router to associate network layer and data link layer addresses. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 11
  • 12. Configure a Basic Frame Relay PVC  Configure a basic Frame Relay PVC on a router serial interface  Verify encapsulation through sh int serial 0/0/0 ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 12
  • 13. Configure a Basic Frame Relay PVC  Configure a static Frame Relay map  Frame Relay is an NBMA network which does not support broadcast traffic, using the broadcast keyword is a simplified way to forward routing updates. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 13
  • 14. Describe Advanced Concepts of Frame Relay Technology Split Horizon prohibits routing updates received on an interface from exiting that same interface.  Using a hub and spoke topology, the split horizon rule reduces the chance of a routing loop with distance vector routing protocols.  It prevents a routing update received on an interface from being forwarded through the same interface.  If the Central router learns about Network X from Branch A, that update is learned via S0/0.  According to the split horizon rule, Central could not update Branch B or Branch C about Network X.  This is because that update would be sent out the S0/0 interface, which is the same interface that received the update. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 14
  • 15. Describe Advanced Concepts of Frame Relay Technology  Frame Relay can allow customers to dynamically access this extra bandwidth and "burst" over their CIR for free. •The duration of a burst transmission should be short. •BE is the term used to describe the bandwidth available above the CBIR. •Unlike the CBIR, it is not negotiated. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 15
  • 16. Describe Advanced Concepts of Frame Relay Technology • Forward Explicit Congestion Notification (FECN) – When a Frame Relay switch recognizes congestion in the network, it sends an FECN packet to the destination device. – This indicates that congestion has occurred. • Backward Explicit Congestion Notification (BECN) – When a Frame Relay switch recognizes congestion in the network, it sends a BECN packet to the source router. – This instructs the router to reduce the rate at which it is sending packets. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 16
  • 17. Configure an Advanced Frame Relay PVC  Explain the steps to configure point-to-point subinterfaces on a physical interface ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 17
  • 18. Configure an Advanced Frame Relay PVC  Describe the commands used for verifying Frame Relay operation ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 18
  • 19. Configure an Advanced Frame Relay PVC  The show frame-relay lmi command displays LMI traffic statistics showing the number of status messages exchanged between the local router and the Frame Relay switch. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 19
  • 20. Configure an Advanced Frame Relay PVC • The show frame-relay pvc command displays the status of each configured connection, as well as traffic statistics. • This command is also useful for viewing the number of BECN and FECN packets received by the router. • The command show frame-relay pvc shows the status of all PVCs configured on the router. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 20
  • 21. Configure an Advanced Frame Relay PVC • To clear dynamically created Frame Relay maps, which are created using Inverse ARP, use the clear frame-relay-inarp command. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 21
  • 22. Configure an Advanced Frame Relay PVC  Use the debug frame-relay lmi command to determine whether the router and the Frame Relay switch are sending and receiving LMI packets properly. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 22
  • 23. Configure an Advanced Frame Relay PVC  The possible values of the status field are as follows:  0x0 – Added/inactive means that the switch has this DLCI programmed but for some reason it is not usable. The reason could possibly be the other end of the PVC is down.  0x2 – Added/active means the Frame Relay switch has the DLCI and everything is operational.  0x4 – Deleted means that the Frame Relay switch does not have this DLCI programmed for the router, but that it was programmed at some point in the past. This could also be caused by the DLCIs being reversed on the router, or by the PVC being deleted by the service provider in the Frame Relay cloud. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 23
  • 24. Summary  Frame relay is the most widely used WAN technology because it: –Provides greater bandwidth than leased line –Reduces cost because it uses less equipment –Easy to implement  Frame relay is associated with layer 2 of the OSI model and encapsulates data packets in a frame relay frame  Frame relay is configured on virtual circuits –These virtual circuits may be identified by a DLCI  Frame relay uses inverse ARP to map DLCI to IP addresses ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 24
  • 25. Summary  Configuring frame relay requires –Enable frame relay encapsulation –Configuring either static or dynamic mapping –Considering split horizon problems that develop when multiple VCs are placed on a single physical interface  Factor affecting frame relay configuration –How service provider has their charging scheme set up  Frame relay flow control –DE –FECN –BECN ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 25
  • 26. Summary  The following commands can be used to help verify frame relay configuration –Show interfaces –Show frame-relay lmi –Show frame-relay pvc ### –Show frame-relay map  Use the following command to help troubleshoot a frame relay configuration –Debug frame-relay lmi ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 26
  • 27. ITE 1 Chapter 6 © 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 27

Notes de l'éditeur

  1. Graphic 3.1.1.1 (frame relay)
  2. Graphic 3.1.2.1 Graphic 3.1.2.2
  3. Graphic 3.1.3.1
  4. Graphic 3.1.4.1 Graphic 3.1.4.2
  5. Graphic 3.1.4.1 Graphic 3.1.4.2
  6. Graphic 3.1.5.4
  7. Graphic 3.1.5.4
  8. Graphic 3.2.2.1
  9. Graphic 3.3.1.1
  10. Graphic 3.3.2.1 & 3.3.2.2
  11. Graphic 3.3.3.1
  12. Graphic 3.4.1.2
  13. Graphic 3.4.2.1
  14. Graphic 3.4.2.1
  15. Graphic 3.4.2.1
  16. Graphic 3.4.2.1
  17. Graphic 3.4.3.1
  18. Graphic 3.4.3.1