SlideShare uma empresa Scribd logo
1 de 32
HIMALAYAN INSTITUTE OF TECHNOLOGY
& MANAGEMENT

10/22/2013

1
NETWORKING TECHNIQUE
FRAME RELAY
&
OSPF
PRESENT & DESIGN BY:SHUBHAM KATIYAR
B.TECH 6TH SEM.
ROLL NO. :-1046510033
10/22/2013

2
Cisco Icons and Symbols

3
Router
Network Switches..
A network switch is a small hardware device that joins
multiple computers together within one Local Area
Network(LAN). Technically switches operate at Data-link
Layer. These are almost like HUBS. But unlike HUBS
network switches are capable of inspecting data as it is
recieved, determining the source and destination device of
each packet, and forwarding them appropriately.
OSI Model
 OSI model consists of seven layers and provides

standards for computer communication
 Physical layer is responsible for actual transmission of
bits over the medium
 Data Link layer is responsible for node to node delivery
of frames
 Network layer is responsible for end to end delivery of
packets, and routing
OSI Model
 Transport layer is responsible for end to end delivery of

the entire message
 Session layer is responsible for establishing, managing
and terminating sessions
 Presentation layer is responsible for
translation, encryption and data compression
 Application layer is responsible for providing access to
the network
FRAMEisRELAY
Frame relay a packet switched connection oriented
WAN service .It operates at the Data link layer of OSI
Model.
Frame carry data between user devices called
Data terminal equipment (DTE) and Data
communication equipment ( DCE) at the edge of the
WAN.
Introducing Frame Relay
 Frame relay is a Scalable WAN solution that is often

used as an alternative to leased line when leased line
prove to be cost prohibitive.
 Frame relay is a non broadcast multi access
(
NBMA) medium which means that broadcast traffic is
not allowed to traverse Frame relay traffic.
Frame Relay Components - I
Frame Relay Components - II
 The basic terms associated with the Frame Relay

network are as follows:
 Data Terminal Equipment (DTE)
 Data Communications Equipment (DCE)
 Access link

 Local access rate
 DLCI
 LMI
 Committed Information (CIR)
DLCI(Data Link Connection identifier) & LMI
(local management interface)…
15
Open Shortest Path First (OSPF)
 OSPF is an open standards routing protocol
 This works by using the Dijkstra algorithm
 OSPF provides the following features:
 Minimizes routing update traffic

 Allows scalability (e.g. RIP is limited to 15 hops)
 Has unlimited hop count
 Supports VLSM/CIDR
 Allows multi-vendor deployment (open standard)

16
OSPF Terms
Link

Backbone area

Router ID

Internal routers

Neighbours

Area Border Router

Adjacency
OSPF Area

(ABR)
Autonomous System
Boundary Router
(ASBR)

17
Link
A network or router interface assigned to a given
network
Link (interface) will have "state" information
associated with it
 Status (up or down)
 IP Address
 Network type (e.g. Fast Ethernet)
 Bandwidth

 Addresses of other routers attached to this interface

18
OSPF Term: Link

A link is a network or router interface assigned to any given
network
This link, or interface, will have state information associated
with it (up or down) as well as one or more IP addresses
19
OSPF Term: Link State

Status of a link between two routers
Information is shared between directly connected routers.
This information propagates throughout the network unchanged and
is also used to create a shortest path first (SPF) tree.
20
Router ID
 The Router ID (RID) is an IP address used to identify the router
 Cisco chooses the Router ID by using the highest IP address of all

configured loopback interfaces

 If no loopback interfaces are configured with addresses, OSPF will

choose the highest IP address of all active physical interfaces.

 You can manually assign the router ID.
 The RID interface MUST always be up, therefore loopbacks are

preferred

21
Neighbours
 Neighbours are two or more routers that have an

interface on a common network

 E.g. two routers connected on a serial link
 E.g. several routers connected on a common Ethernet

or Frame relay network

 Communication

takes place between / among

neighbours
 neighbours form "adjacencies"

22
Adjacency
 A relationship between two routers that permits the

direct exchange of route updates
 Not all neighbours will form adjacencies

 This is done for reasons of efficiency – more later

23
OSPF Design

