SlideShare a Scribd company logo
WAN Protocols




                CMC Limited
Objectives
 •   Understand advantages of WAN.
 •   Understand the different ways to connect computer
     within a WAN.
 •   Understand different protocols used in WAN.




                                         CMC Limited
Introduction
 •   A Wide Area Network (WAN) spans a large physical
     distance.
 •   A network device called a router connects LANs to a
     WAN.
 •   In IP networking, the router maintains both a LAN
     address and a WAN address.




                                         CMC Limited
Importance and Advantages of WANs
Two great advantages of WAN are allowing secure and fast
data transmission between the different nodes in the
network.

WAN Connection Types
•   Point-to-Point Connection or Dedicated Connection
•   Circuit Switching
•   Packet Switching




                                         CMC Limited
WAN Connection Types contd..

Point-to-Point Connection or Dedicated
Connection
    Dedicated connections are point-to-point serial connections
    that offer fixed, permanent connections to remote networks.

    Data can be transmitted through the connection in two
    different ways:

•    Datagram transmission: Data is transmitted packet by
     packet.
•    Data stream transmission: Data is transmitted byte by byte.




                                              CMC Limited
WAN Connection Types contd..


Circuit Switching
The circuit switching method occupies phone lines only
during communication.
ISDN is one of the protocols used in this method.

Packet Switching
Packet switching is considered the foundation of most
telecommunications networks.
Packet switching links together all the nodes in a WAN with
the use of a physical link.



                                          CMC Limited
Devices Used in WAN
A router is commonly used in the frame relay of T1-based
WANs.

Routers are also beneficial when linking WANs to the
Internet, as they can monitor security policies within a WAN.


When two routers are far apart, a multiport device, called
a WAN switch can link them together within the network.




                                           CMC Limited
WAN Protocols
In this section we introduces various protocols and used in
Wide Area Network (WAN) environments. These are as
follows:

Frame Relay: A packet-switched technology that emerged
in the early 1990s, Frame Relay is a Data Link and
Physical layer specification that provides high performance.

Integrated Services Digital Network (ISDN): It is a set of
digital services that transmit voice and data over existing
phone lines.




                                           CMC Limited
WAN Protocols contd..

Link Access Procedure, Balanced (LAPB): It was created
to be used as a connection-oriented protocol at the Data Link
layer for use with X.25. It can also be used as a simple Data
Link transport.

High-Level Data Link Control (HDLC): It was derived from
Synchronous Data Link Control (SDLC), which was created
by IBM as a Data Link connection protocol.

Point-to-Point Protocol (PPP): It is an industry-standard
protocol.




                                           CMC Limited
Frame Relay
Frame Relay is a high-performance WAN protocol that
operates at the physical and data link layers of the OSI
reference model.

Frame Relay originally was designed for use across
Integrated Services Digital Network (ISDN) interfaces.

Frame Relay Devices
 Devices attached to a Frame Relay WAN fall into the two
 general categories:



                                        CMC Limited
Frame Relay contd..


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


Data circuit-terminating equipment (DCE): DCEs are
carrier-owned internetworking devices.

The link layer component defines the protocol that
establishes the connection between the DTE device, such as
a router, and the DCE device, such as a switch.




                                        CMC Limited
Frame Relay contd..
Frame Relay Terminology
 To understand the terminology used in Frame Relay
 networks, first you need to know how the technology works.

 The user's network device sends a frame out on the local
 network.

 The router picks up the frame, extracts the packet, and
 discards the frame.

 The router then forwards the data out the interface that it
 thinks can find the remote network.

 The CO receives the frame and sends it through the Frame
 Relay "cloud' to its destination.

                                            CMC Limited
Frame Relay contd..

Frame Relay Frame Formats
 To understand much of the functionality of Frame Relay, it
 is helpful to understand the structure of the Frame Relay
 frame.

 Three primary components make up the Frame Relay
 frame: the header and address area, the user-data portion,
 and the frame check sequence (FCS).

 This identifier commonly is referred to as the data-link
 connection identifier (DLCI).




                                          CMC Limited
Frame Relay contd..


Local Management Interface (LMI) Frame
Format
 LMI was developed in 1990 by Cisco Systems, StrataCom,
 Northern Telecom and Digital Equipment Corporation and
 became known as the Gang-of-Four LMI or Cisco LMI.

 LMI DLCI – Identifies the frame as an LMI frame instead of
 a basic Frame Relay frame. The LMI-specific DLCI value
 defined in the LMI consortium specification is DLCI = 1023.




                                          CMC Limited
