© 2002, Cisco Systems, Inc. All rights reserved.
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-2© 2002, Cisco Systems, Inc. All rights reserved. 2
Configuring Frame Relay
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-3
Objectives
Upon completing this lesson, you will be able to:
• Use Cisco IOS commands to configure a Frame Relay
network, given a functioning router
• Use show commands to identify anomalies in the Frame
Relay PVCs, given a functioning router and an operational
Frame Relay network
• Use debug commands to identify events and anomalies in
the Frame Relay PVCs, given a functioning router and an
operational Frame Relay network
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-4
Configuring Basic Frame Relay
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-5
Configuring a Static Frame Relay Map
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-6
Configuring Subinterfaces
• Point-to-point
– Subinterfaces act like leased lines.
– Each point-to-point subinterface requires its own subnet.
– Point-to-point is applicable to hub and spoke topologies.
• Multipoint
– Subinterfaces act like NBMA networks, so they do not
resolve the split-horizon issues.
– Multipoint can save address space because it uses a
single subnet.
– Multipoint is applicable to partial mesh and full mesh
topologies.
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-7
Configuring Point-to-Point Subinterfaces
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-8
Multipoint Subinterfaces Configuration
Example
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-9
Verifying Frame Relay Operation
Router#clear frame-relay-inarp
• Clears dynamically created Frame Relay maps, created by using Inverse ARP
Router#show interfaces type number
• Displays information about Frame Relay DLCIs and the LMI
Router#show frame-relay lmi [type number]
• Displays LMI statistics
Router#show frame-relay map
• Displays the current Frame Relay map entries
Router#show frame-relay pvc [type number [dlci]]
• Displays PVC statistics
Router#show frame-relay traffic
• Displays Frame Relay traffic statistics
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-10
show interfaces Example
• Displays line, protocol, DLCI, and LMI information
Router#show interfaces s0
Serial0 is up, line protocol is up
Hardware is HD64570
Internet address is 10.140.1.2/24
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255
Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec)
LMI enq sent 19, LMI stat recvd 20, LMI upd recvd 0, DTE LMI up
LMI enq recvd 0, LMI stat sent 0, LMI upd sent 0
LMI DLCI 1023 LMI type is CISCO frame relay DTE
FR SVC disabled, LAPF state down
Broadcast queue 0/64, broadcasts sent/dropped 8/0, interface broadcasts 5
Last input 00:00:02, output 00:00:02, output hang never
Last clearing of "show interface" counters never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
<Output omitted>
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-11
• Displays LMI information
ame-relay lmi
for interface Serial0 (Frame Relay DTE) LMI TYPE = CISCO
bered info 0 Invalid Prot Disc 0
Call Ref 0 Invalid Msg Type 0
s Message 0 Invalid Lock Shift 0
mation ID 0 Invalid Report IE Len 0
t Request 0 Invalid Keep IE Len 0
q. Sent 113100 Num Status msgs Rcvd 113100
atus Rcvd 0 Num Status Timeouts 0
show frame-relay lmi Example
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-12
• Displays PVC traffic statistics
show frame-relay pvc Example
Router#show frame-relay pvc 100
PVC Statistics for interface Serial0 (Frame Relay DTE)
DLCI = 100, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0
input pkts 28 output pkts 10 in bytes 8398
out bytes 1198 dropped pkts 0 in FECN pkts 0
in BECN pkts 0 out FECN pkts 0 out BECN pkts 0
in DE pkts 0 out DE pkts 0
out bcast pkts 10 out bcast bytes 1198
pvc create time 00:03:46, last time pvc status changed 00:03:47
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-13
• Displays the route maps, either static or dynamic
Router#show frame-relay map
Serial0 (up): ip 10.140.1.1 dlci 100(0x64,0x1840), dynamic,
broadcast,, status defined, active
show frame-relay map Example
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-14
• Clears dynamically created Frame Relay maps
clear frame-relay-inarp Example
Router#show frame-relay map
Serial0 (up): ip 10.140.1.1 dlci 100(0x64,0x1840), dynamic,
broadcast,, status defined, active
Router#clear frame-relay-inarp
Router#show frame map
Router#
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-15
Troubleshooting Basic Frame Relay
Operations
• Displays LMI debug information
Router#debug frame-relay lmi
Frame Relay LMI debugging is on
Displaying all Frame Relay LMI data
Router#
1w2d: Serial0(out): StEnq, myseq 140, yourseen 139, DTE up
1w2d: datagramstart = 0xE008EC, datagramsize = 13
1w2d: FR encap = 0xFCF10309
1w2d: 00 75 01 01 01 03 02 8C 8B
1w2d:
1w2d: Serial0(in): Status, myseq 140
1w2d: RT IE 1, length 1, type 1
1w2d: KA IE 3, length 2, yourseq 140, myseq 140
1w2d: Serial0(out): StEnq, myseq 141, yourseen 140, DTE up
1w2d: datagramstart = 0xE008EC, datagramsize = 13
1w2d: FR encap = 0xFCF10309
1w2d: 00 75 01 01 01 03 02 8D 8C
1w2d:
1w2d: Serial0(in): Status, myseq 142
1w2d: RT IE 1, length 1, type 0
1w2d: KA IE 3, length 2, yourseq 142, myseq 142
1w2d: PVC IE 0x7 , length 0x6 , dlci 100, status 0x2 , bw 0
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-16
Summary
• A basic Frame Relay configuration assumes one or more
physical interfaces, and LMI and Inverse ARP are running
on the remote routers. In this type of environment, the
LMI notifies the router about the available DLCIs.
• When the remote router does not support Inverse ARP, or
when you want to control routed broadcast traffic, you
must define the address-to-DLCI table statically.
• You can configure Frame Relay subinterfaces in either
point-to-point or multipoint mode.
• After you configure Frame Relay, you can verify that the
connections are active using the available show
commands.
• Use the debug frame-relay lmi command to verify and
troubleshoot a Frame Relay connection.
© 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-17
Visual Objective 8-1: Connecting to
Frame Relay Services
Pod Router s0
A 10.140.1.2
B 10.140.2.2
C 10.140.3.2
D 10.140.4.2
E 10.140.5.2
F 10.140.6.2
G 10.140.7.2
H 10.140.8.2
I 10.140.9.2
J 10.140.10.2
K 10.140.11.2
L 10.140.12.2
Day 20.3 frame relay

