Sie sind auf Seite 1von 85

Frame Relay

長庚大學資訊工程學系 陳仁暉 助理教授


E-mail: jhchen@mail.cgu.edu.tw
URL: http://www.csie.cgu.edu.tw/~jhchen

 All rights reserved. No part of this publication and file may be reproduced, stored in a retrieval system,
or transmitted in any form or by any means, electronic, mechanical, photocopying, recording or otherwise,
without prior written permission of Professor Jenhui Chen (E-mail: jhchen@mail.cgu.edu.tw).
NDSL, Chang Gung University 1
Outline

 Describe the Introduction


 Describe the history of Frame Relay
 Describe how Frame Relay works
 Describe the primary functionality traits of
Frame Relay
 Describe the format of Frame Relay frames

NDSL, Chang Gung University 2


Introduction
 Packet-Switching Networks
 Switching Technique
 Routing
 X.25
 Frame Relay Networks
 Architecture
 User Data Transfer
 Call Control

NDSL, Chang Gung University 3


Introduction
 Frame Relay (FR) is a high-performance WAN
protocol that operates at the physical and data link
layers of the OSI reference model.
 FR originally was designed for use across Integrated
Service Digital Network (ISDN) interfaces.
 Today, it is used over a variety of other network
interfaces as well.
 FR is an example of a packet-switched technology.
 Packet-switched networks enable end stations to
dynamically share the network medium and the
available bandwidth.

NDSL, Chang Gung University 4


What is Frame Relay?
 “A packet-switching protocol for connecting devices on a
Wide Area Network (WAN)” quoted from Webopedia.
 FR networks in the U.S. support data transfer rates at T-