Local Management Interface (LMI) Frame Format contd..

Protocol Discriminator – Always contains a value
indicating that the frame is an LMI frame.



Frame Check Sequence (FCS) – Ensures the integrity
of transmitted data.




                                       CMC Limited
Local Management Interface (LMI) Frame Format contd..


Frame Relay Encapsulation

When configuring Frame Relay on Cisco routers, you need
to specify it as an encapsulation on serial interfaces.

You'd opt for the IETF-type encapsulation if you needed to
connect a Cisco device to a non- Cisco device with Frame
Relay.

Data Link Connection Identifiers (DLCIs)
DLCI numbers, used to identify a PVC, are typically
assigned by the provider and start at 16.


                                         CMC Limited
Local Management Interface (LMI) Frame Format contd..

Dynamic or Static Address Mapping
 Dynamic address mapping uses Frame Relay Inverse ARP
 to request the next-hop protocol address for a specific
 connection, given its known DLCI.

 Inverse ARP is enabled by default for all protocols it
 supports, but can be disabled for specific protocol-DLCI
 pairs.

Configure LMI
 Our Frame Relay software supports the industry-accepted
 standards for addressing the Local Management Interface
 (LMI), including the Cisco specification.


                                         CMC Limited
Local Management Interface (LMI) Frame Format contd..

Frame Relay Subinterfaces
 Frame Relay subinterfaces provide a mechanism for
 supporting partially meshed Frame Relay networks.

 By configuring Frame Relay subinterfaces, a single
 physical interface is treated as multiple virtual interfaces.

 Subinterfaces address these limitations by providing a way
 to subdivide a partially meshed Frame Relay network into
 a number of smaller, fully meshed (or point-to-point)
 subnetworks




                                             CMC Limited
Local Management Interface (LMI) Frame Format contd..


Configure Frame Relay Subinterface
To configure subinterfaces on a Frame Relay network,
perform the following task:




                                     CMC Limited
Local Management Interface (LMI) Frame Format contd..

Mapping Frame Relay
 For IP devices at the ends of virtual circuits to
 communicate, their addresses must be mapped to the
 DLCIs.

 There are two ways to make this mapping happen:

   •   Use the frame-relay map command.
   •   Use the inverse-arp function.




                                        CMC Limited
Local Management Interface (LMI) Frame Format contd..

Monitoring Frame Relay
 The show frame relay lmi command will give you the LMI
 traffic statistics exchanged between the local router and the
 Frame Relay switch.

Integrated Services Digital Network (ISDN)
 ISDN is comprised of digital telephony and data-transport
 services offered by regional telephone carriers.

 The emergence of ISDN represents an effort to
 standardize subscriber services, user/network interfaces,
 and network and internetwork capabilities.


                                            CMC Limited
Local Management Interface (LMI) Frame Format contd..

ISDN Devices
ISDN devices include terminals, terminal adapters (TAs),
network-termination devices, line-termination equipment,
and exchange-termination equipment.

ISDN Terminals
Devices connecting to the ISDN network are known as
terminal equipment (TE) and network terminator (NT)
equipment.
ISDN Channel
 There are several types of ISDN channels, the two main
 being the 64 Kilobits per second B-channel for data, and the
 D-channel for control information.

                                           CMC Limited
Local Management Interface (LMI) Frame Format contd..
ISDN Services
There are two types of services associated with ISDN:
  1. Basic Rate Interface (BRI)
  2. Primary Rate Interface (PRI)
ISDN Protocols
ISDN protocols are defined in ITU protocols that operates on
the Physical, Data Link and Network layer of the OSI model.

Configure ISDN and BRI Interfaces
Here you will configure routers 804A and 804B to dial ISDN
between the networks 172.16.30.0 and 172.16.50.0, using
network 172.16.60.0 on the ISDN BRI interfaces.


                                           CMC Limited
High-Level Data Link Control (HDLC)
 The HDLC is a popular ISO-standard, bit-oriented Data Link
 Layer protocol.

 HDLC specifies an encapsulation method for data on
 synchronous serial data links using frame characters and
 checksum.