More Related Content

PPT
Day 20.1 configuringframerelay
PDF
Building a Converged Infrastructure based on FCoE, Dell Blades and Force10 sw...
PPT
Day 13.1..1 catalyst switch
PPT
Icnd210 s08l03
DOC
Configurando vlan, vtp, trunking e vmps em cisco catalyst switches comandos
PPT
Icnd210 s08l04
PPTX
Olive Introduction for TOI
PDF
18763980 ccna-lab-manual-640802-ii-2009-ii
Day 20.1 configuringframerelay
Building a Converged Infrastructure based on FCoE, Dell Blades and Force10 sw...
Day 13.1..1 catalyst switch
Icnd210 s08l03
Configurando vlan, vtp, trunking e vmps em cisco catalyst switches comandos
Icnd210 s08l04
Olive Introduction for TOI
18763980 ccna-lab-manual-640802-ii-2009-ii

What's hot (18)

PDF
Lab 3.5.1 basic frame relay
PDF
Packet Tracer Simulation Lab Layer 2 Switching
PPT
Icnd210 lg
PPT
Icnd210 s02l01
PDF
2.3.1.5 packet tracer configuring rapid pvst+ answer
PPT
第8讲 Rip和Igrp
PPT
Icnd210 s03l01
DOCX
Packet Tracer: Cisco, Spanning tree protocol
PDF
ComNet CWGE26FX2TX24MSPOE Data Sheet
PPT
Switch configuration
PDF
SR-IOV+KVM on Debian/Stable
PPTX
KPUCC-Rs instructor ppt_chapter3_final
PPT
Icnd210 s02l05
PDF
Packet Tracer Simulation Lab Layer3 Routing
PDF
Ccnp3 lab 3_4_en
PPTX
SR-IOV benchmark
ODP
SR-IOV Introduce
Lab 3.5.1 basic frame relay
Packet Tracer Simulation Lab Layer 2 Switching
Icnd210 lg
Icnd210 s02l01
2.3.1.5 packet tracer configuring rapid pvst+ answer
第8讲 Rip和Igrp
Icnd210 s03l01
Packet Tracer: Cisco, Spanning tree protocol
ComNet CWGE26FX2TX24MSPOE Data Sheet
Switch configuration
SR-IOV+KVM on Debian/Stable
KPUCC-Rs instructor ppt_chapter3_final
Icnd210 s02l05
Packet Tracer Simulation Lab Layer3 Routing
Ccnp3 lab 3_4_en
SR-IOV benchmark
SR-IOV Introduce
Ad

