Chapter 12 Frame Relay

Size: px
Start display at page:

Download "Chapter 12 Frame Relay"

Transcription

1 1 Chapter 12 Frame Relay

2 Contents Frame Relay Stand. & Eq. Virtual Circuits LMI Performance Parameters Frame Format Frame Relay Topologies Frame Relay Config. Monitoring Frame Relay Review Questions 2

3 3 Frame Relay Standards and Equipments Frame Relay is a packetswitching and encapsulation technology that function at the Physical and Data Link layers of the OSI model.

4 4 rame Relay Standards and Eq. (cont.) The data rate for the Frame Relay can be from 56 Kbps to Mbps, or higher.

5 5 rame Relay Standards and Eq. (cont.) ITU-T and ANSI define Frame Relay as a connection between the data terminal equipment (DTE) and data communications equipment (DCE).

6 6 rame Relay Standards and Eq. (cont.) DCE is switching equipment supplied by a telecom. provider that serves as a connection to the public data network (PDN).

7 7 rame Relay Standards and Eq. (cont.) DTE is also known as custom premises equipment (CPE), because it is the equipment that belongs to, and is maintained by, the PDN customer.

8 8 rame Relay Standards and Eq. (cont.) For example, if you connect your Cisco router to a Frame Relay switch, the Cisco router is the CPE and the Frame Relay switch is the DCE. (see Fig. 12-1)

9 rame Relay Standards and Eq. (cont.) In Fig. 12-2, you can see a CSU/DSU that is used with a Cisco 2501 router to make the connection. The CSU/DSU is at the customer location. The unit is used for encoding, filtering, and translating communications to and from 9

10 10 rame Relay Standards and Eq. (cont.) Some routers have built-in cards that allow them to make WAN connections. Fig indicates a T1 CSU/DSU cards built into the router.

11 11 rame Relay Standards and Eq. (cont.) A typical example Frame Relay connection was shown in the figure.

12 Contents Frame Relay Stand. & Eq. Virtual Circuits LMI Performance Parameters Frame Format Frame Relay Topologies Frame Relay Config. Monitoring Frame Relay Review Questions 12

13 13 Virtual Circuits You can use Frame Relay with nearly any serial interface. It operates by multiplexing, which means that it combines multiple data streams onto one physical link.

14 14 Virtual Circuits (cont.) Frame Relay separate each data streams into logical (software-maintained) connections called virtual circuits, which carry the data transferred on the connection.

15 15 Virtual Circuits (cont.) Two types of virtual circuits, switched virtual circuits (SVC) and permanent virtual circuits (PVC), connect Frame Relay ports.

16 16 Virtual Circuits (cont.) The SVC software automatically dials the WAN, establishing and terminating the connection as required to transfer data over Frame Relay service.

17 17 Virtual Circuits (cont.) PVCs remain permanently connected to the WAN. The administrator manually defines the PVC; it remains until the network administrator removes it.

18 18 Virtual Circuits (cont.) DLCI Frame Relay connections identify virtual circuits by Data Link Connection Identifier (DLCI) number.

19 Virtual Circuits (cont.) DLCI (cont.) The DLCI number map virtual circuits to layer 3 protocol addresses. For example, a DLCI number associates an IP address with a specific virtual circuits. 19

20 Virtual Circuits (cont.) Frame Relay Map DLCI numbers are mapped, or assigned, to a specific interface. Each router that supports Frame Relay will have a Frame Relay map, which is a table in RAM. 20

21 Virtual Circuits (cont.) Fig shows a sample Frame Relay configuration. Notice that the Frame Relay switching table is configured to map its ports to the correct DLCI numbers for the virtual connection. 21

22 Virtual Circuits (cont.) The switching table in this example is simplified. Remember that DLCI numbers are only locally significant, so it would be possible both routers use the same DLCI numbers to specify a virtual circuit. 22

23 23 Virtual Circuits (cont.) Subinterfaces A single router serial interface can service multiple PVCs through a single physical serial interface.

24 24 Virtual Circuits (cont.) Subinterfaces (cont.) To allow a single serial interface to support multiple PVCs, the IOS divides the interface into logical subinterface.

25 25 Virtual Circuits (cont.) Subinterfaces (cont.) For example, if Serial 0 (s0) had three subinterfaces, they would be referenced as s0.1, s0.2, and s0.3.

26 26 Virtual Circuits (cont.) Subinterfaces (cont.) Subinterfaces are not real physical interfaces; they are virtual interfaces associated with a physical interface.

27 27 Virtual Circuits (cont.) Subinterfaces (cont.) With subinterfaces, the cost of implementing multiple Frame Relay virtual circuits is reduced because one port is required on the router.

28 Contents Frame Relay Stand. & Eq. Virtual Circuits LMI Performance Parameters Frame Format Frame Relay Topologies Frame Relay Config. Monitoring Frame Relay Review Questions 28

29 29 LMI The Local Management Interface (LMI) is used only locally, between the Frame Relay DTE (e.g., a router) and Frame Relay DCE (e.g., a switch), as shown in the figure.

30 30 LMI (cont.) The LMI basically extend the functionality of Frame Relay by: Making the DLCIs globally significant rather then locally significant

31 31 LMI (cont.) Creating a signaling mechanism between the routers and Frame Relay switch, which could report the status of the link. Supporting multicasting

32 32 LMI (cont.) Providing DLCI numbers that are globally significant makes automatic configuration of Frame Relay map possible.

33 LMI (cont.) LMI uses keepalive packets to verify the Frame Relay link and to ensure the flow of data. The Frame Relay switch in turn provides the status of all VCs and their respective DLCI numbers. 33

34 LMI (cont.) Each virtual circuit, represented by its DLCI number, can have one of three connection states: Active Inactive Deleted 34

35 LMI (cont.) Without LMI, the Frame Relay map must be built statically in the router. By making DLCIs globally significant, LMI facilitates dynamic Frame Relay map tables through the use of inverse ARP protocol. 35

36 36 LMI (cont.) Inverse ARP In multipoint config., routers use the protocol inverse ARP to send a query using DLCI number to find a remote IP address.

37 37 LMI (cont.) Inverse ARP (cont.) As other routers respond to the inverse ARP queries, the local routers can build its Frame Relay map automatically.