HDLC Operation Modes
 Normal Response Mode (NRM):          This mode is used in
 unbalanced configurations.

 In this mode, slave stations (or secondary) can only transmit
 when specially instructed by the master (primary station).

                                            CMC Limited
High-Level Data Link Control (HDLC) contd..



Frame Classes
In the HDLC protocol, three classes of frames are used.
     •   Unnumbered frames
     •   Information frames
     •   Supervisory frames




                                         CMC Limited
Point-to-Point Protocol (PPP)

 PPP is a protocol for communication between two
 computers using a serial interface, typically a personal
 computer connected by phone line to a server.

 PPP uses the Internet protocol (IP).




                                          CMC Limited
Point-to-Point Protocol (PPP) contd..

  PPP Frame Format
  The PPP frame format appears in the following figure.

Field
length, in
bytes         1        1         1         2       Variable   2 or 4


             Flag   Address   Control   Protocol    Data      FCS




                                                   CMC Limited
Point-to-Point Protocol (PPP) contd..


PPP Components
PPP provides a method for transmitting datagrams over
serial point-to-point links.

Configure PPP on Cisco Routers
PPP encapsulation must be enabled on both interfaces
connected to a serial line to work, and there are several
additional configuration options available by using the help
command.




                                         CMC Limited
Point-to-Point Protocol (PPP) contd..

Authentication Types (CHAP/PAP) on
PPP Links
Authentication is an optional phase, but it is highly
recommended on all dial connections.

Configuring PPP Encapsulation and
Authentication
By default, Cisco routers use High-Level Data Link Control
(HDLC) as a point-to-point encapsulation method on serial
links.



                                        CMC Limited
Dial-on-Demand Routing (DDR)
DDR is used to allow two or more Cisco routers to dial an
ISDN dial-up connection on an as-needed basis.

Configuring DDR

To forward traffic across the ISDN link, you configure static
routes in each of the routers. You certainly can configure
dynamic routing protocols to run on your ISDN link, but then
the link will never drop.




                                           CMC Limited

More Related Content

What's hot

Frame relay
Frame  relayFrame  relay
Frame relay
CYBERINTELLIGENTS
 
Frame relay
Frame relayFrame relay
Frame relay
Kalluri Vinay Reddy
 
Frame Relay
Frame RelayFrame Relay
Frame Relay
ABDUL WAHAB KORAI
 
10 Slides to ATM
10 Slides to ATM10 Slides to ATM
10 Slides to ATM
seanraz
 
Gsm protl
Gsm protlGsm protl
Frame relay
Frame relayFrame relay
Frame relay
Talha Ali
 
Switching systems lecture6
Switching  systems lecture6Switching  systems lecture6
Switching systems lecture6
Jumaan Ally Mohamed
 
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
Deepak John
 
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
Deepak John
 
Digital network lecturer4
Digital network  lecturer4Digital network  lecturer4
Digital network lecturer4
Jumaan Ally Mohamed
 
Switching systems lecture5
Switching  systems lecture5Switching  systems lecture5
Switching systems lecture5
Jumaan Ally Mohamed
 
dmt modulation cpe security in wifi Dsl adsl cpe conf
dmt modulation cpe security in wifi Dsl adsl cpe confdmt modulation cpe security in wifi Dsl adsl cpe conf
dmt modulation cpe security in wifi Dsl adsl cpe conf
SumanPramanik7
 
Wireless lecture1
Wireless lecture1Wireless lecture1
Wireless lecture1
Mohammed Hussein
 
Digital network lecturer5
Digital network  lecturer5Digital network  lecturer5
Digital network lecturer5
Jumaan Ally Mohamed
 
VIRTUAL CIRCUIT NETWORKS, atm , frame relay
VIRTUAL CIRCUIT NETWORKS, atm , frame relayVIRTUAL CIRCUIT NETWORKS, atm , frame relay
VIRTUAL CIRCUIT NETWORKS, atm , frame relay
AKSHIT KOHLI
 
Wan Technologies
Wan TechnologiesWan Technologies
Wan TechnologiesAKLI
 
C08 wireless atm[1]
C08 wireless atm[1]C08 wireless atm[1]
C08 wireless atm[1]Rio Nguyen
 
Switching systems lecture7
Switching  systems lecture7Switching  systems lecture7
Switching systems lecture7
Jumaan Ally Mohamed
 

What's hot (20)

