SlideShare a Scribd company logo
1 of 9
 Frame Relay is a scalable WAN solution that is often used
as an alternative to leased lines when leased lines prove to
be cost unaffordable. With Frame Relay, you can have a
single serial interface on a router connecting into multiple
remote sites through virtual circuits.
Virtual Circuits (VCs)
 A VC is a logical connection between two devices; therefore, many of
these VCs can exist on the same physical connection. The advantage
that VCs have over leased lines is that they can provide full connectivity
at a much lower price. VCs are also full-duplex: you can simultaneously
send and receive on the same VC.
 There are two types of VCs: permanent VCs (PVCs) and switched or
semipermanent VCs (SVCs).
 PVC is similar to a leased line: it is configured up front by the carrier
and remains up as long as there is a physical circuit path from the
source to the destination.
 SVC are similar to telephone circuit-switched connections: whenever
you need to send data to a connection, an SVC is dynamically built and
then torn down once your data has been sent.
 Disadvantage of PVCs is that they require a lot of manual configuration
up front to establish the VC. Another disadvantage is that they aren't
very flexible: if the PVC fails, there is no dynamic rebuilding of the PVC
around the failure.
LMIThree different standards are defined for LMI:-
 ANSI's Annex D standard, T1.617
 ITU-T's Q.933 Annex A standard
 The Gang of Four
 Because LMI is locally significant, each Frame Relay DTE in your network does not have
to use the same LMI type The main function of LMI is to allow the Frame Relay DTE and
DCE to exchange status information about the VCs and themselves Cisco has default
timers for their status enquiry and full status update messages. Status enquiry messages
are sent every ten seconds, by default. Every sixth message is a full status update message.
The three possible states that your PVC can be in are
 Active— Active is good. Active means that everything is up and operational.
 Inactive— Inactive is bad. Inactive means that you are connected to your Frame Relay
provider, but there is a problem with the far-end connection. The problem is most likely
between the far-end router and its connection to the Frame Relay provider. You should
contact your provider to troubleshoot the issue.
 Deleted— Deleted is also bad. Deleted means that there is a problem between your
router and the Frame Relay provider's equipment. You should contact your provider to
troubleshoot this issue.
DLCI
 Each VC has a unique local address, called a DLCI. Circuits are
identified by data-link connection identifiers (DLCI). DLCIs are
assigned by your provider and are used between your router and the
Frame Relay provider. In other words, DLCIs are locally significant.
This means that as a VC traverses various segments in a WAN, the DLCI
numbers can be different for each segment. DLCIs are locally
significant. The carrier’s switches take care of mapping DLCI numbers
for a VC between DTEs and DCEs.
Nonbroadcast Multiaccess
 Nonbroadcast multiaccess (NBMA) is a term used to describe WAN
networks that use VCs for connectivity Frame Relay is a nonbroadcast
multi-access (NBMA) medium, which means that broadcast traffic is
not allowed to traverse Frame Relay traffic.
Split Horizon Issues
 The main problem of NBMA environments arises when the network is
partially meshed for a subnet. This can create problems with routing
protocols that support split horizon.
Solutions to Split Horizon Problems
 Given the preceding problem with routing protocols that use split horizon,
there are solutions that you can use to overcome this issue:
 Use static routes instead of dynamic routing protocols. This is not a scalable
solution.
 Disable split horizon with the no ip split-horizon command.This could create a
loop, If you are not careful
 Have a fully meshed topology where every router has a PVC to every other
router. This can get expensive.
 Use subinterfaces. This is your best option.
Ubinterfaces
 A subinterface is a subset of an existing physical interface. As far as the router is
concerned, the subinterface is a separate interface. By creating subinterfaces,
each circuit can be on its own subnet. There are two types of subinterfaces:
 Point-to-point— This maps a single IP subnet to a single subinterface and
DLCI.
 Multipoint— This maps a single IP subnet to multiple DLCIs on a