Similar to Day 20.3 frame relay (20)

PPT
Day 20.2 frame relay
PDF
CCIE_RS_Quick_Review_Kit
PDF
PDF
Cisco -Ccie rs quick_review_kit
PPT
CCNA PPP and Frame Relay
PPT
14 module
PPT
Frame Relayprint
PPTX
Frame Relay Networking Technology concepts.pptx
PDF
CCNAv5 - S4: Chapter 4 Frame Relay
PPTX
Cn instructor ppt_chapter4_final
PPT
Frame Relay
PPT
CCNA CHAPTER 11 BY jetarvind kumar madhukar
PPT
Frame Relay
PPT
Frame Relay
PPTX
Frame relay
PPT
Ccna4 mod5-frame relay
PDF
Service Provider Networks and Frame Relay
PPT
Chapter14ccna
PPT
Ccna switch wan and ppp protocol contact
Day 20.2 frame relay
CCIE_RS_Quick_Review_Kit
Cisco -Ccie rs quick_review_kit
CCNA PPP and Frame Relay
14 module
Frame Relayprint
Frame Relay Networking Technology concepts.pptx
CCNAv5 - S4: Chapter 4 Frame Relay
Cn instructor ppt_chapter4_final
Frame Relay
CCNA CHAPTER 11 BY jetarvind kumar madhukar
Frame Relay
Frame Relay
Frame relay
Ccna4 mod5-frame relay
Service Provider Networks and Frame Relay
Chapter14ccna
Ccna switch wan and ppp protocol contact
Ad

More from CYBERINTELLIGENTS (20)

PPT
Wide area networks
PPTX
PPTX
PPTX
Stp premdeep gill-lu045310-14aug12
PPT
Stp premdeep gill-lu045310-14aug12
PPTX
Routerfundaments gurwinder
PPTX
Rip 1 rip 2
PPTX
PPT
TXT
Nat config
PPTX
PPT
Ip addressing...
PPT
Ip address
PPTX
PPT
Day 25 cisco ios router configuration
PPT
Day 22 _ ppp
PPT
Day 20.i pv6 lab
PPT
Day 19 wan connections
PPT
Day 18 2 serial point to-point encapsulation
Wide area networks
Stp premdeep gill-lu045310-14aug12
Stp premdeep gill-lu045310-14aug12
Routerfundaments gurwinder
Rip 1 rip 2
Nat config
Ip addressing...
Ip address
Day 25 cisco ios router configuration
Day 22 _ ppp
Day 20.i pv6 lab
Day 19 wan connections
Day 18 2 serial point to-point encapsulation

Recently uploaded (20)