Frame relay
Frame  relayFrame  relay
Frame relay
 
Frame relay
Frame relayFrame relay
Frame relay
 
Frame relay
Frame relayFrame relay
Frame relay
 
Frame Relay
Frame RelayFrame Relay
Frame Relay
 
10 Slides to ATM
10 Slides to ATM10 Slides to ATM
10 Slides to ATM
 
Gsm protl
Gsm protlGsm protl
Gsm protl
 
Frame relay
Frame relayFrame relay
Frame relay
 
Switching systems lecture6
Switching  systems lecture6Switching  systems lecture6
Switching systems lecture6
 
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
 
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
 
Digital network lecturer4
Digital network  lecturer4Digital network  lecturer4
Digital network lecturer4
 
Switching systems lecture5
Switching  systems lecture5Switching  systems lecture5
Switching systems lecture5
 
dmt modulation cpe security in wifi Dsl adsl cpe conf
dmt modulation cpe security in wifi Dsl adsl cpe confdmt modulation cpe security in wifi Dsl adsl cpe conf
dmt modulation cpe security in wifi Dsl adsl cpe conf
 
Wireless lecture1
Wireless lecture1Wireless lecture1
Wireless lecture1
 
Digital network lecturer5
Digital network  lecturer5Digital network  lecturer5
Digital network lecturer5
 
VIRTUAL CIRCUIT NETWORKS, atm , frame relay
VIRTUAL CIRCUIT NETWORKS, atm , frame relayVIRTUAL CIRCUIT NETWORKS, atm , frame relay
VIRTUAL CIRCUIT NETWORKS, atm , frame relay
 
Wan Technologies
Wan TechnologiesWan Technologies
Wan Technologies
 
C08 wireless atm[1]
C08 wireless atm[1]C08 wireless atm[1]
C08 wireless atm[1]
 
Ccna day5
Ccna day5Ccna day5
Ccna day5
 
Switching systems lecture7
Switching  systems lecture7Switching  systems lecture7
Switching systems lecture7
 

Similar to Chapter 8

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
Othmane88
 
Chapter 02 - Wan Router
Chapter 02 - Wan RouterChapter 02 - Wan Router
Chapter 02 - Wan Routerphanleson
 
Ccna day5-140715152501-phpapp01
Ccna day5-140715152501-phpapp01Ccna day5-140715152501-phpapp01
Ccna day5-140715152501-phpapp01
Sachin Morya
 
Frame Relay
Frame RelayFrame Relay
C C N A Day5
C C N A  Day5C C N A  Day5
C C N A Day5
darulquthni
 
frame relay.pdf
frame relay.pdfframe relay.pdf
frame relay.pdf
Jayaprasanna4
 
AD-WAN-Tech-Chapter 1.pptx
AD-WAN-Tech-Chapter 1.pptxAD-WAN-Tech-Chapter 1.pptx
AD-WAN-Tech-Chapter 1.pptx
RahafKhalid14
 
WAN (wide area network)
WAN (wide area network)WAN (wide area network)
WAN (wide area network)
Netwax Lab
 
CCNA Routing and Switching Lesson 05 - WANs - Eric Vanderburg
CCNA Routing and Switching Lesson 05 - WANs - Eric VanderburgCCNA Routing and Switching Lesson 05 - WANs - Eric Vanderburg
CCNA Routing and Switching Lesson 05 - WANs - Eric Vanderburg
Eric Vanderburg
 
Ccna 4 Chapter 1 V4.0 Answers
Ccna 4 Chapter 1 V4.0 AnswersCcna 4 Chapter 1 V4.0 Answers
Ccna 4 Chapter 1 V4.0 Answers
ccna4discovery
 
Wide area networks
Wide area networksWide area networks
Wide area networks
CYBERINTELLIGENTS
 
Frame_Relay_High_speed_communication.pptx
Frame_Relay_High_speed_communication.pptxFrame_Relay_High_speed_communication.pptx
Frame_Relay_High_speed_communication.pptx
MANIPRADEEPS1
 
IFD30104 Chapter 1
IFD30104 Chapter 1IFD30104 Chapter 1
IFD30104 Chapter 1
MdmArfah Baharudin
 
Can Protocol For Automobiles
Can Protocol For AutomobilesCan Protocol For Automobiles
Can Protocol For Automobiles
Sofcon India Pvt Ltd.
 