subinterface.
Inverse-Arp
 Frame Relay needs a mechanism to map Layer 3 addresses withLayer 2
Frame Relay DLCIs. This can be done through a static map command
(shown later in the configuration section) or through inverse-arp. Just
like Ethernet ARP, inverse-arp is used to map a Layer 3 address to a
Layer 2 address. However, Ethernet ARP maps an IP address to a MAC
address and inverse-arp works to map an IP address (or other protocol)
to a DLCI.
FECN (Forward explicit congestion notification)
 This value in the Frame Relay frame header is set by the carrier switch
(typically) to indicate congestion inside the carrier network to the
destination device at the end of the VC; the carrier may be doing this to
your traffic as it is on its way to its destination.
BECN (backward explicit congestion notification)
 This value is set by the destination DTE (Frame Relay device) in the
header of the Frame Relay frame to indicate congestion (from the
source to the destination) to the source of the Frame Relay frames (the
source DTE, the router). Sometimes the carrier switches can generate
BECN frames in the backward direction to the source to speed up the
congestion notification process. The source can then adapt its rate on
the VC appropriately.
Access rate
 This is the speed of the physical connection (such as a T1)
between your router and the Frame Relay switch.
CIR (committed information rate)
 This is the average data rate, measured over a fixed period of
time, that the carrier guarantees for a VC.
BC (committed burst rate)
 This is the average data rate (over a period of a smaller fixed time
than CIR) that a provider guarantees for a VC; in other words, it
implies a smaller time period but a higher average than the CIR
to allow for small bursts in traffic.
BE (excessive burst rate)
 This is the fastest data rate at which the provider will ever service the
VC. Some carriers allow you to set this value to match the access rate.
DE (discard eligibility)
 This is used to mark a frame as low priority. You can do this manually,
or the carrier will do this for a frame that is nonconforming to your
traffic contract (exceeding CIR/BC values).
Oversubscription
 When you add up all of the CIRs of your VCs on an interface, they
exceed the access rate of the interface: you are betting that all of your
VCs will not run, simultaneously, at their traffic-contracted rates.

More Related Content

What's hot

Integrated services digital network (isdn)
Integrated services digital network (isdn)Integrated services digital network (isdn)
Integrated services digital network (isdn)
Gulu University
 

What's hot (20)

0 lecture 5 wp wireless protocol
0 lecture 5 wp wireless protocol0 lecture 5 wp wireless protocol
0 lecture 5 wp wireless protocol
 
Ethernet,token ring
Ethernet,token ring Ethernet,token ring
Ethernet,token ring
 
ATM
ATMATM
ATM
 
Networking concepts
Networking conceptsNetworking concepts
Networking concepts
 
Network Topology.pdf
Network Topology.pdfNetwork Topology.pdf
Network Topology.pdf
 
I pv4 address classes
I pv4 address classesI pv4 address classes
I pv4 address classes
 
Mobile Computing (Part-2)
Mobile Computing (Part-2)Mobile Computing (Part-2)
Mobile Computing (Part-2)
 
Integrated services digital network (isdn)
Integrated services digital network (isdn)Integrated services digital network (isdn)
Integrated services digital network (isdn)
 
atm
atmatm
atm
 
Isdn networking
Isdn networkingIsdn networking
Isdn networking
 
WLAN of networking.ppt
WLAN of networking.pptWLAN of networking.ppt
WLAN of networking.ppt
 
Packet switching
Packet switchingPacket switching
Packet switching
 
IPV6 Addressing
IPV6 Addressing IPV6 Addressing
IPV6 Addressing
 
Classless inter domain routing
Classless inter domain routingClassless inter domain routing
Classless inter domain routing
 
OSI Model - Open Systems Interconnection
OSI Model - Open Systems InterconnectionOSI Model - Open Systems Interconnection
OSI Model - Open Systems Interconnection
 
Distributed os
Distributed osDistributed os
Distributed os
 