PDF
Review of Related Literature & Studies.pdf
PPT
hsl powerpoint resource goyloveh feb 07.ppt
PDF
Unleashing the Potential of the Cultural and creative industries
PDF
CHALLENGES FACED BY TEACHERS WHEN TEACHING LEARNERS WITH DEVELOPMENTAL DISABI...
PDF
Kalaari-SaaS-Founder-Playbook-2024-Edition-.pdf
PDF
FAMILY PLANNING (preventative and social medicine pdf)
PPTX
Math 2 Quarter 2 Week 1 Matatag Curriculum
PPTX
ACFE CERTIFICATION TRAINING ON LAW.pptx
PDF
HSE 2022-2023.pdf الصحه والسلامه هندسه نفط
PPTX
IT infrastructure and emerging technologies
PPTX
CHROMIUM & Glucose Tolerance Factor.pptx
PPTX
operating_systems_presentations_delhi_nc
PPTX
Power Point PR B.Inggris 12 Ed. 2019.pptx
PDF
WHAT NURSES SAY_ COMMUNICATION BEHAVIORS ASSOCIATED WITH THE COMP.pdf
PPTX
Neurological complocations of systemic disease
PPTX
ENGlishGrade8_Quarter2_WEEK1_LESSON1.pptx
PPTX
climate change of delhi impacts on climate and there effects
PPTX
Diploma pharmaceutics notes..helps diploma students
PPTX
Copy of ARAL Program Primer_071725(1).pptx
PDF
BSc-Zoology-02Sem-DrVijay-Comparative anatomy of vertebrates.pdf
Review of Related Literature & Studies.pdf
hsl powerpoint resource goyloveh feb 07.ppt
Unleashing the Potential of the Cultural and creative industries
CHALLENGES FACED BY TEACHERS WHEN TEACHING LEARNERS WITH DEVELOPMENTAL DISABI...
Kalaari-SaaS-Founder-Playbook-2024-Edition-.pdf
FAMILY PLANNING (preventative and social medicine pdf)
Math 2 Quarter 2 Week 1 Matatag Curriculum
ACFE CERTIFICATION TRAINING ON LAW.pptx
HSE 2022-2023.pdf الصحه والسلامه هندسه نفط
IT infrastructure and emerging technologies
CHROMIUM & Glucose Tolerance Factor.pptx
operating_systems_presentations_delhi_nc
Power Point PR B.Inggris 12 Ed. 2019.pptx
WHAT NURSES SAY_ COMMUNICATION BEHAVIORS ASSOCIATED WITH THE COMP.pdf
Neurological complocations of systemic disease
ENGlishGrade8_Quarter2_WEEK1_LESSON1.pptx
climate change of delhi impacts on climate and there effects
Diploma pharmaceutics notes..helps diploma students
Copy of ARAL Program Primer_071725(1).pptx
BSc-Zoology-02Sem-DrVijay-Comparative anatomy of vertebrates.pdf