Similar to Chapter 8 (20)

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
 
Chapter 02 - Wan Router
Chapter 02 - Wan RouterChapter 02 - Wan Router
Chapter 02 - Wan Router
 
Ccna day5-140715152501-phpapp01
Ccna day5-140715152501-phpapp01Ccna day5-140715152501-phpapp01
Ccna day5-140715152501-phpapp01
 
Ccna day5
Ccna day5Ccna day5
Ccna day5
 
Ccna day5
Ccna day5Ccna day5
Ccna day5
 
Frame Relay
Frame RelayFrame Relay
Frame Relay
 
C C N A Day5
C C N A  Day5C C N A  Day5
C C N A Day5
 
frame relay.pdf
frame relay.pdfframe relay.pdf
frame relay.pdf
 
CCNA 1
CCNA 1CCNA 1
CCNA 1
 
AD-WAN-Tech-Chapter 1.pptx
AD-WAN-Tech-Chapter 1.pptxAD-WAN-Tech-Chapter 1.pptx
AD-WAN-Tech-Chapter 1.pptx
 
Wan
WanWan
Wan
 
Frame2
Frame2Frame2
Frame2
 
WAN (wide area network)
WAN (wide area network)WAN (wide area network)
WAN (wide area network)
 
Chapter14ccna
Chapter14ccnaChapter14ccna
Chapter14ccna
 
CCNA Routing and Switching Lesson 05 - WANs - Eric Vanderburg
CCNA Routing and Switching Lesson 05 - WANs - Eric VanderburgCCNA Routing and Switching Lesson 05 - WANs - Eric Vanderburg
CCNA Routing and Switching Lesson 05 - WANs - Eric Vanderburg
 
Ccna 4 Chapter 1 V4.0 Answers
Ccna 4 Chapter 1 V4.0 AnswersCcna 4 Chapter 1 V4.0 Answers
Ccna 4 Chapter 1 V4.0 Answers
 
Wide area networks
Wide area networksWide area networks
Wide area networks
 
Frame_Relay_High_speed_communication.pptx
Frame_Relay_High_speed_communication.pptxFrame_Relay_High_speed_communication.pptx
Frame_Relay_High_speed_communication.pptx
 
IFD30104 Chapter 1
IFD30104 Chapter 1IFD30104 Chapter 1
IFD30104 Chapter 1
 
Can Protocol For Automobiles
Can Protocol For AutomobilesCan Protocol For Automobiles
Can Protocol For Automobiles
 

More from Suchit Aher (10)

Chapter 10
Chapter 10Chapter 10
Chapter 10
 
Chapter 9
Chapter 9Chapter 9
Chapter 9
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
 
Chapter 6
Chapter 6Chapter 6
Chapter 6
 
Chapter5
Chapter5Chapter5
Chapter5
 
Chapter4
Chapter4Chapter4
Chapter4
 
Chapter3
Chapter3Chapter3
Chapter3
 
Chapter2
Chapter2Chapter2
Chapter2
 
Chapter1
Chapter1Chapter1
Chapter1
 
Product no
Product noProduct no
Product no
 