Each router connects to the backbone called area 0, or the backbone area.
Routers that connect other areas to the backbone within an AS are called Area Border Routers (ABRs). One
interface must be in area 0.
OSPF runs inside an autonomous system, but can also connect multiple autonomous systems together. The
router that connects these ASes together is called an Autonomous System Boundary Router (ASBR).
24
AREA TERMINOLOGY

25
OSPF Configuration
 OSPF Process ID number is irrelevant. It can be the same on every







router on the network
The arguments of the network command are the network number
(10.0.0.0) and the wildcard mask (0.255.255.255)
Wildcards - A 0 octet in the wildcard mask indicates that the
corresponding octet in the network must match exactly
A 255 indicates that you don’t care what the corresponding octet is
in the network number
A network and wildcard mask combination of 1.1.1.1 0.0.0.0 would
match 1.1.1.1 only, and nothing else.
The network and wildcard mask combination of 1.1.0.0 0.0.255.255
would match anything in the range 1.1.0.0–1.1.255.255
26
OSPF Configuration -1
20.0.0.2
S0

20.0.0.1

R1
10.0.0.1

S0

S1

R2

30.0.0.1
30.0.0.2R3
S0

40.0.0.1
E0

E0

A

10.0.0.2

40.0.0.2

B

27
OSPF Configuration -1
S0

S1

20.0.0.2

30.0.0.1

R2
R1

S0

R3

S0
E0

10.0.0.1

A

20.0.0.1

30.0.0.2

10.0.0.2

E0

40.0.0.1

40.0.0.2

B

R1#config t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#router ospf 1
R1(config-router)#network 10.0.0.0 0.255.255.255 area 0
R1(config-router)#network 20.0.0.0 0.255.255.255 area 0
R1(config-router)#^Z

28
OSPF Configuration -2
S0

S1

200.0.0.8/30

R2

200.0.0.12/30

R1

R3
S0
S0
E0

E0

200.0.0.16/28

A

200.0.0.32/27

B

29
OSPF Configuration -2
S0

S1

200.0.0.10

R2

255.255.255.252

R1
S0

200.0.0.17

200.0.0.13

200.0.0.9

255.255.255.252
S0

R3

200.0.0.14
E0

E0

255.255.255.240

200.0.0.18

A

200.0.0.33
255.255.255.224

B

200.0.0.34

30
OSPF Configuration -2
S0

S1

200.0.0.10

R2

255.255.255.252

R1
S0

200.0.0.17

200.0.0.13

200.0.0.9

255.255.255.252
S0

R3

200.0.0.14

E0

E0

255.255.255.240

A

255.255.255.224

200.0.0.18

R1#config t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#router ospf 1
R1(config-router)#network 200.0.0.16 0.0.0.15 area 0
R1(config-router)#network 200.0.0. 8 0.0.0.3 area 0
R1(config-router)#^Z

200.0.0.33
200.0.0.34

B

R3#config t
Enter configuration commands, one per line. End with CNTL/Z.
R3(config)#router ospf 1
R3(config-router)#network 200.0.0. 32 0.0.0.31 area 0
R3(config-router)#network 200.0.0. 12 0.0.0.3 area 0
R3(config-router)#^Z

31
10/22/2013

32

Mais conteúdo relacionado

Mais procurados

Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPF
arpit
 

Mais procurados (20)

OSPF
OSPFOSPF
OSPF
 
OSPF Configuration
OSPF ConfigurationOSPF Configuration
OSPF Configuration
 
CCIE Lab - IGP Routing
CCIE Lab -  IGP Routing  CCIE Lab -  IGP Routing
CCIE Lab - IGP Routing
 
Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPF
 
Eigrp
EigrpEigrp
Eigrp
 
ospf routing protocol
ospf routing protocolospf routing protocol
ospf routing protocol
 
Ospf
 Ospf Ospf
Ospf
 
OPEN SHORTEST PATH FIRST (OSPF)
OPEN SHORTEST PATH FIRST (OSPF)OPEN SHORTEST PATH FIRST (OSPF)
OPEN SHORTEST PATH FIRST (OSPF)
 
Ospf hassan jamal.ppt
Ospf hassan jamal.pptOspf hassan jamal.ppt
Ospf hassan jamal.ppt
 
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
Ospf routing protocol
Ospf routing protocolOspf routing protocol
Ospf routing protocol
 
Routing Protocol in detail
Routing Protocol in detailRouting Protocol in detail
Routing Protocol in detail
 