38 38 LMI (cont.) Inverse ARP (cont.) To maintain Frame Relay map, routers exchange inverse ARP messages every 60 sec by default. LMI is required for inverse ARP to work.

39 LMI (cont.) Inverse ARP (cont.) Do not confuse inverse ARP with reverse ARP (RARP); RARP is used primarily on LANs to provide hosts that only have MAC address with IP address. 39

40 40 LMI (cont.) Encapsulation Types Different Frame Relay switches, CPE, and Frame Relay equipment connectivity support different types of LMI encapsulation.

41 LMI (cont.) Encapsulation Types (cont.) Cisco routers support theses types of LMI encapsulation: cisco ansi q933a 41

42 42 LMI (cont.) Split Horizon Split horizon is a routing technique that reduces the chance of routing loops on a network.

43 LMI (cont.) Split Horizon (cont.) A split horizon implementation technique preventing routing update information received on one physical interface from being rebroadcast to other devices through that same physical interface. 43

44 LMI (cont.) Split Horizon (cont.) People also refer to this rule as nonbroadcast multiaccess (NBMA). NBMA is a term used to describe WAN networks that use VCs for connectivity. 44

45 45 LMI (cont.) Split Horizon (cont.) Fig shows a split horizon problem. RouterA would not be able to send route updates received from RouterB to RouterC, and vice versa.

46 46 LMI (cont.) Split Horizon (cont.) The best solution is to configure separate pointto-point subinterfaces for each virtual connection. (see Fig. 12-6)

47 47 LMI (cont.) Split Horizon (cont.) Point-to-point connections allow you to divide a single serial interface into multiple subinterfaces, each supporting a separate virtual connection.

48 LMI (cont.) Split Horizon (cont.) In a multipoint configurations, the network administrator can configure a single serial interface or subinterface to support multiple connections to physical or logical interfaces on other routers. 48

49 49 LMI (cont.) Split Horizon (cont.) A single subinterface configured for multiple connection is still subject to the spit horizon rule.

50 50 LMI (cont.) Split Horizon (cont.) The only benefit to the multiple configuration is that it allows you to use a single network for all of your routers, as shown in Fig

51 Contents Frame Relay Stand. & Eq. Virtual Circuits LMI Performance Parameters Frame Format Frame Relay Topologies Frame Relay Config. Monitoring Frame Relay Review Questions 51

52 52 Performance Parameters Terms that appear in the contract may include: Access rate: The speed of the line, which indicates transfer rate. Access rate is also known as the local access rate.

53 53 Performance Parameters (cont.) Committed Information Rate (CIR): The minimum transfer rate that the Frame Relay customer negotiates with Frame Relay service provider.

54 54 Performance Parameters (cont.) CIR (cont.): The service provider agrees to always allow the customer to transfer information at no less than the transfer rate specified by the CIR.

55 55 Performance Parameters (cont.) Committed Burst Size (CBS): The maximum amount of data bits that the service provider agrees to transfer in a set time period under normal conditions.

56 Performance Parameters (cont.) Excess Burst Size (EBS): The amount of excess traffic (over the CBS) that the network will attempt to transfer during a set time period. The network can discard EBS data, if necessary. 56

57 57 Performance Parameters (cont.) Oversubscription: When the sum of the data arriving over all virtual circuits exceeds the access rate, the situation is called oversubscription. Oversubscription results in dropped packets.

58 Performance Parameters (cont.) Two features of oversubscription are: Fewer T1 lines: less infrastructure; Win-win concept: huge saving for both customers and providers. 58

59 59 Performance Parameters (cont.) The figure shows an (excess urst rate) committed burst rate) example of how the Frame Relay traffic parameters affect the data rate of a VC.

60 60 Performance Parameters (cont.) As long as the data rate of VC is below the CIR/B C values, the Frame Relay switch allows the frames into the Frame Relay network.

61 61 Performance Parameters (cont.) However, those frames (4 and 5) that exceed the VC value will have their Discard Eligible bits set, which allows the carrier to drop these frames in times of internal congestion.

62 62 Performance Parameters (cont.) Also, any frames that exceed the B E are dropped, in this example, frames 6 and 7 are dropped.

63 Performance Parameters (cont.) Congestion When the Frame Relay switch recognizes congestion, it send a forward congestion explicit notification (FECN) message to the destination router. 63

64 64 Performance Parameters (cont.) Congestion (cont.) In addition, the switch sends a backward explicit congestion notification (BECN) message to the transmitting, or source router.

65 Contents Frame Relay Stand. & Eq. Virtual Circuits LMI Performance Parameters Frame Format Frame Relay Topologies Frame Relay Config. Monitoring Frame Relay Review Questions 65

66 66 Frame Format Frame Relay devices can use different Frame Relay frame format. Fig shows the Cisco proprietary Frame Relay frame format.

67 Contents Frame Relay Stand. & Eq. Virtual Circuits LMI Performance Parameters Frame Format Frame Relay Topologies Frame Relay Config. Monitoring Frame Relay Review Questions 67

68 68 Frame Relay Topologies Frame Relay can use all of the WAN technologies discussed in Ch. 5: peer (point-to-point), star (huband-spoke), partial mesh, or full mesh physical topology. (see Fig. 12-9),

69 Contents Frame Relay Stand. & Eq. Virtual Circuits LMI Performance Parameters Frame Format Frame Relay Topologies Frame Relay Config. Monitoring Frame Relay Review Questions 69

70 Frame Relay Configuration Basic Multipoint Config. With 2 Routers In Fig , RouterA is a Cisco router running IOS ver. 11.2, so it has ability to autosense LMI type. In addition, it automatically receives the DLCI information by querying the network. 70

71 71 Frame Relay Configuration (cont.) Config. With 2 Routers (cont.) Table 12-1 lists the Cisco router prompts and commands that you need to complete this configuration.

72 72 Frame Relay Configuration (cont.) Config. With 2 Routers (cont.) If RouterB is running IOS release ver. 11.0, the configuration commands for the router are shown in Fig

73 73 Frame Relay Configuration (cont.) Another example of configuring with 2 routers

