Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
36 views8 pages

Frame Relay Tutorial: Go To Comments

Download as pdf or txt
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 8

CCNA Training Frame Relay Tutorial

Type text to search here...

Page 1 of 8

Submit Query

Home > Frame Relay Tutorial

Frame Relay Tutorial


September 7th, 2011 Go to comments
In the last part we will mainly learn about LMI, which is the signaling protocol of Frame Relay
LMI
Local Management Interface (LMI) is a signaling standard protocol used between your router (DTE) and
the first Frame Relay switch. The LMI is responsible for managing the connection and maintaining the
status of your PVC.

LMI includes:
+ A keepalive mechanism, which verifies that data is flowing
+ A multicast mechanism, which provides the network server (router) with its local DLCI.
+ A status mechanism, which provides PVC statuses on the DLCIs known to the switch
In our example, when HeadQuarter is configured with Frame Relay, it sends an LMI Status Inquiry
message to the DCE. The response from the DCE might be a small Hello message or a full status report
about the PVCs in use containing details of all the VCs configured (DLCI 23 & 51). By default, LMI
messages are sent out every 10 seconds.
The four possible PVC states are as follows:
+ Active state: Indicates that the connection is active and that routers can exchange data.
+ Inactive state: Indicates that the local connection to the Frame Relay switch is working, but the
remote router connection to the Frame Relay switch is not working.
+ Deleted state: Indicates that no LMI is being received from the Frame Relay switch, or that there is no
service between the customer router and Frame Relay switch.

http://www.9tut.com/frame-relay-tutorial/3

12/15/2015

CCNA Training Frame Relay Tutorial

Page 2 of 8

+ Static state: the Local Management Interface (LMI) mechanism on the interface is disabled (by using
the no keepalive command). This status is rarely seen so it is ignored in some books.
We can use the show frame-relay lmi to display LMI statistics of Frame Relay on enabled interfaces
of the router. The output shows the LMI type used by the Frame Relay interface and the counters for the
LMI status exchange sequence, including errors such as LMI timeouts.

Cisco routers support the following three LMI types:


* Cisco: LMI type de?ned jointly by Cisco, StrataCom, Northern Telecom (Nortel), and Digital
Equipment Corporation
* ANSI: ANSI T1.617 Annex D
* Q.933A: ITU-T Q.933 Annex A
Notice that three types of LMI are not compatible with each others so the LMI type must match between
the provider Frame Relay switch and the customer DTE device.
From Cisco IOS Release 11.2, the router attempts to automatically detect the type of LMI used by the
provider switch.
Note: LMI is required for Inverse ARP to function because it needs to know that the PVC is up before
sending out Inverse ARP Request.
Now you learn most of Frame Relay mentioned in CCNA, some other Frame Relays characteristics you
should know are mentioned below.
Other Frame Relay characteristics
+ Frame Relay provides no error recovery mechanism. It only provides CRC error detection.
+ Unlike with LANs, you cannot send a data link layer broadcast over Frame Relay. Therefore, Frame
Relay networks are called nonbroadcast multiaccess (NBMA) networks.
+ Depending on the bandwidth needed for each virtual connection, the customer can order a circuit with
a guaranteed amount of bandwidth. This amount is the Committed Information Rate (CIR). CIR
defines how much bandwidth the customer is guaranteed during normal network operation. Any data
transmitted above this purchased rate (CIR) is available for discard by the network if the network
doesnt have available bandwidth.
+ If the Frame relay switch begins to experience congestion, it sends the upstream site (to the source) a
Backward explicit congestion notification (BECN) and the downstream site (to the destination) a
Forward explicit congestion notification (FECN).

http://www.9tut.com/frame-relay-tutorial/3

12/15/2015

CCNA Training Frame Relay Tutorial

Page 3 of 8

+ There are two Frame Relay encapsulation types: the Cisco encapsulation and the IETF Frame Relay
encapsulation, which is in conformance with RFC 1490 and RFC 2427. The former is often used to
connect two Cisco routers while the latter is used to connect a Cisco router to a non-Cisco router.
+ Frame Relay does not define the way the data is transmitted within the service providers network
once the traffic reaches the providers switch. So the providers can use Frame Relay, ATM or PPP
inside their networks.
Layer 2 Encapsulation Protocols
Besides Frame Relay there are other Layer 2 Encapsulation Protocols that you can implement instead:
High-Level Data Link Control (HDLC): The default encapsulation type for Cisco routers on point-topoint dedicated links and circuit-switched connections. HDLC is a Cisco proprietary protocol.
Point-to-Point Protocol (PPP): Provides connections between devices over several types of physical
interfaces, such as asynchronous serial, High-Speed Serial Interface (HSS1), ISDN, and synchronous.
PPP works with many network layer protocols, including IP and IPX. PPP can use either Password
Authentication Protocol (PAP) or Challenge Handshake Authentication Protocol (CHAP) for
authentication.
X.25/Link Access Procedure, Balanced (LAPB): Defines connections between DTE and DCE for
remote terminal access. LAPB is a data link layer protocol specified by X.25.
Asynchronous Transfer Mode (ATM): International standard for cell relay using fixed-length (53byte) cells for multiple service types. Fixed-length cells allow hardware processing, which greatly
reduces transit delays. ATM takes advantage of high-speed transmission media such as E3, T3, and
Synchronous Optical Network (SONET).
If you want to learn how to configure Frame Relay in GNS3, please read my Frame Relay Lab in GNS3
tutorial.
Pages: 1 2 3
Comments (165) Comments