Cellular technologies and security
Cellular technologies and securityCellular technologies and security
Cellular technologies and security
 
Token ring protocol
Token ring protocolToken ring protocol
Token ring protocol
 
Cellular Telephone Systems
Cellular Telephone SystemsCellular Telephone Systems
Cellular Telephone Systems
 
ETHERNET
ETHERNETETHERNET
ETHERNET
 

Similar to Basic concept of frame relay

Frame relay
Frame relay Frame relay
Frame relay
balub4
 

Similar to Basic concept of frame relay (20)

Frame relay
Frame relayFrame relay
Frame relay
 
Frame Relay
Frame RelayFrame Relay
Frame Relay
 
presentation detaillé parfaitement a propos du frameRelay
presentation detaillé parfaitement a propos du  frameRelaypresentation detaillé parfaitement a propos du  frameRelay
presentation detaillé parfaitement a propos du frameRelay
 
Frame relay
Frame relayFrame relay
Frame relay
 
Frame relay
Frame  relayFrame  relay
Frame relay
 
frame relay.pdf
frame relay.pdfframe relay.pdf
frame relay.pdf
 
Ccna4 mod5-frame relay
Ccna4 mod5-frame relayCcna4 mod5-frame relay
Ccna4 mod5-frame relay
 
Module 5 high speed swan,atm,transport layer
Module 5 high speed swan,atm,transport layerModule 5 high speed swan,atm,transport layer
Module 5 high speed swan,atm,transport layer
 
Module 4 netwok layer,routing ,vlan,x.25doc
Module 4 netwok layer,routing ,vlan,x.25docModule 4 netwok layer,routing ,vlan,x.25doc
Module 4 netwok layer,routing ,vlan,x.25doc
 
Chapter 8
Chapter 8Chapter 8
Chapter 8
 
Frame relay
Frame relay Frame relay
Frame relay
 
CCNA 1
CCNA 1CCNA 1
CCNA 1
 
Intro to-wan
Intro to-wanIntro to-wan
Intro to-wan
 
Intro to-wan
Intro to-wanIntro to-wan
Intro to-wan
 
Computer networks high speed swan,atm,frame realy
Computer networks high speed swan,atm,frame realyComputer networks high speed swan,atm,frame realy
Computer networks high speed swan,atm,frame realy
 
Qos wlan
Qos wlanQos wlan
Qos wlan
 
WAN (wide area network)
WAN (wide area network)WAN (wide area network)
WAN (wide area network)
 
Frame_Relay_High_speed_communication.pptx
Frame_Relay_High_speed_communication.pptxFrame_Relay_High_speed_communication.pptx
Frame_Relay_High_speed_communication.pptx
 
C C N A Day5
C C N A  Day5C C N A  Day5
C C N A Day5
 
frame relay
frame relayframe relay
frame relay
 

More from NetProtocol Xpert

More from NetProtocol Xpert (20)

Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)Basic Cisco ASA 5506-x Configuration (Firepower)
Basic Cisco ASA 5506-x Configuration (Firepower)
 
MPLS Layer 3 VPN
MPLS Layer 3 VPN MPLS Layer 3 VPN
MPLS Layer 3 VPN
 
Common Layer 2 Threats, Attacks & Mitigation
Common Layer 2 Threats, Attacks & MitigationCommon Layer 2 Threats, Attacks & Mitigation
Common Layer 2 Threats, Attacks & Mitigation
 
Storm-Control
Storm-ControlStorm-Control
Storm-Control
 
Dynamic ARP Inspection (DAI)
Dynamic ARP Inspection (DAI)Dynamic ARP Inspection (DAI)
Dynamic ARP Inspection (DAI)
 
IP Source Guard
IP Source Guard IP Source Guard
IP Source Guard
 
DHCP Snooping
DHCP SnoopingDHCP Snooping
DHCP Snooping
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
 