74 Frame Relay Configuration (cont.) Multipoint Configuration Using Subinterfaces To configure a multipoint subinterfaces, you map it to multiple remote routers using the same subnet mask, but different DLCI number. 74

75 75 Frame Relay Configuration (cont.) Multipoint Configuration Using Subinterfaces (cont.) Table 12-2 outlines the steps to configure RouterA.

76 Frame Relay Configuration (cont.) (config-subif)# frame-relay interface-dlci 102 (config-subif)# frame-relay interface-dlci 103 (config-subif)# frame-relay interface-dlci

77 77 Frame Relay Configuration (cont.) Point-to-Point Configuration Using Subinterfaces In Fig , RouterA will be configured for three point-to-point connections to remote routers B, C, and D.

78 78 Frame Relay Configuration (cont.) Point-to-Point Configuration Using Subinterfaces (cont.) Point-to-point connections Frame Relay configurations do not support Inverse ARP.

79 Frame Relay Configuration (cont.) Point-to-Point Configuration Using Subinterfaces (cont.) You have to configure each subnet separately and use the frame-relay interfacedlci command to associate the DLCI number with a specific subinterface. 79

80 80 Frame Relay Configuration (cont.) Point-to-Point Configuration Using Subinterfaces (cont.) These remote routers configurations will resemble the earlier basic multipoint configuration with two routers.

81 81 Frame Relay Configuration (cont.) Point-to-Point Configuration Using Subinterfaces (cont.) The commands to configure RouterA for the point-to-point example are shown in Fig

82 82 Frame Relay Configuration (cont.) Frame Relay Static Mapping You statically configure your DLCI entries in the following situation: The remote router doesn t support Inverse ARP.

83 83 Frame Relay Configuration (cont.) Frame Relay Static Mapping (cont.) You need to assign specific subinterfaces to a specific DLCI connections. You want to reduce broadcast traffic.

84 84 Frame Relay Configuration (cont.) Frame Relay Static Mapping (cont.) You are configuring OSPF over Frame Relay.

85 Contents Frame Relay Stand. & Eq. Virtual Circuits LMI Performance Parameters Frame Format Frame Relay Topologies Frame Relay Config. Monitoring Frame Relay Review Questions 85

86 86 Monitoring Frame Relay You can check your Frame Relay configurations by using show commands.

87 Monitoring Frame Relay (cont.) The most common show commands for monitoring Frame Relay operations are: show interface show frame-relay pvc show frame-relay map show frame-relay lmi 87

88 88 Monitoring Frame Relay (cont.) Figs ~18 show these commands with their output.

89 Contents Frame Relay Stand. & Eq. Virtual Circuits LMI Performance Parameters Frame Format Frame Relay Topologies Frame Relay Config. Monitoring Frame Relay Review Questions 89

90 Review Questions Which protocol is used to automatically build the Frame Relay map along with LMI? A. ARP B. RARP C. Inverse ARP D. DLCI E. None of the above Ans: C 90

91 Review Questions (cont.) What is the purpose of keepalive packets? A. To reduce data transfer rates B. To keep PVCs active C. To increase data transfer rate D. To negotiate connection speed E. None of the above Ans: B 91

92 Review Questions (cont.) Which of the following layers do WAN specifications typically define? (Choose all that apply.) A. Physical B. Data Link C. Network D. Transport E. Presentation Ans: A, B 92

93 Review Questions (cont.) In Frame Relay, what would be considered the DCE? A. Customer s router B. Terminal adapter C. PPP D. Frame Relay switch E. None of the above Ans: D 93

94 Review Questions (cont.) Which of the following is a type of virtual circuit? (Choose all that apply.) A. MVC B. PVC C. SVC D. QVC E. RVC Ans: B, C 94

95 95 Review Questions (cont.) Which of the following are LMI encapsulation types supported by Cisco routers? (Choose all that apply.) A. LMI 2 B. cisco C. ansi D. q923i E. q923a

Introducing Frame Relay

Introducing Frame Relay Frame Relay CCNA 4 Note Much of the information in this presentation comes from the CCNP 2 version 3.0 module on Frame Relay. I find a lot of the information in CCNA 4 module 5 Frame Relay not very well

More information

Part II. Chapter 6. Frame Relay

Part II. Chapter 6. Frame Relay Part II Chapter 6 is one of the most popular methods used to connect WAN links because of its speed, reliability, and cost. is a packet-switched technology. Packet-switched networks allow end devices to

More information

CCNA 4 - Final Exam Answers

CCNA 4 - Final Exam Answers CCNA 4 - Final Exam Answers 1 Which of the following describes the roles of devices in a WAN? (Choose three.) *** A CSU/DSU terminates a digital local loop. A modem terminates a digital local loop. A CSU/DSU

More information

Implementing Enterprise WAN Links

Implementing Enterprise WAN Links Implementing Enterprise WAN Links Introducing Routing and Switching in the Enterprise Chapter 7 Version 4.0 1 Objectives Describe the features and benefits of common WAN connectivity options. Compare and

More information

Establishing a Frame Relay PVC Connection Cisco Systems, Inc. 14-1

Establishing a Frame Relay PVC Connection Cisco Systems, Inc. 14-1 Establishing a Frame Relay PVC Connection 2000 Cisco Systems, Inc. 14-1 Objectives Upon completion of this chapter, you will be able to perform the following tasks: Determine how Frame Relay operates Configure

More information

frame-relay lmi-n391dte

frame-relay lmi-n391dte frame-relay lmi-n391dte frame-relay lmi-n391dte To set a full status polling interval, use the frame-relay lmi-n391dte interface configuration command. To restore the default interval value, assuming that

More information

Frame Relay Switching Diagnostics and Troubleshooting

Frame Relay Switching Diagnostics and Troubleshooting Frame Relay Switching Diagnostics and Troubleshooting This feature module describes the Frame Relay Switching Diagnostics and Troubleshooting feature. It includes information on the benefits of the new

More information

Troubleshooting Frame Relay Connections

Troubleshooting Frame Relay Connections CHAPTER 18 Frame Relay was originally conceived as a protocol for use over ISDN interfaces. Initial proposals to this effect were submitted to the International Telecommunication Union Telecommunication

More information