20407473 ospf
20407473 ospf20407473 ospf
20407473 ospf
 
Cisco hsrp configuration
Cisco hsrp configurationCisco hsrp configuration
Cisco hsrp configuration
 
OSPF- Multi area
OSPF- Multi area OSPF- Multi area
OSPF- Multi area
 
acit mumbai - ospf rouitng
acit mumbai - ospf rouitng acit mumbai - ospf rouitng
acit mumbai - ospf rouitng
 
OSPF
OSPF OSPF
OSPF
 
HSRP ccna
HSRP ccna HSRP ccna
HSRP ccna
 
Routing Protocol EIGRP
Routing Protocol EIGRPRouting Protocol EIGRP
Routing Protocol EIGRP
 

Destaque

Php hypertext pre-processor
Php   hypertext pre-processorPhp   hypertext pre-processor
Php hypertext pre-processor
Siddique Ibrahim
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
Dsunte Wilson
 
CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing Protocols
Dsunte Wilson
 

Destaque (19)

CCNP Route - OSPF
CCNP Route - OSPFCCNP Route - OSPF
CCNP Route - OSPF
 
OSPF Basics
OSPF BasicsOSPF Basics
OSPF Basics
 
Advantages of Choosing PHP Web Development
Advantages of Choosing PHP Web DevelopmentAdvantages of Choosing PHP Web Development
Advantages of Choosing PHP Web Development
 
Php hypertext pre-processor
Php   hypertext pre-processorPhp   hypertext pre-processor
Php hypertext pre-processor
 
Link state protocols.ppt
Link state protocols.pptLink state protocols.ppt
Link state protocols.ppt
 
Ether channel fundamentals
Ether channel fundamentalsEther channel fundamentals
Ether channel fundamentals
 
Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...
Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...
Internet Routing Protocols: Fundamental Concepts of Distance-Vector and Link-...
 
php
phpphp
php
 
Php tutorial
Php tutorialPhp tutorial
Php tutorial
 
IPSec VPN Basics
IPSec VPN BasicsIPSec VPN Basics
IPSec VPN Basics
 
Eigrp.ppt
Eigrp.pptEigrp.ppt
Eigrp.ppt
 
Link state routing protocol
Link state routing protocolLink state routing protocol
Link state routing protocol
 
Routing
RoutingRouting
Routing
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
Ipv4 ppt
Ipv4 pptIpv4 ppt
Ipv4 ppt
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
 
CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing Protocols
 
Network Layer,Computer Networks
Network Layer,Computer NetworksNetwork Layer,Computer Networks
Network Layer,Computer Networks
 
Distance vector routing
Distance vector routingDistance vector routing
Distance vector routing
 

Semelhante a Shubham ppt on ospf and framerelay

Networking in college
Networking in collegeNetworking in college
Networking in college
Harpreet Gaba
 
(1) What is the purpose of a VLAN trunkAns) A trunk is a line or .pdf
(1) What is the purpose of a VLAN trunkAns) A trunk is a line or .pdf(1) What is the purpose of a VLAN trunkAns) A trunk is a line or .pdf
(1) What is the purpose of a VLAN trunkAns) A trunk is a line or .pdf
apnashop1
 
Basic networking hardware pre final 1
Basic networking hardware pre final 1Basic networking hardware pre final 1
Basic networking hardware pre final 1
Sujee Antony
 
Cisco discovery drs ent module 6 - v.4 in english.
Cisco discovery   drs ent module 6 - v.4 in english.Cisco discovery   drs ent module 6 - v.4 in english.
Cisco discovery drs ent module 6 - v.4 in english.
igede tirtanata
 

Semelhante a Shubham ppt on ospf and framerelay (20)

Ccna day3
Ccna day3Ccna day3
Ccna day3
 
Ccna day3
Ccna day3Ccna day3
Ccna day3
 
Ccna day3-140715152337-phpapp01
Ccna day3-140715152337-phpapp01Ccna day3-140715152337-phpapp01
Ccna day3-140715152337-phpapp01
 
Ccna day3
Ccna day3Ccna day3
Ccna day3
 
Ccna day3
Ccna day3Ccna day3
Ccna day3
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
 
W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)W-LAN (Wireless Local Area Network)
W-LAN (Wireless Local Area Network)
 