Application & Data Center
Application & Data CenterApplication & Data Center
Application & Data Center
 
Cisco ISR 4351 Router
Cisco ISR 4351 RouterCisco ISR 4351 Router
Cisco ISR 4351 Router
 
Cisco ASR 1001-X Router
Cisco ASR 1001-X RouterCisco ASR 1001-X Router
Cisco ASR 1001-X Router
 
Securing management, control & data plane
Securing management, control & data planeSecuring management, control & data plane
Securing management, control & data plane
 
Point to-point protocol (ppp), PAP & CHAP
Point to-point protocol (ppp), PAP & CHAPPoint to-point protocol (ppp), PAP & CHAP
Point to-point protocol (ppp), PAP & CHAP
 
Avoid DNS lookup when mistyping a command
Avoid DNS lookup when mistyping a commandAvoid DNS lookup when mistyping a command
Avoid DNS lookup when mistyping a command
 
TCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and SwitchesTCLSH and Macro Ping Test on Cisco Routers and Switches
TCLSH and Macro Ping Test on Cisco Routers and Switches
 
Private VLANs
Private VLANsPrivate VLANs
Private VLANs
 
MTU (maximum transmission unit) & MRU (maximum receive unit)
MTU (maximum transmission unit) & MRU (maximum receive unit)MTU (maximum transmission unit) & MRU (maximum receive unit)
MTU (maximum transmission unit) & MRU (maximum receive unit)
 
OTV Configuration
OTV ConfigurationOTV Configuration
OTV Configuration
 
Cisco OTV 
Cisco OTV Cisco OTV 
Cisco OTV 
 
OTV(Overlay Transport Virtualization)
OTV(Overlay  Transport  Virtualization)OTV(Overlay  Transport  Virtualization)
OTV(Overlay Transport Virtualization)
 

Recently uploaded

Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
hublikarsn
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
HenryBriggs2
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 

Recently uploaded (20)

Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257Memory Interfacing of 8086 with DMA 8257
Memory Interfacing of 8086 with DMA 8257
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 