Chapter 8

  • 1. WAN Protocols CMC Limited
  • 2. Objectives • Understand advantages of WAN. • Understand the different ways to connect computer within a WAN. • Understand different protocols used in WAN. CMC Limited
  • 3. Introduction • A Wide Area Network (WAN) spans a large physical distance. • A network device called a router connects LANs to a WAN. • In IP networking, the router maintains both a LAN address and a WAN address. CMC Limited
  • 4. Importance and Advantages of WANs Two great advantages of WAN are allowing secure and fast data transmission between the different nodes in the network. WAN Connection Types • Point-to-Point Connection or Dedicated Connection • Circuit Switching • Packet Switching CMC Limited
  • 5. WAN Connection Types contd.. Point-to-Point Connection or Dedicated Connection Dedicated connections are point-to-point serial connections that offer fixed, permanent connections to remote networks. Data can be transmitted through the connection in two different ways: • Datagram transmission: Data is transmitted packet by packet. • Data stream transmission: Data is transmitted byte by byte. CMC Limited
  • 6. WAN Connection Types contd.. Circuit Switching The circuit switching method occupies phone lines only during communication. ISDN is one of the protocols used in this method. Packet Switching Packet switching is considered the foundation of most telecommunications networks. Packet switching links together all the nodes in a WAN with the use of a physical link. CMC Limited
  • 7. Devices Used in WAN A router is commonly used in the frame relay of T1-based WANs. Routers are also beneficial when linking WANs to the Internet, as they can monitor security policies within a WAN. When two routers are far apart, a multiport device, called a WAN switch can link them together within the network. CMC Limited
  • 8. WAN Protocols In this section we introduces various protocols and used in Wide Area Network (WAN) environments. These are as follows: Frame Relay: A packet-switched technology that emerged in the early 1990s, Frame Relay is a Data Link and Physical layer specification that provides high performance. Integrated Services Digital Network (ISDN): It is a set of digital services that transmit voice and data over existing phone lines. CMC Limited
  • 9. WAN Protocols contd.. Link Access Procedure, Balanced (LAPB): It was created to be used as a connection-oriented protocol at the Data Link layer for use with X.25. It can also be used as a simple Data Link transport. High-Level Data Link Control (HDLC): It was derived from Synchronous Data Link Control (SDLC), which was created by IBM as a Data Link connection protocol. Point-to-Point Protocol (PPP): It is an industry-standard protocol. CMC Limited
  • 10. Frame Relay Frame Relay is a high-performance WAN protocol that operates at the physical and data link layers of the OSI reference model. Frame Relay originally was designed for use across Integrated Services Digital Network (ISDN) interfaces. Frame Relay Devices Devices attached to a Frame Relay WAN fall into the two general categories: CMC Limited
  • 11. Frame Relay contd.. 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 Data circuit-terminating equipment (DCE): DCEs are carrier-owned internetworking devices. The link layer component defines the protocol that establishes the connection between the DTE device, such as a router, and the DCE device, such as a switch. CMC Limited
  • 12. Frame Relay contd.. Frame Relay Terminology To understand the terminology used in Frame Relay networks, first you need to know how the technology works. The user's network device sends a frame out on the local network. The router picks up the frame, extracts the packet, and discards the frame. The router then forwards the data out the interface that it thinks can find the remote network. The CO receives the frame and sends it through the Frame Relay "cloud' to its destination. CMC Limited
  • 13. Frame Relay contd.. Frame Relay Frame Formats To understand much of the functionality of Frame Relay, it is helpful to understand the structure of the Frame Relay frame. Three primary components make up the Frame Relay frame: the header and address area, the user-data portion, and the frame check sequence (FCS). This identifier commonly is referred to as the data-link connection identifier (DLCI). CMC Limited
  • 14. Frame Relay contd.. Local Management Interface (LMI) Frame Format LMI was developed in 1990 by Cisco Systems, StrataCom, Northern Telecom and Digital Equipment Corporation and became known as the Gang-of-Four LMI or Cisco LMI. LMI DLCI – Identifies the frame as an LMI frame instead of a basic Frame Relay frame. The LMI-specific DLCI value defined in the LMI consortium specification is DLCI = 1023. CMC Limited
  • 15. Local Management Interface (LMI) Frame Format contd.. Protocol Discriminator – Always contains a value indicating that the frame is an LMI frame. Frame Check Sequence (FCS) – Ensures the integrity of transmitted data. CMC Limited
  • 16. Local Management Interface (LMI) Frame Format contd.. Frame Relay Encapsulation When configuring Frame Relay on Cisco routers, you need to specify it as an encapsulation on serial interfaces. You'd opt for the IETF-type encapsulation if you needed to connect a Cisco device to a non- Cisco device with Frame Relay. Data Link Connection Identifiers (DLCIs) DLCI numbers, used to identify a PVC, are typically assigned by the provider and start at 16. CMC Limited
  • 17. Local Management Interface (LMI) Frame Format contd.. Dynamic or Static Address Mapping Dynamic address mapping uses Frame Relay Inverse ARP to request the next-hop protocol address for a specific connection, given its known DLCI. Inverse ARP is enabled by default for all protocols it supports, but can be disabled for specific protocol-DLCI pairs. Configure LMI Our Frame Relay software supports the industry-accepted standards for addressing the Local Management Interface (LMI), including the Cisco specification. CMC Limited
  • 18. Local Management Interface (LMI) Frame Format contd.. Frame Relay Subinterfaces Frame Relay subinterfaces provide a mechanism for supporting partially meshed Frame Relay networks. By configuring Frame Relay subinterfaces, a single physical interface is treated as multiple virtual interfaces. Subinterfaces address these limitations by providing a way to subdivide a partially meshed Frame Relay network into a number of smaller, fully meshed (or point-to-point) subnetworks CMC Limited
  • 19. Local Management Interface (LMI) Frame Format contd.. Configure Frame Relay Subinterface To configure subinterfaces on a Frame Relay network, perform the following task: CMC Limited
  • 20. Local Management Interface (LMI) Frame Format contd.. Mapping Frame Relay For IP devices at the ends of virtual circuits to communicate, their addresses must be mapped to the DLCIs. There are two ways to make this mapping happen: • Use the frame-relay map command. • Use the inverse-arp function. CMC Limited
  • 21. Local Management Interface (LMI) Frame Format contd.. Monitoring Frame Relay The show frame relay lmi command will give you the LMI traffic statistics exchanged between the local router and the Frame Relay switch. Integrated Services Digital Network (ISDN) ISDN is comprised of digital telephony and data-transport services offered by regional telephone carriers. The emergence of ISDN represents an effort to standardize subscriber services, user/network interfaces, and network and internetwork capabilities. CMC Limited
  • 22. Local Management Interface (LMI) Frame Format contd.. ISDN Devices ISDN devices include terminals, terminal adapters (TAs), network-termination devices, line-termination equipment, and exchange-termination equipment. ISDN Terminals Devices connecting to the ISDN network are known as terminal equipment (TE) and network terminator (NT) equipment. ISDN Channel There are several types of ISDN channels, the two main being the 64 Kilobits per second B-channel for data, and the D-channel for control information. CMC Limited
  • 23. Local Management Interface (LMI) Frame Format contd.. ISDN Services There are two types of services associated with ISDN: 1. Basic Rate Interface (BRI) 2. Primary Rate Interface (PRI) ISDN Protocols ISDN protocols are defined in ITU protocols that operates on the Physical, Data Link and Network layer of the OSI model. Configure ISDN and BRI Interfaces Here you will configure routers 804A and 804B to dial ISDN between the networks 172.16.30.0 and 172.16.50.0, using network 172.16.60.0 on the ISDN BRI interfaces. CMC Limited
  • 24. High-Level Data Link Control (HDLC) The HDLC is a popular ISO-standard, bit-oriented Data Link Layer protocol. HDLC specifies an encapsulation method for data on synchronous serial data links using frame characters and checksum. HDLC Operation Modes Normal Response Mode (NRM): This mode is used in unbalanced configurations. In this mode, slave stations (or secondary) can only transmit when specially instructed by the master (primary station). CMC Limited
  • 25. High-Level Data Link Control (HDLC) contd.. Frame Classes In the HDLC protocol, three classes of frames are used. • Unnumbered frames • Information frames • Supervisory frames CMC Limited
  • 26. Point-to-Point Protocol (PPP) PPP is a protocol for communication between two computers using a serial interface, typically a personal computer connected by phone line to a server. PPP uses the Internet protocol (IP). CMC Limited
  • 27. Point-to-Point Protocol (PPP) contd.. PPP Frame Format The PPP frame format appears in the following figure. Field length, in bytes 1 1 1 2 Variable 2 or 4 Flag Address Control Protocol Data FCS CMC Limited
  • 28. Point-to-Point Protocol (PPP) contd.. PPP Components PPP provides a method for transmitting datagrams over serial point-to-point links. Configure PPP on Cisco Routers PPP encapsulation must be enabled on both interfaces connected to a serial line to work, and there are several additional configuration options available by using the help command. CMC Limited
  • 29. Point-to-Point Protocol (PPP) contd.. Authentication Types (CHAP/PAP) on PPP Links Authentication is an optional phase, but it is highly recommended on all dial connections. Configuring PPP Encapsulation and Authentication By default, Cisco routers use High-Level Data Link Control (HDLC) as a point-to-point encapsulation method on serial links. CMC Limited
  • 30. Dial-on-Demand Routing (DDR) DDR is used to allow two or more Cisco routers to dial an ISDN dial-up connection on an as-needed basis. Configuring DDR To forward traffic across the ISDN link, you configure static routes in each of the routers. You certainly can configure dynamic routing protocols to run on your ISDN link, but then the link will never drop. CMC Limited