CSC427_Week_11.pdf
CSC427_Week_11.pdfCSC427_Week_11.pdf
CSC427_Week_11.pdf
 
Network interview questions
Network interview questionsNetwork interview questions
Network interview questions
 
C C N A Day3
C C N A  Day3C C N A  Day3
C C N A Day3
 
CCNA
CCNACCNA
CCNA
 
Ccna1 presentation
Ccna1 presentationCcna1 presentation
Ccna1 presentation
 
Networking in college
Networking in collegeNetworking in college
Networking in college
 
(1) What is the purpose of a VLAN trunkAns) A trunk is a line or .pdf
(1) What is the purpose of a VLAN trunkAns) A trunk is a line or .pdf(1) What is the purpose of a VLAN trunkAns) A trunk is a line or .pdf
(1) What is the purpose of a VLAN trunkAns) A trunk is a line or .pdf
 
Basic networking hardware pre final 1
Basic networking hardware pre final 1Basic networking hardware pre final 1
Basic networking hardware pre final 1
 
CCNA pptCCNA ppt Day 6
CCNA pptCCNA ppt Day 6CCNA pptCCNA ppt Day 6
CCNA pptCCNA ppt Day 6
 
Westermo webinar: Learning the Basics of Ethernet Networking
Westermo webinar: Learning the Basics of Ethernet NetworkingWestermo webinar: Learning the Basics of Ethernet Networking
Westermo webinar: Learning the Basics of Ethernet Networking
 
The Basics of Industrial Ethernet Communications
The Basics of Industrial Ethernet CommunicationsThe Basics of Industrial Ethernet Communications
The Basics of Industrial Ethernet Communications
 
Cisco discovery drs ent module 6 - v.4 in english.
Cisco discovery   drs ent module 6 - v.4 in english.Cisco discovery   drs ent module 6 - v.4 in english.
Cisco discovery drs ent module 6 - v.4 in english.
 
JUNOS: OSPF and BGP
JUNOS: OSPF and BGPJUNOS: OSPF and BGP
JUNOS: OSPF and BGP
 

Último

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Último (20)

Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 