Basic concept of frame relay

  • 1.
  • 2.  Frame Relay is a scalable WAN solution that is often used as an alternative to leased lines when leased lines prove to be cost unaffordable. With Frame Relay, you can have a single serial interface on a router connecting into multiple remote sites through virtual circuits.
  • 3. Virtual Circuits (VCs)  A VC is a logical connection between two devices; therefore, many of these VCs can exist on the same physical connection. The advantage that VCs have over leased lines is that they can provide full connectivity at a much lower price. VCs are also full-duplex: you can simultaneously send and receive on the same VC.  There are two types of VCs: permanent VCs (PVCs) and switched or semipermanent VCs (SVCs).  PVC is similar to a leased line: it is configured up front by the carrier and remains up as long as there is a physical circuit path from the source to the destination.  SVC are similar to telephone circuit-switched connections: whenever you need to send data to a connection, an SVC is dynamically built and then torn down once your data has been sent.  Disadvantage of PVCs is that they require a lot of manual configuration up front to establish the VC. Another disadvantage is that they aren't very flexible: if the PVC fails, there is no dynamic rebuilding of the PVC around the failure.
  • 4. LMIThree different standards are defined for LMI:-  ANSI's Annex D standard, T1.617  ITU-T's Q.933 Annex A standard  The Gang of Four  Because LMI is locally significant, each Frame Relay DTE in your network does not have to use the same LMI type The main function of LMI is to allow the Frame Relay DTE and DCE to exchange status information about the VCs and themselves Cisco has default timers for their status enquiry and full status update messages. Status enquiry messages are sent every ten seconds, by default. Every sixth message is a full status update message. The three possible states that your PVC can be in are  Active— Active is good. Active means that everything is up and operational.  Inactive— Inactive is bad. Inactive means that you are connected to your Frame Relay provider, but there is a problem with the far-end connection. The problem is most likely between the far-end router and its connection to the Frame Relay provider. You should contact your provider to troubleshoot the issue.  Deleted— Deleted is also bad. Deleted means that there is a problem between your router and the Frame Relay provider's equipment. You should contact your provider to troubleshoot this issue.
  • 5. DLCI  Each VC has a unique local address, called a DLCI. Circuits are identified by data-link connection identifiers (DLCI). DLCIs are assigned by your provider and are used between your router and the Frame Relay provider. In other words, DLCIs are locally significant. This means that as a VC traverses various segments in a WAN, the DLCI numbers can be different for each segment. DLCIs are locally significant. The carrier’s switches take care of mapping DLCI numbers for a VC between DTEs and DCEs. Nonbroadcast Multiaccess  Nonbroadcast multiaccess (NBMA) is a term used to describe WAN networks that use VCs for connectivity Frame Relay is a nonbroadcast multi-access (NBMA) medium, which means that broadcast traffic is not allowed to traverse Frame Relay traffic. Split Horizon Issues  The main problem of NBMA environments arises when the network is partially meshed for a subnet. This can create problems with routing protocols that support split horizon.
  • 6. Solutions to Split Horizon Problems  Given the preceding problem with routing protocols that use split horizon, there are solutions that you can use to overcome this issue:  Use static routes instead of dynamic routing protocols. This is not a scalable solution.  Disable split horizon with the no ip split-horizon command.This could create a loop, If you are not careful  Have a fully meshed topology where every router has a PVC to every other router. This can get expensive.  Use subinterfaces. This is your best option. Ubinterfaces  A subinterface is a subset of an existing physical interface. As far as the router is concerned, the subinterface is a separate interface. By creating subinterfaces, each circuit can be on its own subnet. There are two types of subinterfaces:  Point-to-point— This maps a single IP subnet to a single subinterface and DLCI.  Multipoint— This maps a single IP subnet to multiple DLCIs on a subinterface.
  • 7. Inverse-Arp  Frame Relay needs a mechanism to map Layer 3 addresses withLayer 2 Frame Relay DLCIs. This can be done through a static map command (shown later in the configuration section) or through inverse-arp. Just like Ethernet ARP, inverse-arp is used to map a Layer 3 address to a Layer 2 address. However, Ethernet ARP maps an IP address to a MAC address and inverse-arp works to map an IP address (or other protocol) to a DLCI. FECN (Forward explicit congestion notification)  This value in the Frame Relay frame header is set by the carrier switch (typically) to indicate congestion inside the carrier network to the destination device at the end of the VC; the carrier may be doing this to your traffic as it is on its way to its destination. BECN (backward explicit congestion notification)  This value is set by the destination DTE (Frame Relay device) in the header of the Frame Relay frame to indicate congestion (from the source to the destination) to the source of the Frame Relay frames (the source DTE, the router). Sometimes the carrier switches can generate BECN frames in the backward direction to the source to speed up the congestion notification process. The source can then adapt its rate on the VC appropriately.
  • 8. Access rate  This is the speed of the physical connection (such as a T1) between your router and the Frame Relay switch. CIR (committed information rate)  This is the average data rate, measured over a fixed period of time, that the carrier guarantees for a VC. BC (committed burst rate)  This is the average data rate (over a period of a smaller fixed time than CIR) that a provider guarantees for a VC; in other words, it implies a smaller time period but a higher average than the CIR to allow for small bursts in traffic.
  • 9. BE (excessive burst rate)  This is the fastest data rate at which the provider will ever service the VC. Some carriers allow you to set this value to match the access rate. DE (discard eligibility)  This is used to mark a frame as low priority. You can do this manually, or the carrier will do this for a frame that is nonconforming to your traffic contract (exceeding CIR/BC values). Oversubscription  When you add up all of the CIRs of your VCs on an interface, they exceed the access rate of the interface: you are betting that all of your VCs will not run, simultaneously, at their traffic-contracted rates.