et Su cc es s in Passing Yourertification Exam at first

et Su cc es s in Passing Yourertification Exam at first www.dumpspdf.com in Passing Yourertification Exam at first et Su cc es s Vendor: Cisco Exam Code: 200-101 Exam Name: Interconnecting Cisco Networking Devices Part 2 QUESTION: 1 **Exhibit Missing** A technician

More information

Frame Relay Switching Enhancements

Frame Relay Switching Enhancements Frame Relay Switching Enhancements This feature module describes the Frame Relay Switching Enhancements feature. It includes information on the benefits of this new feature, supported platforms, related

More information

CCNA 4 - Final Exam (A)

CCNA 4 - Final Exam (A) CCNA 4 - Final Exam (A) 1. A network administrator is asked to design a system to allow simultaneous access to the Internet for 250 users. The ISP for this network can only supply five public IPs. What

More information

MPLS AToM Overview. Documentation Specifics. Feature Overview

MPLS AToM Overview. Documentation Specifics. Feature Overview MPLS AToM Overview This document provides an introduction to MPLS AToM and includes the following sections: Documentation Specifics, page 14 Feature Overview, page 14 Benefits, page 26 What To Do Next,

More information

Cisco Back to Back Frame Relay

Cisco Back to Back Frame Relay Table of Contents Back to Back Frame Relay...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1 Components Used...1 Configure...2 Network Diagram...2 Configurations...2 Verify...3

More information

Cisco Configuring and Troubleshooting Frame Relay

Cisco Configuring and Troubleshooting Frame Relay Table of Contents Configuring and Troubleshooting Frame Relay...1 Related Information...2 Introduction...3 Configuring Basic Frame Relay...6 Introduction...6 Network Diagram...6 Configurations...6 debug

More information

Frame Relay. Frame Relay Information 1 of 18

Frame Relay. Frame Relay Information 1 of 18 Frame Relay Information 1 of 18 This document was retrieved from the Web and has been been edited by Thomas Jerry Scott for use in his TCP/IP network classes. Chapter Goals Describe the history of Frame

More information

Configuring Frame Relay

Configuring Frame Relay Configuring Frame Relay Last Updated: October 6, 2011 Feature History Release Cisco IOS Modification For information about feature support in Cisco IOS software, use Cisco Feature Navigator. Finding Feature

More information

CCNA 4 - Final Exam (B)

CCNA 4 - Final Exam (B) CCNA 4 - Final Exam (B) 1. Identify the factors that contribute to congestion on an Ethernet LAN. (Choose three.) improper placement of enterprise level servers addition of hosts to a physical segment

More information

Teldat Router. Frame Relay

Teldat Router. Frame Relay Teldat Router Frame Relay Doc. DM703-I Rev. 10.00 March, 2003 INDEX Chapter 1 The Frame Relay interface...1 1. Introduction...1 2. Frame Relay Protocol Overview...3 2.1. 2.2. Frame Relay Network...3 Frame

More information

26 Managing Frame Relay

26 Managing Frame Relay 26 Managing Frame Relay The WAN Switching submodule family supports Frame Relay on universal serial, T1 or E1 ports. Management, data handling, compression, and multi-protocol encapsulation are compatible

More information

Teldat Router. Frame Relay

Teldat Router. Frame Relay Teldat Router Frame Relay Doc. DM503-I Rev. 8.40 September, 2000 INDEX Chapter 1 The Frame Relay interface... 1 1. Introduction...2 2. Frame Relay Overview...3 2.1. Frame Relay Network...3 2.2. Frame Relay

More information

CISCO EXAM QUESTIONS & ANSWERS

CISCO EXAM QUESTIONS & ANSWERS CISCO 200-101 EXAM QUESTIONS & ANSWERS Number: 200-101 Passing Score: 800 Time Limit: 120 min File Version: 32.2 http://www.gratisexam.com/ CISCO 200-101 EXAM QUESTIONS & ANSWERS Exam Name: Interconnecting

More information

frame-relay lapf n201

frame-relay lapf n201 frame-relay lapf n201 frame-relay lapf n201 To set the Link Access Procedure for Frame Relay (LAPF) N201 value (the maximum length of the Information field of the LAPF I frame), use the frame-relay lapf

More information

Configuring and Troubleshooting Frame Relay

Configuring and Troubleshooting Frame Relay Configuring and Troubleshooting Frame Relay Document ID: 16563 Interactive: This document offers customized analysis of your Cisco device. Contents Introduction Before You Begin Conventions Prerequisites

More information

Teldat Router. Configuration of Frame Relay Interfaces over ISDN

Teldat Router. Configuration of Frame Relay Interfaces over ISDN Teldat Router Configuration of Frame Relay Interfaces over ISDN Doc. DM523-I Rev. 8.30 February, 2000 INDEX Chapter 1 Frame Relay Interface over ISDN... 1 1. Introduction...2 2. ISDN base Interface...3

More information

PPP over Frame Relay

PPP over Frame Relay The feature allows a router to establish end-to-end Point-to-Point Protocol (PPP) sessions over Frame Relay. Finding Feature Information, page 1 Prerequisites for, page 1 Restrictions for, page 2 Information

More information

WAN technology which are to be discussed:

WAN technology which are to be discussed: WAN Technology Operates at 3 layer OSI model as below: 1. PHY 2. Data Link 3. Network Most of WAN technology are packetswitched network categorized as Switched Virtual circuit Network ( 3-phase, connection

More information

Cisco Questions & Answers

Cisco Questions & Answers Cisco 200-101 Questions & Answers Number: 200-101 Passing Score: 800 Time Limit: 120 min File Version: 23.7 http://www.gratisexam.com/ Cisco 200-101 Questions & Answers Exam Name: Interconnecting Cisco

More information

Network Devices,Frame Relay and X.25

Network Devices,Frame Relay and X.25 Network Devices,Frame Relay and X.25 Hardware/Networking Devices: Networking hardware may also be known as network equipment computer networking devices. Network Interface Card (NIC): NIC provides a physical

More information

Interconnecting Cisco Networking Devices Part2 (ICND2) Exam.

Interconnecting Cisco Networking Devices Part2 (ICND2) Exam. Cisco 640-816 Interconnecting Cisco Networking Devices Part2 (ICND2) Exam TYPE: DEMO http://www.examskey.com/640-816.html Examskey Cisco 640-816 exam demo product is here for you to test quality of the

More information

The BANDIT can also concentrate and switch multiple sources of Frame Relay traffic simultaneously.

The BANDIT can also concentrate and switch multiple sources of Frame Relay traffic simultaneously. encor! enetworks TM Version A, March 2008 2013 Encore Networks, Inc. All rights reserved. Routing with Frame Relay This chapter discusses Frame Relay routing. 4.1 Frame Relay You can configure use of synchronous

More information

Frame Relay. Bigger, Longer, Uncut 2005/03/11. (C) Herbert Haas

Frame Relay. Bigger, Longer, Uncut 2005/03/11. (C) Herbert Haas Frame Relay Bigger, Longer, Uncut (C) Herbert Haas 2005/03/11 What is Frame Relay? Connection-oriented packet switching (Virtual Circuit) WAN Technology Specifies User to Network Interface (UNI) Does not

More information

Objective: Students will configure a simple frame relay network using Cisco routers.

Objective: Students will configure a simple frame relay network using Cisco routers. Southern Polytechnic State University Electrical and Computer Engineering Technology Program ECET 4820 Laboratory Exercise: Frame Relay Router Configuration Objective: Students will configure a simple

More information

DOiT-200v6 VOLUME II I2 R2 4 N1. DOiT-200v6 Lab 16 Multi-Topic CCIE-Level Scenario. For CCIE Candidates

DOiT-200v6 VOLUME II I2 R2 4 N1. DOiT-200v6 Lab 16 Multi-Topic CCIE-Level Scenario. For CCIE Candidates Revision 7.0 (10/26/2005) DOiT-200v6-SCENARIO 16 Page 1 NETMASTERCLASS ROUTING AND SWITCHING CCIE TRACK DOiT-200v6 VOLUME II 4 I2 R2 3 3 R5 I5 3 3 R6 R1 4 N1 4 4 2 2 1 4 I3 R3 3 1 R4 3 N2 N1 I4 1 R7 DOiT-200v6

More information

Frame Relay show Command and debug Command Enhancements

Frame Relay show Command and debug Command Enhancements Frame Relay show Command and debug Command Enhancements First Published: September 12, 2005 Last Updated: June 19, 2006 The feature provides the ability to filter the output of certain Frame Relay show

More information

Cisco Exam CCNA Version: 4.1 [ Total Questions: 215 ]

Cisco Exam CCNA Version: 4.1 [ Total Questions: 215 ] s@lm@n Cisco Exam 640-801 CCNA Version: 4.1 [ Total Questions: 215 ] Question No : 1 Which router command can be used to verify the type of cable connected to interface serial 0/0? A. show interfaces serial

More information

PASS4TEST IT 인증시험덤프전문사이트

PASS4TEST IT 인증시험덤프전문사이트 PASS4TEST IT 인증시험덤프전문사이트 http://www.pass4test.net 일년동안무료업데이트 Exam : 200-120 Title : CCNA Cisco Certified Network Associate CCNA (803) Vendor : Cisco Version : DEMO Get Latest & Valid 200-120 Exam's Question

More information

Frame Relay Basic Configurations: Hub and Spoke

Frame Relay Basic Configurations: Hub and Spoke Frame Relay Basic Configurations: Hub and Spoke Frame Relay Basic Hub and Spoke Configuration While we still have more lessons left to fully cover the major aspects of Frame Relay and its configuration,

More information

This document is not restricted to specific software or hardware versions.

This document is not restricted to specific software or hardware versions. Frame Relay Glossary Document ID: 47202 Contents Introduction Prerequisites Requirements Components Used Conventions Glossary Related Information Introduction This document defines common Frame Relay terms.

More information

Cisco Braindumps Real Exam Questions - Guaranteed

Cisco Braindumps Real Exam Questions - Guaranteed Cisco Braindumps 200-101 Real Exam Questions - Guaranteed Number: 200-101 Passing Score: 800 Time Limit: 120 min File Version: 23.8 http://www.gratisexam.com/ 200-101 Real Exam Questions - Guaranteed Exam

More information

Module 10 Frame Relay and ATM

Module 10 Frame Relay and ATM Module 10 Frame Relay and ATM 10.0 INTRODUCTION Multimedia is basically a heterogeneous service which is characterized by different traffic types and variable bandwidths. Specifically Video bandwidth has

More information

Frame Relay Network Performance

Frame Relay Network Performance Lab 4 Frame Relay Network Performance Overview Frame Relay is a connection-oriented, unreliable technology based on virtual circuits. A virtual circuit must be set up between a source and destination before

More information

Configuring Frame Relay-ATM Interworking

Configuring Frame Relay-ATM Interworking Configuring -ATM Interworking The -ATM Interworking features enable and ATM networks to exchange data, despite differing network protocols. There are two types of -ATM Interworking: FRF.5 -ATM Network

More information

Configuring RSVP. Cisco IOS Quality of Service Solutions Configuration Guide QC-265

Configuring RSVP. Cisco IOS Quality of Service Solutions Configuration Guide QC-265 Configuring RSVP This chapter describes the tasks for configuring the Resource Reservation Protocol (RSVP) feature, which is an IP service that allows end systems or hosts on either side of a router network

More information

Configuring Frame Relay-ATM Interworking

Configuring Frame Relay-ATM Interworking The Frame Relay-ATM Interworking features enable Frame Relay and ATM networks to exchange data, despite differing network protocols. There are two types of Frame Relay-ATM Interworking: FRF.5 Frame Relay-ATM

More information

What is Frame Relay? Frame Relay. Agenda. Frame Relay Basic Topology

What is Frame Relay? Frame Relay. Agenda. Frame Relay Basic Topology What is Frame Relay? Frame Relay Principles, Standards, LAPF Traffic Control Aspects, LMI, CLLM, Q.933 (SVC) packet switching technology based on store-and-forward of packets connection oriented interface

More information

Connections, addressing and common configuration rules.

Connections, addressing and common configuration rules. Lab #1 r9-1 s2 e1 3/11 VLAN_21 BGP AS 100 s1 3/1 e0 s0 e0 3/2 s1 VLAN_22 BGP AS 200 r1 r2 Ring 4 r4 s0/1 r3 to0/0 s0/0 s0 s1 OSPF Area 33 to0 e0/0 e0 OSPF Area 4 3/4 b0/0 3/3 VLAN_14 VLAN_13 403 304 c15

More information

(Refer Slide Time: 2:20)

(Refer Slide Time: 2:20) Data Communications Prof. A. Pal Department of Computer Science & Engineering Indian Institute of Technology, Kharagpur Lecture -23 X.25 and Frame Relay Hello and welcome to today s lecture on X.25 and

More information

WAN Technologies CCNA 4

WAN Technologies CCNA 4 WAN Technologies CCNA 4 Overview Note: Most of this will be described in more detail in later chapters. Differentiate between a LAN and WAN Identify the devices used in a WAN List WAN standards Describe

More information

Configuring ATM Router Module Interfaces

Configuring ATM Router Module Interfaces 24 CHAPTER This chapter describes steps required to configure the ATM router module on the Catalyst 8540 MSR, Catalyst 8510 MSR, and LightStream 1010 ATM switch routers, and the enhanced ATM router module

More information

Wide-Area Networking Overview

Wide-Area Networking Overview Cisco IOS software provides a range of wide-area networking capabilities to fit almost every network environment need. Cisco offers cell relay via the Switched Multimegabit Data Service (SMDS), circuit

More information

Skills Assessment Student Training Exam

Skills Assessment Student Training Exam Skills Assessment Student Training Exam Topology Assessment Objectives Part 1: Initialize Devices (2 points, 5 minutes) Part 2: Configure Device Basic Settings (18 points, 20 minutes) Part 3: Configure

More information

Wide-Area Networking Configuration Guide: Frame Relay, Cisco IOS Release 15M&T

Wide-Area Networking Configuration Guide: Frame Relay, Cisco IOS Release 15M&T Wide-Area Networking Configuration Guide: Frame Relay, Cisco IOS Release 15M&T Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408

More information

Cisco Exactexams Exam Questions & Answers

Cisco Exactexams Exam Questions & Answers Cisco Exactexams 200-120 Exam Questions & Answers Number: 200-120 Passing Score: 800 Time Limit: 120 min File Version: 23.4 http://www.gratisexam.com/ Cisco 200-120 Exam Questions & Answers Exam Name:

More information

Lab 4-3a Configuring IS-IS over Frame Relay: Router Used As Frame Switch

Lab 4-3a Configuring IS-IS over Frame Relay: Router Used As Frame Switch Lab 4-3a Configuring IS-IS over Frame Relay: Router Used As Frame Switch Learning Objectives Configure and verify Frame Relay point-to-point subinterfaces Configure and verify the operation of Integrated

More information

Configuring RSVP Support for Frame Relay

Configuring RSVP Support for Frame Relay Configuring RSVP Support for Frame Relay This chapter describes the tasks for configuring the RSVP Support for Frame Relay feature. For complete conceptual information, see the section RSVP Support for

More information

Free4Torrent. Free and valid exam torrent helps you to pass the exam with high score

Free4Torrent.   Free and valid exam torrent helps you to pass the exam with high score Free4Torrent http://www.free4torrent.com Free and valid exam torrent helps you to pass the exam with high score Exam : 642-889 Title : Implementing Cisco Service Provider Next-Generation Egde Network Services

More information

Using Multilink PPP over Frame Relay

Using Multilink PPP over Frame Relay Multilink PPP is a method used to reduce latency and jitter for real-time traffic. This module contains conceptual information and configuration tasks for using Multilink PPP over Frame Relay. Finding

More information

Cisco Configuring Hub and Spoke Frame Relay

Cisco Configuring Hub and Spoke Frame Relay Table of Contents Configuring Hub and Spoke Frame Relay...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1 Components Used...1 Configure...1 Network Diagram...2 Configurations...2

More information

IP Routing & Bridging

IP Routing & Bridging CHAPTER 2 TCP/IP Routing: Ethernet Dialog Box To access this dialog box (Figure 2-1), select Ethernet/TCP/IP Routing from the Device View. Figure 2-1 TCP/IP Routing: Ethernet Configuration Dialog Box If

More information

SYSTEMS ADMINISTRATION USING CISCO (315)

SYSTEMS ADMINISTRATION USING CISCO (315) Page 1 of 10 Contestant Number: Time: Rank: SYSTEMS ADMINISTRATION USING CISCO (315) REGIONAL 2014 TOTAL POINTS (500) Failure to adhere to any of the following rules will result in disqualification: 1.

More information

Cisco Exam Questions & Answers

Cisco Exam Questions & Answers Cisco 200-101 Exam Questions & Answers Number: 200-101 Passing Score: 825 Time Limit: 120 min File Version: 23.3 http://www.gratisexam.com/ Cisco 200-101 Exam Questions & Answers Exam Name: Interconnecting

More information

There are two ways to establish VCs:

There are two ways to establish VCs: Virtual Circuits 1 Virtual Circuits The connection through a Frame Relay network between two DTEs is called a virtual circuit (VC). The circuits are virtual because there is no direct electrical connection

More information

Regulating Packet Flow on a Per-Interface Basis Using Generic Traffic Shaping

Regulating Packet Flow on a Per-Interface Basis Using Generic Traffic Shaping Regulating Packet Flow on a Per-Interface Basis Using Generic Traffic Shaping Packet flow on a network can be regulated using a traffic shaping mechanism. One such traffic shaping mechanism is a Cisco

More information

Using Multilink PPP over Frame Relay

Using Multilink PPP over Frame Relay Using Multilink PPP over Frame Relay Multilink PPP is a method used to reduce latency and jitter for real-time traffic. This module contains conceptual information and configuration tasks for using Multilink

More information

Frame Relay Basic Configurations: Point to Point

Frame Relay Basic Configurations: Point to Point Frame Relay Basic Configurations: Point to Point Frame Relay Basic Point to Point Configuration While we still have more lessons left to fully cover the major aspects of Frame Relay and its configuration,

More information

Frame Relay IP RTP Priority

Frame Relay IP RTP Priority This feature module describes the feature. Finding Feature Information, page 1 Feature Overview, page 1 Supported Platforms, page 2 Supported Standards and MIBs and RFCs, page 3 Prerequisites, page 3 Configuration

More information

Using AutoInstall and Setup

Using AutoInstall and Setup Using AutoInstall and Setup The Cisco IOS software includes two features that simplify or automate the configuration of Cisco devices AutoInstall allows a network manager to load configuration files onto

More information

fair-queue aggregate-limit

fair-queue aggregate-limit Quality of Service Commands aggregate-limit aggregate-limit To set the maximum number of packets in all queues combined for VIP-distributed weighted fair queueing (DWFQ), use the aggregate-limit interface

More information

CISCO SYSTEM ADMINISTRATION (41)

CISCO SYSTEM ADMINISTRATION (41) CISCO SYSTEM ADMININSTRATION PAGE 1 OF 11 CONTESTANT ID# Time Rank CISCO SYSTEM ADMINISTRATION (41) Regional 2012 TOTAL POINTS (500) Failure to adhere to any of the following rules will result in disqualification:

More information

Frame Relay. Raj Jain. Professor of Computer and Information Sciences. The Ohio State University. Columbus, OH 43210

Frame Relay. Raj Jain. Professor of Computer and Information Sciences. The Ohio State University. Columbus, OH 43210 Frame Relay Professor of Computer and Information Sciences Columbus, OH 43210 These slides are available at http://www.cis.ohio-state.edu/~jain/cis777-99/ 1 Overview What is Frame Relay? Why not leased

More information

Lecture (08) Fundamentals of WANs (II)

Lecture (08) Fundamentals of WANs (II) Agenda Lecture (08) Fundamentals of WANs (II) OSI Layer 2 of WANs ATM & SONET WAN Dr. Ahmed M. ElShafee ١ ٢ OSI Layer 2 of WANs OSI Layer 2 of WANs (2) WAN protocols used on point to point serial links

More information

BSCI. Section 5. Intermediate System-to- Intermediate System (IS-IS)

BSCI. Section 5. Intermediate System-to- Intermediate System (IS-IS) BSCI Section 5 Intermediate System-to- Intermediate System () Intermediate System-to-Intermediate System () is a routing protocol developed by the ISO. It is a link-state protocol and behaves much like

More information

Lecture (06) Network Access layer fundamentals (4) LAN, & WAN Internetwork Layer I

Lecture (06) Network Access layer fundamentals (4) LAN, & WAN Internetwork Layer I Lecture (06) Network Access layer fundamentals (4) LAN, & WAN Internetwork Layer I By: Dr. Ahmed ElShafee ١ Agenda OSI Layer 2 of WANs Internetwork layer Introduction Network Layer Interaction with the

More information

Cisco Exactexams Exam Questions & Answers

Cisco Exactexams Exam Questions & Answers Cisco Exactexams 200-120 Exam Questions & Answers Number: 200-120 Passing Score: 800 Time Limit: 120 min File Version: 23.4 http://www.gratisexam.com/ Cisco 200-120 Exam Questions & Answers Exam Name:

More information

15. PPP and Frame relay in small network

15. PPP and Frame relay in small network Published on cdesigner.eu (https://cdesigner.eu) Home > Networks > 15. PPP and Frame relay in small network 15. PPP and Frame relay in small network PPP and Frame relay are protocols operating at data

More information

Frame Relay and Testing with the PFA-35

Frame Relay and Testing with the PFA-35 Frame Relay and Testing with the PFA-35 Application Note: PFA-35 Summary This application note describes the essentials of Frame Relay, and how to perform three important tests for installing and maintaining

More information

EECS Introduction to Computer Networking. Local Area Networks / Ethernet. Hub

EECS Introduction to Computer Networking. Local Area Networks / Ethernet. Hub Ethernet -- Topology: Ethernet MAC: Hub Single collision domain Hub Hub Relay Collision! After a collision, stop for a random time wait for a random time, then try again. (Walrand/Varaiya slides) - computers

More information

Chapter 3 Lab 3-4, OSPF over Frame Relay

Chapter 3 Lab 3-4, OSPF over Frame Relay Chapter 3 Lab 3-4, OSPF over Frame Relay Topology Objectives Background Configure OSPF over Frame Relay. Use non-broadcast and point-to-multipoint OSPF network types. Modify default OSPF timers. You are

More information

Chapter 2: Configuring the Enhanced Interior Gateway Routing Protocol

Chapter 2: Configuring the Enhanced Interior Gateway Routing Protocol : Configuring the Enhanced Interior Gateway Routing Protocol CCNP ROUTE: Implementing IP Routing ROUTE v6 1 Objectives Describe the basic operation of EIGRP. Plan and implement EIGRP routing. Configure

More information

Huawei GB Design Enterprise-level Networks. Download Full Version :

Huawei GB Design Enterprise-level Networks. Download Full Version : Huawei GB0-360 Design Enterprise-level Networks Download Full Version : https://killexams.com/pass4sure/exam-detail/gb0-360 QUESTION: 387 The cable for cabled TV signals can be used to provide high bandwidth

More information

x25 remote-red x25 remote-red This command is no longer supported. Cisco IOS Wide-Area Networking Command Reference WR

x25 remote-red x25 remote-red This command is no longer supported. Cisco IOS Wide-Area Networking Command Reference WR x25 remote-red x25 remote-red This command is no longer supported. WR-553 x25 retry x25 retry To activate a secondary route while also retrying a failed primary route, use the x25 retry interface configuration

More information

Teldat Router. Frame Relay Backup configuration using ISDN

Teldat Router. Frame Relay Backup configuration using ISDN Teldat Router Frame Relay Backup configuration using ISDN Doc. DM511-I Rev. 8.30 February, 2000 INDEX Chapter 1 Frame Relay Backup... 1 1. Introduction...2 2. WAN Backup...3 3. Backup of Frame Relay Interfaces

More information

CCNA Exam File with Answers. Note: Underlines options are correct answers.

CCNA Exam File with Answers. Note: Underlines options are correct answers. CCNA Exam File with Answers. Note: Underlines options are correct answers. 1. Which of the following are ways to provide login access to a router? (choose all that apply) A. HTTP B. Aux Port /TELNET C.

More information

Comparing the bandwidth and priority Commands of a QoS Service Policy

Comparing the bandwidth and priority Commands of a QoS Service Policy Comparing the and priority s of a QoS Service Policy Contents Introduction Prerequisites Requirements Components Used Conventions Summary of Differences Configuring the Configuring the priority Which Traffic

More information

TEMPORARY DOCUMENT. Attached is a clean copy of Draft Recommendation X.84. TD 1143 Rev3 is the source document used to produce this clean version.

TEMPORARY DOCUMENT. Attached is a clean copy of Draft Recommendation X.84. TD 1143 Rev3 is the source document used to produce this clean version. INTERNATIONAL TELECOMMUNICATION UNION STUDY GROUP 17 TELECOMMUNICATION STANDARDIZATION SECTOR STUDY PERIOD 2001-2004 English only Original: English Question(s): 5/17 Geneva, 10-19 March 2004 Source: Title:

More information

Question 7: What are Asynchronous links?

Question 7: What are Asynchronous links? Question 1:.What is three types of LAN traffic? Unicasts - intended for one host. Broadcasts - intended for everyone. Multicasts - intended for an only a subset or group within an entire network. Question2:

More information

Exam4Tests. Latest exam questions & answers help you to pass IT exam test easily

Exam4Tests.   Latest exam questions & answers help you to pass IT exam test easily Exam4Tests http://www.exam4tests.com Latest exam questions & answers help you to pass IT exam test easily Exam : 200-101 Title : Interconnecting Cisco Networking Devices Part 2 (ICND2) Vendor : Cisco Version

More information

CCNA Exam code: Cisco Exam name: Interconnecting Cisco Networking Devices Part 2. Version 21.0

CCNA Exam code: Cisco Exam name: Interconnecting Cisco Networking Devices Part 2. Version 21.0 CCNA 200-101 Number: 200-101 Passing Score: 800 Time Limit: 120 min File Version: 21.0 Exam code: Cisco 200-101 Exam name: Interconnecting Cisco Networking Devices Part 2 Version 21.0 Sections 1. LAN Switching

More information

F. Configure a distribute-list on router RTA that allows it to advertise all routes to the spoke routers.

F. Configure a distribute-list on router RTA that allows it to advertise all routes to the spoke routers. Refer to the exhibit. Router RTA is the hub router for routers RTB and RTC. The Frame Relay network is configured with EIGRP, and the entire network is in autonomous system 1. However, router RTB and RTC

More information

Overview encapsulation hdlc show interface show controllers show interface debug PPP

Overview encapsulation hdlc show interface show controllers show interface debug PPP PPP CCNA 4 Overview Explain serial communication Describe and give an example of TDM Identify the demarcation point in a WAN Describe the functions of the DTE and DCE Discuss the development of HDLC encapsulation

More information

Junos OS. Frame Relay Feature Guide for Routing Devices. Modified: Copyright 2017, Juniper Networks, Inc.

Junos OS. Frame Relay Feature Guide for Routing Devices. Modified: Copyright 2017, Juniper Networks, Inc. Junos OS Frame Relay Feature Guide for Routing Devices Modified: 2017-11-09 Juniper Networks, Inc. 1133 Innovation Way Sunnyvale, California 94089 USA 408-745-2000 www.juniper.net Juniper Networks, the

More information

Configuring X.25 and LAPB

Configuring X.25 and LAPB Configuring X.25 and LAPB This chapter describes how to configure connections through Link Access Procedure, Balanced (LAPB) connections and X.25 networks. LAPB tasks are presented first for users who

More information

Configuring Virtual Private LAN Services

Configuring Virtual Private LAN Services Virtual Private LAN Services (VPLS) enables enterprises to link together their Ethernet-based LANs from multiple sites via the infrastructure provided by their service provider. This module explains VPLS

More information

IP and Network Technologies. IP over WAN. Agenda. Agenda

IP and Network Technologies. IP over WAN. Agenda. Agenda IP and Network Technologies IP over WAN Address Resolution, Encapsulation, Routing, NBMA PPP, Inverse ARP, Overview IP over ATM for transport of IP datagrams over a network encapsulation and address resolution

More information

Defining QoS for Multiple Policy Levels

Defining QoS for Multiple Policy Levels CHAPTER 13 In releases prior to Cisco IOS Release 12.0(22)S, you can specify QoS behavior at only one level. For example, to shape two outbound queues of an interface, you must configure each queue separately,

More information

Data Link Protocols. TCP/IP Suite and OSI Reference Model

Data Link Protocols. TCP/IP Suite and OSI Reference Model Data Link Protocols Relates to Lab. This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet, and the Point-to-Point Protocol (PPP). 1 TCP/IP Suite

More information

ATM Hierarchical Shaping ATM VC into VP Shaping, page 1

ATM Hierarchical Shaping ATM VC into VP Shaping, page 1 ATM Hierarchical Shaping ATM VC into VP Shaping, page 1 Traffic shaping is a quality of service (QoS) mechanism that is used to manage the network traffic by shaping the traffic to a specified rate. Traffic

More information

Cisco Cisco Certified Network Associate (CCNA)

Cisco Cisco Certified Network Associate (CCNA) Cisco 200-125 Cisco Certified Network Associate (CCNA) http://killexams.com/pass4sure/exam-detail/200-125 Question: 769 Refer to exhibit: Which destination addresses will be used by Host A to send data

More information

Superseded by a more recent version INTERNATIONAL TELECOMMUNICATION UNION

Superseded by a more recent version INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION ITU-T X.36 TELECOMMUNICATION (04/95) STANDARDIZATION SECTOR OF ITU DATA NETWORKS AND OPEN SYSTEM COMMUNICATIONS PUBLIC DATA NETWORKS INTERFACES INTERFACE BETWEEN DATA

More information

Cisco 3: Advanced Routing & Switching

Cisco 3: Advanced Routing & Switching Western Technical College 10150130 Cisco 3: Advanced Routing & Switching Course Outcome Summary Course Information Description Career Cluster Instructional Level Total Credits 3.00 Total Hours 90.00 This

More information