Shubham ppt on ospf and framerelay

  • 1. HIMALAYAN INSTITUTE OF TECHNOLOGY & MANAGEMENT 10/22/2013 1
  • 2. NETWORKING TECHNIQUE FRAME RELAY & OSPF PRESENT & DESIGN BY:SHUBHAM KATIYAR B.TECH 6TH SEM. ROLL NO. :-1046510033 10/22/2013 2
  • 3. Cisco Icons and Symbols 3
  • 5. Network Switches.. A network switch is a small hardware device that joins multiple computers together within one Local Area Network(LAN). Technically switches operate at Data-link Layer. These are almost like HUBS. But unlike HUBS network switches are capable of inspecting data as it is recieved, determining the source and destination device of each packet, and forwarding them appropriately.
  • 6. OSI Model  OSI model consists of seven layers and provides standards for computer communication  Physical layer is responsible for actual transmission of bits over the medium  Data Link layer is responsible for node to node delivery of frames  Network layer is responsible for end to end delivery of packets, and routing
  • 7. OSI Model  Transport layer is responsible for end to end delivery of the entire message  Session layer is responsible for establishing, managing and terminating sessions  Presentation layer is responsible for translation, encryption and data compression  Application layer is responsible for providing access to the network
  • 8. FRAMEisRELAY Frame relay a packet switched connection oriented WAN service .It operates at the Data link layer of OSI Model. Frame carry data between user devices called Data terminal equipment (DTE) and Data communication equipment ( DCE) at the edge of the WAN.
  • 10.  Frame relay is a Scalable WAN solution that is often used as an alternative to leased line when leased line prove to be cost prohibitive.  Frame relay is a non broadcast multi access ( NBMA) medium which means that broadcast traffic is not allowed to traverse Frame relay traffic.
  • 12. Frame Relay Components - II  The basic terms associated with the Frame Relay network are as follows:  Data Terminal Equipment (DTE)  Data Communications Equipment (DCE)  Access link  Local access rate  DLCI  LMI  Committed Information (CIR)
  • 13. DLCI(Data Link Connection identifier) & LMI (local management interface)…
  • 14.
  • 15. 15
  • 16. Open Shortest Path First (OSPF)  OSPF is an open standards routing protocol  This works by using the Dijkstra algorithm  OSPF provides the following features:  Minimizes routing update traffic  Allows scalability (e.g. RIP is limited to 15 hops)  Has unlimited hop count  Supports VLSM/CIDR  Allows multi-vendor deployment (open standard) 16
  • 17. OSPF Terms Link Backbone area Router ID Internal routers Neighbours Area Border Router Adjacency OSPF Area (ABR) Autonomous System Boundary Router (ASBR) 17
  • 18. Link A network or router interface assigned to a given network Link (interface) will have "state" information associated with it  Status (up or down)  IP Address  Network type (e.g. Fast Ethernet)  Bandwidth  Addresses of other routers attached to this interface 18
  • 19. OSPF Term: Link A link is a network or router interface assigned to any given network This link, or interface, will have state information associated with it (up or down) as well as one or more IP addresses 19
  • 20. OSPF Term: Link State Status of a link between two routers Information is shared between directly connected routers. This information propagates throughout the network unchanged and is also used to create a shortest path first (SPF) tree. 20
  • 21. Router ID  The Router ID (RID) is an IP address used to identify the router  Cisco chooses the Router ID by using the highest IP address of all configured loopback interfaces  If no loopback interfaces are configured with addresses, OSPF will choose the highest IP address of all active physical interfaces.  You can manually assign the router ID.  The RID interface MUST always be up, therefore loopbacks are preferred 21
  • 22. Neighbours  Neighbours are two or more routers that have an interface on a common network  E.g. two routers connected on a serial link  E.g. several routers connected on a common Ethernet or Frame relay network  Communication takes place between / among neighbours  neighbours form "adjacencies" 22
  • 23. Adjacency  A relationship between two routers that permits the direct exchange of route updates  Not all neighbours will form adjacencies  This is done for reasons of efficiency – more later 23
  • 24. OSPF Design Each router connects to the backbone called area 0, or the backbone area. Routers that connect other areas to the backbone within an AS are called Area Border Routers (ABRs). One interface must be in area 0. OSPF runs inside an autonomous system, but can also connect multiple autonomous systems together. The router that connects these ASes together is called an Autonomous System Boundary Router (ASBR). 24
  • 26. OSPF Configuration  OSPF Process ID number is irrelevant. It can be the same on every      router on the network The arguments of the network command are the network number (10.0.0.0) and the wildcard mask (0.255.255.255) Wildcards - A 0 octet in the wildcard mask indicates that the corresponding octet in the network must match exactly A 255 indicates that you don’t care what the corresponding octet is in the network number A network and wildcard mask combination of 1.1.1.1 0.0.0.0 would match 1.1.1.1 only, and nothing else. The network and wildcard mask combination of 1.1.0.0 0.0.255.255 would match anything in the range 1.1.0.0–1.1.255.255 26
  • 28. OSPF Configuration -1 S0 S1 20.0.0.2 30.0.0.1 R2 R1 S0 R3 S0 E0 10.0.0.1 A 20.0.0.1 30.0.0.2 10.0.0.2 E0 40.0.0.1 40.0.0.2 B R1#config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#router ospf 1 R1(config-router)#network 10.0.0.0 0.255.255.255 area 0 R1(config-router)#network 20.0.0.0 0.255.255.255 area 0 R1(config-router)#^Z 28
  • 31. OSPF Configuration -2 S0 S1 200.0.0.10 R2 255.255.255.252 R1 S0 200.0.0.17 200.0.0.13 200.0.0.9 255.255.255.252 S0 R3 200.0.0.14 E0 E0 255.255.255.240 A 255.255.255.224 200.0.0.18 R1#config t Enter configuration commands, one per line. End with CNTL/Z. R1(config)#router ospf 1 R1(config-router)#network 200.0.0.16 0.0.0.15 area 0 R1(config-router)#network 200.0.0. 8 0.0.0.3 area 0 R1(config-router)#^Z 200.0.0.33 200.0.0.34 B R3#config t Enter configuration commands, one per line. End with CNTL/Z. R3(config)#router ospf 1 R3(config-router)#network 200.0.0. 32 0.0.0.31 area 0 R3(config-router)#network 200.0.0. 12 0.0.0.3 area 0 R3(config-router)#^Z 31