http://www.9tut.com/frame-relay-tutorial/3

12/15/2015

CCNA Training Frame Relay Tutorial

Page 4 of 8

Comment pages
Previous 1 2 3 4 817
1. Anonymous
June 16th, 2015
thanks so much
2. rahul
June 17th, 2015
Nice Explanation.. Thanks a lot !!
3. nghia
July 2nd, 2015
Thanks so much.
4. Scrotum
July 4th, 2015
I think there is an error with the statement on that lecture
if Branch 1 sends an update to HeadQuarter then HeadQuarter cant send that update to Branch 2
because they are received and sent on the same interface.
shouldnt it be if Branch 1 sends an update to Headquareter than Headquarter cant send that
update to Branch 1 (not Branch 2)?
5. Satya
July 16th, 2015
Hi, most of the data is not suffering to understand the topic,
and always it is changing, but it is information is good
Thanks
Satya
6. pankaj jaiswal
July 22nd, 2015
thanks so much
7. shayan
July 29th, 2015
thank you for your share
8. Anonymous

http://www.9tut.com/frame-relay-tutorial/3

12/15/2015

CCNA Training Frame Relay Tutorial

Page 5 of 8

September 13th, 2015


thank u
9. Phil
September 21st, 2015
Thanks so much for sharing this information
10. Mark Wallis
October 13th, 2015
HDLC is not Cisco proprietary but their implementation of it is because it adds an 8 bit type
field to the header. Thanks for the tutorials.
11. eliz
November 4th, 2015
thanks a lot
12. Ali
November 6th, 2015
Scrotum
the statement is correct because Head Quarter is connected to the FR cloud via one interface. If it
receives the update from Branch 1 then wouldnt it need to use the same int to send update to
Branch 2?
13. Ali
November 6th, 2015
@Mark Wallis
HDLC has always been and is Cisco proprietary protocol. here is the ref
https://supportforums.cisco.com/discussion/11637176/ppp-over-hdlc
14. Nigga
December 4th, 2015
There is only to say the word called Thank & You
15. renny
December 8th, 2015
thank you
Comment pages
Previous 1 2 3 4 817

http://www.9tut.com/frame-relay-tutorial/3

12/15/2015

CCNA Training Frame Relay Tutorial

Page 6 of 8

Add a Comment
Name

Submit Comment

Subscribe to comments feed


Subnetting Tutorial Subnetting Made Easy Wireless Tutorial

Premium Membership
Become a member to interact with all questions and read all tutorials, labs!

Find out more or Sign In

CCNA 200-120
z
z
z
z
z
z
z
z
z
z
z
z
z
z
z
z
z

CCNA Lab Sim


CCNA Basic Questions
CCNA OSI & TCP/IP Model
CCNA IOS Questions
CCNA WAN Questions
CCNA Switch Questions
CCNA Switch Questions 2
CCNA VLAN Questions
CCNA Trunking Questions
CCNA Trunking Questions 2
CCNA EtherChannel
CCNA InterVLAN Questions
CCNA STP
CCNA STP 2
CCNA RSTP
CCNA Access list Questions
CCNA Subnetting

http://www.9tut.com/frame-relay-tutorial/3

12/15/2015

CCNA Training Frame Relay Tutorial

z
z
z
z
z
z
z
z
z
z
z
z
z
z
z
z
z
z
z
z
z
z
z
z
z
z
z
z

Page 7 of 8

CCNA Subnetting 2
CCNA IP Routing Questions
CCNA IP Routing 2
CCNA Frame Relay
CCNA Frame Relay 2
CCNA NAT PAT Questions
CCNA OSPF Questions
CCNA OSPF Questions 2
CCNA EIGRP Questions
CCNA DHCP Questions
CCNA HSRP VRRP GLBP
CCNA SNMP Questions
CCNA NetFlow Questions
CCNA Syslog Questions
CCNA Security Questions
CCNA Operation Questions
CCNA Operation 2
CCNA Show commands
CCNA Troubleshooting
CCNA IPv6
CCNA IPv6 Questions 2
CCNA Drag and Drop 1
CCNA Drag and Drop 2
CCNA Drag and Drop 3
CCNA Drag and Drop 4
CCNA Drag and Drop 5
CCNA FAQs & Tips
Share your CCNA Experience

CCNA Self-Study
z
z
z

Practice CCNA GNS3 Labs


CCNA Knowledge
CCNA Lab Challenges

Network Resources
z

Free Router Simulators

ICND1/ICND2 Website

CCNP - ROUTE Website

CCNP - SWITCH Website

CCNP - TSHOOT Website

http://www.9tut.com/frame-relay-tutorial/3

12/15/2015

CCNA Training Frame Relay Tutorial

CCNA Security Website

CCNA Voice Website

CCNA Wireless Website

CCIE Website

Page 8 of 8

Top

Copyright 2010-2013 CCNA Training


Site Privacy Policy. Valid XHTML 1.1 and CSS 3.BH

http://www.9tut.com/frame-relay-tutorial/3

12/15/2015

You might also like