Day 20.3 frame relay

  • 1. © 2002, Cisco Systems, Inc. All rights reserved.
  • 2. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-2© 2002, Cisco Systems, Inc. All rights reserved. 2 Configuring Frame Relay
  • 3. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-3 Objectives Upon completing this lesson, you will be able to: • Use Cisco IOS commands to configure a Frame Relay network, given a functioning router • Use show commands to identify anomalies in the Frame Relay PVCs, given a functioning router and an operational Frame Relay network • Use debug commands to identify events and anomalies in the Frame Relay PVCs, given a functioning router and an operational Frame Relay network
  • 4. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-4 Configuring Basic Frame Relay
  • 5. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-5 Configuring a Static Frame Relay Map
  • 6. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-6 Configuring Subinterfaces • Point-to-point – Subinterfaces act like leased lines. – Each point-to-point subinterface requires its own subnet. – Point-to-point is applicable to hub and spoke topologies. • Multipoint – Subinterfaces act like NBMA networks, so they do not resolve the split-horizon issues. – Multipoint can save address space because it uses a single subnet. – Multipoint is applicable to partial mesh and full mesh topologies.
  • 7. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-7 Configuring Point-to-Point Subinterfaces
  • 8. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-8 Multipoint Subinterfaces Configuration Example
  • 9. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-9 Verifying Frame Relay Operation Router#clear frame-relay-inarp • Clears dynamically created Frame Relay maps, created by using Inverse ARP Router#show interfaces type number • Displays information about Frame Relay DLCIs and the LMI Router#show frame-relay lmi [type number] • Displays LMI statistics Router#show frame-relay map • Displays the current Frame Relay map entries Router#show frame-relay pvc [type number [dlci]] • Displays PVC statistics Router#show frame-relay traffic • Displays Frame Relay traffic statistics
  • 10. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-10 show interfaces Example • Displays line, protocol, DLCI, and LMI information Router#show interfaces s0 Serial0 is up, line protocol is up Hardware is HD64570 Internet address is 10.140.1.2/24 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255 Encapsulation FRAME-RELAY, loopback not set, keepalive set (10 sec) LMI enq sent 19, LMI stat recvd 20, LMI upd recvd 0, DTE LMI up LMI enq recvd 0, LMI stat sent 0, LMI upd sent 0 LMI DLCI 1023 LMI type is CISCO frame relay DTE FR SVC disabled, LAPF state down Broadcast queue 0/64, broadcasts sent/dropped 8/0, interface broadcasts 5 Last input 00:00:02, output 00:00:02, output hang never Last clearing of "show interface" counters never Queueing strategy: fifo Output queue 0/40, 0 drops; input queue 0/75, 0 drops <Output omitted>
  • 11. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-11 • Displays LMI information ame-relay lmi for interface Serial0 (Frame Relay DTE) LMI TYPE = CISCO bered info 0 Invalid Prot Disc 0 Call Ref 0 Invalid Msg Type 0 s Message 0 Invalid Lock Shift 0 mation ID 0 Invalid Report IE Len 0 t Request 0 Invalid Keep IE Len 0 q. Sent 113100 Num Status msgs Rcvd 113100 atus Rcvd 0 Num Status Timeouts 0 show frame-relay lmi Example
  • 12. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-12 • Displays PVC traffic statistics show frame-relay pvc Example Router#show frame-relay pvc 100 PVC Statistics for interface Serial0 (Frame Relay DTE) DLCI = 100, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0 input pkts 28 output pkts 10 in bytes 8398 out bytes 1198 dropped pkts 0 in FECN pkts 0 in BECN pkts 0 out FECN pkts 0 out BECN pkts 0 in DE pkts 0 out DE pkts 0 out bcast pkts 10 out bcast bytes 1198 pvc create time 00:03:46, last time pvc status changed 00:03:47
  • 13. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-13 • Displays the route maps, either static or dynamic Router#show frame-relay map Serial0 (up): ip 10.140.1.1 dlci 100(0x64,0x1840), dynamic, broadcast,, status defined, active show frame-relay map Example
  • 14. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-14 • Clears dynamically created Frame Relay maps clear frame-relay-inarp Example Router#show frame-relay map Serial0 (up): ip 10.140.1.1 dlci 100(0x64,0x1840), dynamic, broadcast,, status defined, active Router#clear frame-relay-inarp Router#show frame map Router#
  • 15. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-15 Troubleshooting Basic Frame Relay Operations • Displays LMI debug information Router#debug frame-relay lmi Frame Relay LMI debugging is on Displaying all Frame Relay LMI data Router# 1w2d: Serial0(out): StEnq, myseq 140, yourseen 139, DTE up 1w2d: datagramstart = 0xE008EC, datagramsize = 13 1w2d: FR encap = 0xFCF10309 1w2d: 00 75 01 01 01 03 02 8C 8B 1w2d: 1w2d: Serial0(in): Status, myseq 140 1w2d: RT IE 1, length 1, type 1 1w2d: KA IE 3, length 2, yourseq 140, myseq 140 1w2d: Serial0(out): StEnq, myseq 141, yourseen 140, DTE up 1w2d: datagramstart = 0xE008EC, datagramsize = 13 1w2d: FR encap = 0xFCF10309 1w2d: 00 75 01 01 01 03 02 8D 8C 1w2d: 1w2d: Serial0(in): Status, myseq 142 1w2d: RT IE 1, length 1, type 0 1w2d: KA IE 3, length 2, yourseq 142, myseq 142 1w2d: PVC IE 0x7 , length 0x6 , dlci 100, status 0x2 , bw 0
  • 16. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-16 Summary • A basic Frame Relay configuration assumes one or more physical interfaces, and LMI and Inverse ARP are running on the remote routers. In this type of environment, the LMI notifies the router about the available DLCIs. • When the remote router does not support Inverse ARP, or when you want to control routed broadcast traffic, you must define the address-to-DLCI table statically. • You can configure Frame Relay subinterfaces in either point-to-point or multipoint mode. • After you configure Frame Relay, you can verify that the connections are active using the available show commands. • Use the debug frame-relay lmi command to verify and troubleshoot a Frame Relay connection.
  • 17. © 2002, Cisco Systems, Inc. All rights reserved. ICND v2.0—8-17 Visual Objective 8-1: Connecting to Frame Relay Services Pod Router s0 A 10.140.1.2 B 10.140.2.2 C 10.140.3.2 D 10.140.4.2 E 10.140.5.2 F 10.140.6.2 G 10.140.7.2 H 10.140.8.2 I 10.140.9.2 J 10.140.10.2 K 10.140.11.2 L 10.140.12.2