1 (1.544 Mb/s) and T-3 (45 Mb/s) speeds. In fact, you
can think of Frame Relay as a way of utilizing existing T-
1 and T-3 lines owned by a service provider. Most
telephone companies now provide FR service for
customers who want connections at 56 Kb/s to T-1
speeds. (In Europe, FR’s speeds vary from 64 Kb/s to 2
Mb/s.
 In the U.S., Frame Relay is quite popular because it is
relatively inexpensive. However, it is being replaced in
some areas by faster technologies, such as ATM.

NDSL, Chang Gung University 5


Introduction
 FR often is described as a streamlined version of X.25,
offering fewer of the robust capabilities, such as windowing
and retransmission of last data that are offered in X.25.
 This is because FR typically operates over WAN facilities
that offer more reliable connection services and a higher
degree of reliability than the facilities available during the
late 1970s and early 1980s that served as the common
platform for X.25 WANs.
 FR is strictly a Layer 2 protocol suite, whereas X.25
provides services at Layer 3 (the network layer, we will
discuss it later) as well.
 This enables FR to offer higher performance and greater
transmission efficiency than X.25, and makes FR suitable
for current WAN applications, such as LAN interconnection.

NDSL, Chang Gung University 6


Outline

 Describe the Introduction


 Describe the history of Frame Relay
 Describe how Frame Relay works
 Describe the primary functionality traits of
Frame Relay
 Describe the format of Frame Relay frames

NDSL, Chang Gung University 7


Frame Relay Standardization
 Initial proposals for the standardization of FR were
presented to the Consultative Committee on
International Telephone and Telegraph (CCITT) in
1984.
 Because of lack of interoperability and lack of
complete standardization, however, FR did not
experience significant deployment during the late
1980s.
 A major development in Frame Relay’s history
occurred in 1990 when Cisco, Digital Equipment
Corporation (DEC), Northern Telecom, and
StrataCom formed a consortium to focus on Frame
Relay technology development.

NDSL, Chang Gung University 8


Frame Relay Standardization
(Cont.)
This consortium developed a specification that conformed
to the basic Frame Relay protocol that was being
discussed in CCITT, but it extended the protocol with
features that provide additional capabilities for complex
internetworking environments.
 These Frame Relay extensions are referred to collectively
as the Local Management Interface (LMI).
 ANSI and CCITT have subsequently standardized their
own variations of the original LMI specification, and these
standardized specifications now are more commonly
used than the original version.
 Internationally, Frame Relay was standardized by the
International Telecommunication Union—
Telecommunications Standards Section (ITU-T).
 In the United States, Frame Relay is an American
National Standards Institute (ANSI) standard.

NDSL, Chang Gung University 9


Frame Relay Devices
 Devices attached to a Frame Relay WAN fall into
the following two general categories:
 Data terminal equipment (DTE)
 DTEs generally are considered to be terminating equipment
for a specific network and typically are located on the
premises of a customer.
 Example of DTE devices are terminals, personal computers,
routers, and bridges.
 Data circuit-terminating equipment (DCE)
 DCEs are carrier-owned internetworking devices.
 The purpose of DCE equipments is to provide clocking and
switching services in a network, which are the devices that
actually transmit data through the WAN.

NDSL, Chang Gung University 10


Frame Relay Devices (cont.)

NDSL, Chang Gung University 11


Frame Relay Devices (cont.)

 The connection between a DTE device and a


DCE device consists of both a physical layer
component (L1) and a link layer component (L2).
 The physical component defines the mechanical,
electrical, functional, and procedural
specifications for the connection between the
devices. One of the commonly used physical
layer interface specifications is the
recommended standard (RS)-232.

NDSL, Chang Gung University 12


Serial Point-to-Point
Connection
End user
Router connections
device

DTE

DCE
Service
Provider
EIA/TIA-232 EIA/TIA-449 V.35 X.21 EIA-530
Network connections at the CSU/DSU

NDSL, Chang Gung University 13


Packet-Switching Networks
 Basic technology the same as in the 1970s
 One of the few effective technologies for long
distance data communications
 Frame relay and ATM are variants of packet-
switching
 Advantages:
 Flexibility, resource sharing, robust, responsive
 Disadvantages:
 Time delays in distributed networks, overhead
penalties
 Need for routing and congestion control

NDSL, Chang Gung University 14


Definition of Packet Switching
 Refers to protocols in which messages are divided into packets
before they are sent. Each packet is then transmitted
individually and can even follow different routes to its
destination. Once all the packets forming a message arrive at
the destination, they are recompiled into the original message.
 Most modern Wide Area Network (WAN) protocols, including
TCP/IP, X.25, and Frame Relay, are based on packet-
switching technologies.
 In contrast, normal telephone service is based on a circuit-
switching technology, in which a dedicated line is allocated for
transmission between two parties.
 Circuit-switching is ideal when data must be transmitted quickly
and must arrive in the same order in which it's sent. This is the
case with most real-time data, such as live audio and video.
Packet switching is more efficient and robust for data that can
withstand some delays in transmission, such as e-mail
messages and Web pages.

NDSL, Chang Gung University 15


Circuit-Switching

 Long-haul telecom network designed for


voice
 Network resources dedicated to one call
 Shortcomings when used for data:
 Inefficient (high idle time)
 Constant data rate

NDSL, Chang Gung University 16


Packet-Switching

 Data transmitted in short blocks, or packets


 Packet length < 1000 octets
 Each packet contains user data plus control
info (routing)
 Store and forward

NDSL, Chang Gung University 17


The Use of Packets

NDSL, Chang Gung University 18


Packet Switching: Datagram
Approach

NDSL, Chang Gung University 19


Advantages with compared to
Circuit-Switching
 Greater line efficiency (many packets can go
over shared link)
 Data rate conversions
 Non-blocking under heavy traffic (but
increased delays). When traffic becomes
heavy on a circuit-switching network, some
calls are blocked.
 Priorities can be used.

NDSL, Chang Gung University 20


Disadvantages relative to
Circuit-Switching
 Packets incur additional delay with every
node they pass through
 Jitter: variation in packet delay
 Data overhead in every packet for routing
information, etc
 Processing overhead for every packet at
every node traversed

NDSL, Chang Gung University 21


Simple Switching Network

NDSL, Chang Gung University 22


Switching Technique
 Large messages broken up into smaller packets
 Datagram
 Each packet sent independently of the others
 No call setup
 More reliable (can route around failed nodes or
congestion)
 Virtual circuit
 Fixed route established before any packets sent
 No need for routing decision for each packet at each
node

NDSL, Chang Gung University 23


Packet Switching: Virtual-Circuit
Approach

NDSL, Chang Gung University 24


An Introduction to X.25
 The first commercial packet-switching network interface
standard was X.25.
 X.25 is now seldom used in developed countries but is
still available in many parts of the world (see next page).
 A popular standard for packet-switching networks. The
X.25 standard was approved by the CCITT (now the
ITU-T) in 1976. It defines layers 1, 2, and 3 in the OSI
Reference Model.
 3 levels
 Physical level (X.21)
 Link level: LAPB (Link Access Protocol-Balanced), a
subset of HDLC (High-level Data Link Control)
 Packet level (provides virtual circuit service)

NDSL, Chang Gung University 25


RTH in Region II

NMC in Region II
Centre in other region Moscow 64K Washington
64K
MTN circuit
Regional circuit 14.4-33.6K IMTN-MDCN
Interregional circuit 14.4-33.6K Novosibirsk (V.34) Khabarovsk CIR<32/768K>
Additional circuit (V.34)
NI No implementation Almaty 14.4-33.6K 14.4-33.6K 9.6K
14.4-33.6K (V.34) (V.34)
Non-IP link (V.34) 14.4-33.6K 14.4-33.6K
NI Via Moscow
IP link 14.4-33.6K V.34 Bishkek (V.34) 14.4-33.6K (V.34)
(V.34) PyongYang
Ulaanbaatar Tokyo
Id V.34
Ashgabad Id V.34 Tashkent CMA-VSAT
Offenbach IMTN-MDCN CMA-VSAT IMTN-MDCN
NI Frame Relay 75 Frame Relay
Baghdad CIR<8/8K> 75 CIR<48/48K>
NI
NI Tehran NI Dushanbe IMTN-MDCN
Beijing
IMTN-MDCN NI Frame Relay
Frame Relay 64K CIR<48/48K> Frame Relay
CIR<16/8K> NI Offenbach CIR<32/32K>
75
50 Kabul Frame Relay
Kuwait 9.6K CIR<16/16K>
64K 64K NI Thimpu
NI
Karachi 64K IMTN-MDCN 64K Seoul
64K Bahrain Frame Relay
New Delhi CIR<16/16K>
Jeddah 200 128K Frame Relay
50
Doha 64K CIR<16/16K>
64K
NI Kathmandu Moscow
Internet Hong Kong
50 Internet Abu- CMA-VSAT
Dhabi
64K 2.4K 100 ISDN 128K
Internet 100
64K 50
Hanoi
Algiers Macao
Dhaka Frame Relay
Muscat Cairo Internet CIR<16/16K>
Internet Internet Vientiane 9.6K
50 Frame Relay
Internet Cairo Yangon IMTN-MDCN
Sanaa CIR<16/16K>
64K Colombo 50 1200 CIR<32/32K>
Male 200 64K
Melbourne
Manila
Washington
75
Bangkok NI Phnom Penh
2.4K Melbourne
Frame Relay
CIR<16/16K>
Regional Meteorological Telecommunication Network for Region II (Asia) Singapore Kuala Lumpur

Current status as of December 2004 Chang Gung University


NDSL, 26
The Use of Virtual Circuits

NDSL, Chang Gung University 27


User Data and X.25 Protocol
Control Information

User data

Layer 3
X.25 packet
header

LAPB LAPB
LAPB frame
header trailer

NDSL, Chang Gung University 28


Frame Relay Networks

 Designed to eliminate much of the overhead in


X.25
 Call control signaling on separate logical
connection from user data
 Multiplexing/switching of logical connections at
layer 2 (not layer 3)
 No hop-by-hop flow control and error control
 Throughput an order of magnitude higher than
X.25

NDSL, Chang Gung University 29


Comparison of X.25 and Frame
Relay Protocol Stacks

NDSL, Chang Gung University 30


Virtual Circuits and Frame Relay
Virtual Connections

NDSL, Chang Gung University 31


Frame Relay Architecture

 X.25 has 3 layers: physical, link, network


 Frame Relay has 2 layers: physical and data
link (or LAPF, Link Access Procedure for
Frame Mode Bearer Services)
 LAPF core: minimal data link control
 Preservation of order for frames
 Small probability of frame loss
 LAPF control: additional data link or network
layer end-to-end functions
NDSL, Chang Gung University 32
Outline

 Describe the Introduction


 Describe the history of Frame Relay
 Describe how Frame Relay works
 Describe the primary functionality traits of
Frame Relay
 Describe the format of Frame Relay frames

NDSL, Chang Gung University 33


Frame Relay Virtual Circuits
 Frame Relay provides connection-oriented data link
layer communications. This means that a defined
communication exists between each pair of devices
and that these connections are associated with a
connection identifier (ID).
 This service is implemented by using a FR virtual
circuit, which is a logical connection created
between two DTE devices across a Frame Relay
packet-switched network (PSN).
 Virtual circuits provide a bidirectional communication
path from one DTE device to another and are
uniquely identified by a data-link connection
identifier (DLCI).

NDSL, Chang Gung University 34


Frame Relay Virtual Circuits
(cont.)
 A number of virtual circuits can be multiplexed into a
single physical circuit for transmission across the
network.
 This capability often can reduce the equipment and
network complexity required to connect multiple
DTE devices.
 A virtual circuit can pass through any number of
intermediate DCE devices (switches) located within
the Frame Relay PSN.
 Frame Relay virtual circuits fall into two categories:
switched virtual circuits (SVCs) and permanent
virtual circuits (PVCs).

NDSL, Chang Gung University 35


Switched Virtual Circuits
(SVCs)
 Switched virtual circuits (SVCs) are temporary connections used
in situations requiring only sporadic data transfer between DTE
devices across the Frame Relay network. A communication
session across an SVC consists of the following four operational
states:
 Call setup—The virtual circuit between two Frame Relay DTE

devices is established.
 Data transfer—Data is transmitted between the DTE devices

over the virtual circuit.


 Idle—The connection between DTE devices is still active, but no

data is transferred. If an SVC remains in an idle state for a


defined period of time, the call can be terminated.
 Call termination—The virtual circuit between DTE devices is

terminated.

NDSL, Chang Gung University 36


Permanent Virtual Circuits
(PVCs)
 Permanent virtual circuits (PVCs) are permanently established
connections that are used for frequent and consistent data
transfers between DTE devices across the Frame Relay network.
Communication across a PVC does not require the call setup
and termination states that are used with SVCs. PVCs always
operate in one of the following two operational states:
 Data transfer—Data is transmitted between the DTE devices
over the virtual circuit.
 Idle—The connection between DTE devices is active, but no
data is transferred. Unlike SVCs, PVCs will not be terminated
under any circumstances when in an idle state.
 DTE devices can begin transferring data whenever they are
ready because the circuit is permanently established.

NDSL, Chang Gung University 37


Data-Link Connection
Identifier
 Frame Relay virtual circuits are identified by data-link
connection identifiers (DLCIs). DLCI values typically are
assigned by the Frame Relay service provider (for
example, the telephone company).
 Frame Relay DLCIs have local significance, which
means that their values are unique in the LAN, but not
necessarily in the Frame Relay WAN.

NDSL, Chang Gung University 38


Congestion-Control
Mechanisms
 Frame Relay reduces network overhead by

implementing simple congestion-notification


mechanisms rather than explicit, per-virtual-circuit
flow control.
 Frame Relay typically is implemented on reliable
network media, so data integrity is not sacrificed
because flow control can be left to higher-layer
protocols. Frame Relay implements two
congestion-notification mechanisms:
 Forward-explicit congestion notification (FECN)
 Backward-explicit congestion notification (BECN)

NDSL, Chang Gung University 39


Congestion-Control
Mechanisms
FECN and BECN each is controlled by a single bit contained in the
Frame Relay frame header. The Frame Relay frame header also
contains a Discard Eligibility (DE) bit, which is used to identify less
important traffic that can be dropped during periods of congestion.
 The FECN bit is part of the Address field in the Frame Relay frame
header.
 The FECN mechanism is initiated when a DTE device sends
Frame Relay frames into the network. If the network is congested,
DCE devices (switches) set the value of the frames’ FECN bit to 1.
 When the frames reach the destination DTE device, the Address
field (with the FECN bit set) indicates that the frame experienced
congestion in the path from source to destination.
 The DTE device can relay this information to a higher-layer
protocol for processing.
 Depending on the implementation, flow control may be initiated, or
the indication may be ignored.

NDSL, Chang Gung University 40


Congestion-Control
Mechanisms
 The BECN bit is part of the Address field in the
Frame Relay frame header.
 DCE devices set the value of the BECN bit to 1 in
frames traveling in the opposite direction of frames
with their FECN bit set.
 This informs the receiving DTE device that a
particular path through the network is congested.
 The DTE device then can relay this information to a
higher-layer protocol for processing.
 Depending on the implementation, flow-control may
be initiated, or the indication may be ignored.

NDSL, Chang Gung University 41


Frame Relay Discard
Eligibility
 The Discard Eligibility (DE) bit is used to indicate
that a frame has lower importance than other
frames. The DE bit is part of the Address field in the
Frame Relay frame header.
 DTE devices can set the value of the DE bit of a
frame to 1 to indicate that the frame has lower
importance than other frames.
 When the network becomes congested, DCE
devices will discard frames with the DE bit set
before discarding those that do not. This reduces
the likelihood of critical data being dropped by
Frame Relay DCE devices during periods of
congestion.

NDSL, Chang Gung University 42


Frame Relay Error Checking
 Frame Relay uses a common error-checking
mechanism known as the cyclic redundancy check
(CRC).
 The CRC compares two calculated values to
determine whether errors occurred during the
transmission from source to destination.
 Frame Relay reduces network overhead by
implementing error checking rather than error
correction.
 Frame Relay typically is implemented on reliable
network media, so data integrity is not sacrificed
because error correction can be left to higher-layer
protocols running on top of Frame Relay.

NDSL, Chang Gung University 43


Frame Relay Local
Management Interface
 The Local Management Interface (LMI) is a set of enhancements
to the basic Frame Relay specification.
 The LMI was developed in 1990 by Cisco Systems, StrataCom,
Northern Telecom, and Digital Equipment Corporation.
 It offers a number of features (called extensions) for managing
complex internetworks. Key Frame Relay LMI extensions include
global addressing, virtual circuit status messages, and
multicasting.
 The LMI global addressing extension gives Frame Relay data-
link connection identifier (DLCI) values global rather than local
significance.
 DLCI values become DTE addresses that are unique in the
Frame Relay WAN. The global addressing extension adds
functionality and manageability to Frame Relay internetworks.

NDSL, Chang Gung University 44


Frame Relay Local
Management Interface
(cont.)
Individual network interfaces and the end nodes attached to
them, for example, can be identified by using standard address-
resolution and discovery techniques. In addition, the entire
Frame Relay network appears to be a typical LAN to routers on
its periphery.
 LMI virtual circuit status messages provide communication and
synchronization between Frame Relay DTE and DCE devices.
 These messages are used to periodically report on the status of
PVCs, which prevents data from being sent into black holes (that
is, over PVCs that no longer exist).
 The LMI multicasting extension allows multicast groups to be
assigned. Multicasting saves bandwidth by allowing routing
updates and address-resolution messages to be sent only to
specific groups of routers. The extension also transmits reports
on the status of multicast groups in update messages.

NDSL, Chang Gung University 45


Frame Relay Network
Implementation
 A common private Frame
Relay network
implementation is to equip a
T1 multiplexer with both
Frame Relay and non-Frame
Relay interfaces.
 Frame Relay traffic is
forwarded out the Frame
Relay interface and onto the
data network. Non-Frame
Relay traffic is forwarded to
the appropriate application or
service, such as a private
branch exchange (PBX) for
telephone service or to a
video-teleconferencing
application.

NDSL, Chang Gung University 46


Frame Relay Network
Implementation
Frame Relay is implemented in both public carrier-provided
networks and in private enterprise networks.
 Public Carrier-Provided Networks
 In public carrier-provided Frame Relay networks, the Frame Relay
switching equipment is located in the central offices of a
telecommunications carrier. Subscribers are charged based on their
network use but are relieved from administering and maintaining the
Frame Relay network equipment and service.
 Generally, the DCE equipment also is owned by the telecommunications
provider.
 DTE equipment either will be customer-owned or perhaps will be owned
by the telecommunications provider as a service to the customer.
 Private Enterprise Networks
 More frequently, organizations worldwide are deploying private Frame
Relay networks. In private Frame Relay networks, the administration and
maintenance of the network are the responsibilities of the enterprise (a
private company). All the equipment, including the switching equipment,
is owned by the customer.

NDSL, Chang Gung University 47


Outline

 Describe the Introduction


 Describe the history of Frame Relay
 Describe how Frame Relay works
 Describe the primary functionality traits of
Frame Relay
 Describe the format of Frame Relay frames

NDSL, Chang Gung University 48


Frame Relay Frame Formats
 Flags—Delimits the beginning and end of the frame.
The value of this field is always the same and is
represented either as the hexadecimal number 7E or as
the binary number 01111110.
 Address—Contains the following information: (in bits)
 DLCI: ‘0’ for Call Control message
 Extended Address (EA): Address field extension bit
 C/R: the C/R bit is not currently defined.
 Congestion Control:

NDSL, Chang Gung University 49


LAPF Core

 LAPF (Link Access Procedure for Frame


Mode Bearer Services)
 Frame delimiting, alignment and
transparency
 Frame multiplexing/demultiplexing
 Inspection of frame for length constraints
 Detection of transmission errors
 Congestion control

NDSL, Chang Gung University 50


LAPF-core Formats

8 6 7
Upper
Lower DLC
NDSL, Chang Gung University 51
User Data Transfer

 No control field, which is normally used for:


 Identify frame type (data or control)
 Sequence numbers
 Implication:
 Connection setup/teardown carried on separate
channel
 Cannot do flow and error control

NDSL, Chang Gung University 52


Outline

 Describe the Introduction


 Describe the history of Frame Relay
 Describe how Frame Relay works
 Describe the primary functionality traits of
Frame Relay
 Describe the format of Frame Relay frames
 Frame Call Control and Example

NDSL, Chang Gung University 53


Frame Relay Call Control

 Frame Relay Call Control


 Data transfer involves:
 Establish logical connection and DLCI
 Exchange data frames
 Release logical connection

NDSL, Chang Gung University 54


Frame Relay Call Control

4 message types needed


 SETUP

 CONNECT

 RELEASE

 RELEASE COMPLETE

NDSL, Chang Gung University 55


Frame Relay Overview
DCE or
Frame
Relay Switch

CSU/DSU

Frame Relay works here.

 Virtual circuits make connections


 Connection-oriented service

NDSL, Chang Gung University


Frame Relay Stack

OSI Reference Model Frame Relay


Application

Presentation

Session
Transport
Network IP/IPX/AppleTalk, etc.
Data Link Frame Relay
EIA/TIA-232,
Physical EIA/TIA-449, V.35,
X.21, EIA/TIA-530

NDSL, Chang Gung University 57


Frame Relay Terminology
PVC
DLCI: 100
DLCI: 200
LMI
100=Active
400=Active

DLCI: 400
Local Access
Local Loop=64 kbps
Access
Loop=T1

PVC
Local Access
Loop=64 kbps
DLCI: 500

NDSL, Chang Gung University


Frame Relay
Address Mapping
DLCI: 500 PVC 10.1.1.1
CSU/DSU

Inverse ARP or
Frame Relay map

Frame IP
Relay DLCI (500) (10.1.1.1)

 Get locally significant DLCIs from provider


 Map your network addresses to DLCIs

NDSL, Chang Gung University


Frame Relay Signaling
DLCI: 500 PVC 10.1.1.1
CSU/DSU
LMI
500=Active
400=Inactive
DLCI: 400 x PVC

Keepalive

Cisco supports three LMI standards:


 Cisco
 ANSI T1.617

 ITU-T Q.933

NDSL, Chang Gung University


Frame Relay Inverse ARP and
LMI Operation
1
Frame Relay
DLCI=100 Cloud DLCI=400

172.168.5.5 172.168.5.7

NDSL, Chang Gung University


Frame Relay Inverse ARP and
LMI Operation
1
Frame Relay
DLCI=100 Cloud DLCI=400

172.168.5.5 172.168.5.7

Status Inquiry Status Inquiry


2 2

NDSL, Chang Gung University


Frame Relay Inverse ARP and
LMI Operation
1
Frame Relay
DLCI=100 Cloud DLCI=400

172.168.5.5 172.168.5.7

Status Inquiry Status Inquiry


2 2

Local DLCI 100=Active Local DLCI 400=Active


3 34

NDSL, Chang Gung University


Frame Relay Inverse ARP and
LMI Operation
1
Frame Relay
DLCI=100 Cloud DLCI=400

172.168.5.5 172.168.5.7

Status Inquiry Status Inquiry


2 2

Local DLCI 100=Active Local DLCI 400=Active


3 34

Hello, I am 172.168.5.5.
4

NDSL, Chang Gung University


Frame Relay Inverse ARP and
LMI Operation (cont.)
Frame Relay
DLCI=100 Cloud DLCI=400

172.168.5.5 172.168.5.7

Frame Relay Map


5
172.168.5.5 DLCI 400 Active

Hello, I am 172.168.5.7.
4
Frame Relay Map
5
172.168.5.7 DLCI 100 Active

NDSL, Chang Gung University


Frame Relay Inverse ARP and
LMI Operation (cont.)
Frame Relay
DLCI=100 Cloud DLCI=400

172.168.5.5 172.168.5.7

Frame Relay Map


5
172.168.5.5 DLCI 400 Active

Hello, I am 172.168.5.7.
4
Frame Relay Map
5
172.168.5.7 DLCI 100 Active
Hello, I am 172.168.5.5.
6

NDSL, Chang Gung University


Frame Relay Inverse ARP and
LMI Operation (cont.)
Frame Relay
DLCI=100 Cloud DLCI=400

172.168.5.5 172.168.5.7

Frame Relay Map


5
172.168.5.5 DLCI 400 Active

Hello, I am 172.168.5.7.
4
Frame Relay Map
5
172.168.5.7 DLCI 100 Active
Hello, I am 172.168.5.5.
6
Keepalives Keepalives
7 7
NDSL, Chang Gung University
Configuring Basic Frame
Relay
Rel. 11.2 Router Rel. 10.3 Router

HQ Branch

interface Serial1 interface Serial1


ip address 10.16.0.1 255.255.255.0 ip address 10.16.0.2 255.255.255.0
encapsulation frame-relay encapsulation frame-relay
bandwidth 64 bandwidth 64
frame-relay lmi-type ansi

NDSL, Chang Gung University


Configuring Basic Frame
Relay (cont.)
Rel. 11.2 Router Rel. 10.3 Router

HQ Branch

interface Serial1 interface Serial1


ip address 10.16.0.1 255.255.255.0 ip address 10.16.0.2 255.255.255.0
encapsulation frame-relay encapsulation frame-relay
bandwidth 64 bandwidth 64
frame-relay lmi-type ansi

Inverse ARP
• Enabled by default
• Does not appear in configuration output
NDSL, Chang Gung University
Configuring a Static Frame
Relay Map
DLCI=110
IP address=10.16.0.1/24

p1r1
HQ Branch
DLCI=100
IP address=10.16.0.2/24

interface Serial1
ip address 10.16.0.1 255.255.255.0
encapsulation frame-relay
bandwidth 64
frame-relay map ip 10.16.0.2 110 broadcast

NDSL, Chang Gung University


Verifying Frame Relay
Operation
Router#show interface 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>

 Displays line, protocol, DLCI, and LMI information

NDSL, Chang Gung University


Verifying Frame Relay
Operation (cont.)
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

 Displays LMI information

NDSL, Chang Gung University


Verifying Frame Relay
Operation (cont.)
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

 Displays PVC traffic statistics

NDSL, Chang Gung University


Verifying Frame Relay
Operation (cont.)
how frame-relay map
(up): ip 10.140.1.1 dlci 100(0x64,0x1840), dynamic,
broadcast,, status defined, active

 Displays the route maps, either static or dynamic

NDSL, Chang Gung University


Verifying Frame Relay
Operation (cont.)
rame-relay map
ip 10.140.1.1 dlci 100(0x64,0x1840), dynamic,
broadcast,, status defined, active
frame-relay-inarp
me map

• Clears dynamically created Frame Relay maps

NDSL, Chang Gung University 75


Verifying Frame Relay
Operation (cont.)
debug Frame lmi
elay LMI debugging is on
ing all Frame Relay LMI data
erial0(out): StEnq, myseq 140, yourseen 139, DTE up
atagramstart = 0xE008EC, datagramsize = 13
R encap = 0xFCF10309
0 75 01 01 01 03 02 8C 8B
erial0(in): Status, myseq 140
T IE 1, length 1, type 1
A IE 3, length 2, yourseq 140, myseq 140
erial0(out): StEnq, myseq 141, yourseen 140, DTE up
atagramstart = 0xE008EC, datagramsize = 13
R encap = 0xFCF10309
0 75 01 01 01 03 02 8D 8C
erial0(in): Status, myseq 142
T IE 1, length 1, type 0
A IE 3, length 2, yourseq 142, myseq 142
VC IE 0x7 , length 0x6 , dlci 100, status 0x2 , bw 0

• Displays LMI debug information

NDSL, Chang Gung University 76


Selecting a Frame Relay
Topology

Full Mesh

Partial Mesh

Star (Hub and Spoke)

Frame Relay default: nonbroadcast, multiaccess (NBMA)


NDSL, Chang Gung University
Reachability Issues with
Routing Updates
B
Routing 1
Update B

2
AA C
C
3
D

 Problem:
Broadcast traffic must be replicated for
each active connection

NDSL, Chang Gung University


Resolving Reachability Issues

Logical Interface Physical


Interface Subnet A
S0.1 S0
S0.2 Subnet B
S0.3

Subnet C

Solution:
 Split horizon can cause problems in NBMA environments
 Subinterfaces can resolve split horizon issues
 A single physical interface simulates multiple logical interfaces

NDSL, Chang Gung University


Configuring Subinterfaces
 Point-to-Point
– Subinterfaces act as leased line
– Each point-to-point subinterface requires its own subnet
– Applicable to hub and spoke topologies
• Multipoint
– Subinterfaces act as NBMA network so they do not resolve the split
horizon issue
– Can save address space because uses single subnet
– Applicable to partial-mesh and full-mesh topology

NDSL, Chang Gung University


Configuring Point-to-Point
Subinterfaces 10.17.0.1
s0.2 DLCI=110 10.17.0.2
A DL
s0.3 C
10.18.0.1 I=1 B
20
interface Serial0
no ip address
encapsulation frame-relay
! 10.18.0.2
interface Serial0.2 point-to-point
ip address 10.17.0.1 255.255.255.0
bandwidth 64 C
frame-relay interface-dlci 110
!
interface Serial0.3 point-to-point
ip address 10.18.0.1 255.255.255.0
bandwidth 64
frame-relay interface-dlci 120
!

NDSL, Chang Gung University


Multipoint Subinterfaces
Configuration Example
= 120 B
DL CI
s2.2=10.17.0.1/24 s2.1=10.17.0.2/24
DLCI=130
RTR1
RTR3
DLCI=
140 s2.1=10.17.0.3/24

interface Serial2
no ip address RTR4
encapsulation frame-relay s2.1=10.17.0.4/24
!
interface Serial2.2 multipoint
ip address 10.17.0.1 255.255.255.0
bandwidth 64
frame-relay map ip 10.17.0.2 120 broadcast
frame-relay map ip 10.17.0.3 130 broadcast
frame-relay map ip 10.17.0.4 140 broadcast

NDSL, Chang Gung University


Visual Objective
wg_pc_a
10.2.2.12
pod ro’s s0
e0/1 A 10.140.1.2
e0/2 e0 wg_ro_a B 10.140.2.2
10.2.2.3
s0 C 10.140.3.2
wg_sw_a 10.140.1.2/24
10.2.2.11
D 10.140.4.2
E 10.140.5.2
Frame Relay F 10.140.6.2
wg_pc_l G 10.140.7.2
10.13.13.12 H 10.140.8.2
wg_ro_l I 10.140.9.2
PPP with CHAP
e0/1
e0/2 e0 s0 J 10.140.10.2
FR K 10.140.11.2
10.13.13.3 10.140.12.2/24
wg_sw_l L 10.140.12.2
10.13.13.11

...

fa0/24 fa0/23 fa0/0 s2/7.x


10.140.1.1/24 … 10.140.12.1/24
core_ server core_sw_a core_ro
10.1.1.1 10.1.1.2 10.1.1.3

NDSL, Chang Gung University 83


Review Questions

1. What is a DLCI?
2. What are two methods to map a network
layer address to a DLCI on a Cisco
router?
3. What are the advantages of configuring
Frame Relay subinterfaces?

NDSL, Chang Gung University 84


Blank for pagination

NDSL, Chang Gung University 85

Das könnte Ihnen auch gefallen