SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

Lan Ethernet Fddi 03 Format
Lan Ethernet Fddi  03 FormatLan Ethernet Fddi  03 Format
Lan Ethernet Fddi 03 Format
anishgoel
 
Cisco discovery d homesb module 3 - v.4 in english.
Cisco discovery   d homesb module 3 - v.4 in english.Cisco discovery   d homesb module 3 - v.4 in english.
Cisco discovery d homesb module 3 - v.4 in english.
igede tirtanata
 

What's hot (20)

ip versions.pdf
ip versions.pdfip versions.pdf
ip versions.pdf
 
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...ccna summer training ppt ( Cisco certified network analysis) ppt.  by Traun k...
ccna summer training ppt ( Cisco certified network analysis) ppt. by Traun k...
 
CCNA PPT
CCNA PPTCCNA PPT
CCNA PPT
 
SIGTRAN - An Introduction
SIGTRAN - An IntroductionSIGTRAN - An Introduction
SIGTRAN - An Introduction
 
IEEE 802.11 wifi
IEEE 802.11 wifiIEEE 802.11 wifi
IEEE 802.11 wifi
 
IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11IEEE standards 802.3.&802.11
IEEE standards 802.3.&802.11
 
ccna networking ppt
ccna networking pptccna networking ppt
ccna networking ppt
 
CCNA ppt
CCNA pptCCNA ppt
CCNA ppt
 
Wireless routers Presentation
Wireless routers PresentationWireless routers Presentation
Wireless routers Presentation
 
Lan Ethernet Fddi 03 Format
Lan Ethernet Fddi  03 FormatLan Ethernet Fddi  03 Format
Lan Ethernet Fddi 03 Format
 
Difference between Routing & Routed Protocol
Difference between Routing & Routed ProtocolDifference between Routing & Routed Protocol
Difference between Routing & Routed Protocol
 
A Report on Routers
A Report on RoutersA Report on Routers
A Report on Routers
 
Introduction to SS7- Part 1
Introduction to SS7- Part 1Introduction to SS7- Part 1
Introduction to SS7- Part 1
 
Signaling system 7 (ss7)
Signaling system 7 (ss7)Signaling system 7 (ss7)
Signaling system 7 (ss7)
 
Wlan IEEE 802.11
Wlan IEEE 802.11Wlan IEEE 802.11
Wlan IEEE 802.11
 
Ccna notes
Ccna notesCcna notes
Ccna notes
 
Experiment no. 1,2 and assignment no.1 cn
Experiment no. 1,2 and assignment no.1 cnExperiment no. 1,2 and assignment no.1 cn
Experiment no. 1,2 and assignment no.1 cn
 
Cisco discovery d homesb module 3 - v.4 in english.
Cisco discovery   d homesb module 3 - v.4 in english.Cisco discovery   d homesb module 3 - v.4 in english.
Cisco discovery d homesb module 3 - v.4 in english.
 
Internet Infrastructure 26 Jan 2004 3
Internet Infrastructure 26 Jan 2004 3Internet Infrastructure 26 Jan 2004 3
Internet Infrastructure 26 Jan 2004 3
 
Ethernet technology
Ethernet technologyEthernet technology
Ethernet technology
 

Viewers also liked

Plantar fasciitis
Plantar fasciitisPlantar fasciitis
Plantar fasciitis
scottz16
 

Viewers also liked (9)

Plantar fasciitis
Plantar fasciitisPlantar fasciitis
Plantar fasciitis
 
Plantar fasciitis
Plantar fasciitisPlantar fasciitis
Plantar fasciitis
 
Foot and heel pain
Foot and heel painFoot and heel pain
Foot and heel pain
 
Plantar fasciitis- my second oral revalida presentation
Plantar fasciitis- my second oral revalida presentationPlantar fasciitis- my second oral revalida presentation
Plantar fasciitis- my second oral revalida presentation
 
Plantar Fasciitis : Origin, Causes, Examination, Treatment of plantar fasciitis
Plantar Fasciitis : Origin, Causes, Examination, Treatment of plantar fasciitisPlantar Fasciitis : Origin, Causes, Examination, Treatment of plantar fasciitis
Plantar Fasciitis : Origin, Causes, Examination, Treatment of plantar fasciitis
 
Heel Pain and Plantar Fasciitis
Heel Pain and Plantar FasciitisHeel Pain and Plantar Fasciitis
Heel Pain and Plantar Fasciitis
 
Plantar fasciitis presentation
Plantar fasciitis presentationPlantar fasciitis presentation
Plantar fasciitis presentation
 
Heel pain and plantar fasciitis
Heel pain and plantar fasciitisHeel pain and plantar fasciitis
Heel pain and plantar fasciitis
 
Plantar fasciitis
Plantar fasciitisPlantar fasciitis
Plantar fasciitis
 

Similar to Shubham ppt on ospf and framerelay

Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPF
arpit
 
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
 

Similar to Shubham ppt on ospf and framerelay (20)

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 day3
Ccna day3Ccna day3
Ccna day3
 
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
 
Ospf
OspfOspf
Ospf
 
C C N A Day3
C C N A  Day3C C N A  Day3
C C N A Day3
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
Routing and OSPF
Routing and OSPFRouting and OSPF
Routing and OSPF
 
CCNA
CCNACCNA
CCNA
 
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
 

Recently uploaded

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Recently uploaded (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
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
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 

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