SlideShare una empresa de Scribd logo
1 de 15
MAIN PROJECT # 1

SUMMITED BY:
OM PRAKASH
What is IP Routing?

 Routing is the act of moving information (data
packets) across an inter-network from a source node
to a destination node.
 Routing decisions for a packet is taken by the routers
on the basis of the routing tables
 Routing tables of the routers are either provided to
the routers by the Network Admins or that is
generated by the routers it self by using dynamic
routing techniques
WHAT IS IGPs ?

 IGP stands for Interior Gateway Protocols, is the set
consists of protocols could be implemented on the
network owned by some Autonomous System (AS) or
firm ( Privately owned)
 For the transfer of packets between different ASs we
require Exterior Gateway Protocols e.g. BGP
 The IGPs set consists protocols like OSPF,RIP,IGRP
EIGRP etc.
About OSPF

 The Open Shortest Path First (OSPF) protocol is an
Interior Gateway Protocol used to distribute routing
information within a single Autonomous System
 It is defined in Reference For Comments document
(RFC 2328)
 OSPF is a link-state routing protocol, which means
that changes in routing are based on the status and
speeds of the physical links in the networked
routers, and changes are immediately propagated to
every router on the network
Why OSPF

 It is most used IGP
 It has several features like:
• Consists of areas and autonomous systems
• Minimizes routing update traffic
• Allows scalability
• Supports VLSM/CIDR
• Has unlimited hop count
• Allows multi-vendor deployment (open standard)
Problem Statement

 Lets consider that we have to configure a network
for a medium level firm
 The firm consists three CISCO ROUTERS of 2600
series (with IOS v-12) which are to be configured
using the OSPF v2
 Sub-networks for different departments finance,
marketing, sales and HR has to be created(Routers
R1 and R2 )
 There is also a Wi-Fi network to be configured for
Wi-Fi devices (Router R3)
Problem Scenario

About Cisco's Packet Tracer


 Cisco Packet Tracer is a powerful network simulation
program, widely used for training, research and
education (using v5.3.2)
 As it is not feasible to use actual physical router just for
experimental purposes, so we require some simulator to
do the leanings in which we are primarily interested
 There are benefits of using the simulator as well like we
can approximate the behavior of our system in actual
scenario
Configurations on Routers






















Configurations on the Router R0
Router>
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R0
R0(config)#
R0(config)#router ospf 12
R0(config-router)#network 192.168.1.1 0.0.0.0 area
R0(config-router)#network 192.168.2.1 0.0.0.0 area 0
R0(config-router)#network 192.168.3.1 0.0.0.0 area 0
R0(config-router)#network 192.168.4.1 0.0.0.0 area 0
R0(config-router)#exit
R0(config)#
R0(config)#ip dhcp pool admin
R0(dhcp-config)# default-router 192.168.3.1
R0(dhcp-config)# dns-server 192.168.4.2
R0(dhcp-config)#exit
R0(config)#write



















Cont…


Configurations on the Router R1
R1(config)#
R1(config)#router ospf 12
R1(config-router)#network 192.168.1.2 0.0.0.0 area 0
R1(config-router)#network 192.168.10.0 0.0.0.255 area 0
R1(config-router)#network 192.168.11.0 0.0.0.255 area 0
R1(config-router)#exit
R1(config)#
R0(config)#write
Configurations on the Router R2
R2(config)#
R2(config)#router ospf 12
R2(config-router)#network 192.168.1.2 0.0.0.0 area 0
R2(config-router)#network 192.168.10.0 0.0.0.255 area 0
R2(config-router)#network 192.168.11.0 0.0.0.255 area 0
R2(config-router)#exit
R2(config)#
R0(config)#write






















Results


The routing table of router R0 :
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
192.168.1.0/29 is subnetted, 1 subnets
C 192.168.1.0 is directly connected, FastEthernet1/0
192.168.2.0/29 is subnetted, 1 subnets
C 192.168.2.0 is directly connected, FastEthernet2/0
C 192.168.3.0/24 is directly connected, FastEthernet3/0
192.168.4.0/29 is subnetted, 1 subnets
C 192.168.4.0 is directly connected, FastEthernet0/0
O 192.168.10.0/24 [110/2] via 192.168.1.2, 05:45:31, FastEthernet1/0
O 192.168.11.0/24 [110/2] via 192.168.1.2, 05:45:31, FastEthernet1/0
O 192.168.20.0/24 [110/2] via 192.168.2.2, 05:45:31, FastEthernet2/0
O 192.168.21.0/24 [110/2] via 192.168.2.2, 05:45:31, FastEthernet2/0
R0#
Cont…















The routing table of router R1 :
192.168.1.0/29 is subnetted, 1 subnets
C 192.168.1.0 is directly connected, FastEthernet0/0
192.168.2.0/29 is subnetted, 1 subnets
O 192.168.2.0 [110/2] via 192.168.1.1, 02:33:30, FastEthernet0/0
O 192.168.3.0/24 [110/2] via 192.168.1.1, 05:51:59, FastEthernet0/0
192.168.4.0/29 is subnetted, 1 subnets
O 192.168.4.0 [110/2] via 192.168.1.1, 05:51:59, FastEthernet0/0
C 192.168.10.0/24 is directly connected, FastEthernet1/0
C 192.168.11.0/24 is directly connected, FastEthernet2/0
O 192.168.20.0/24 [110/3] via 192.168.1.1, 02:33:30, FastEthernet0/0
O 192.168.21.0/24 [110/3] via 192.168.1.1, 02:33:30, FastEthernet0/0
R1#














Cont…


The routing table of router R2 :
192.168.1.0/29 is subnetted, 1 subnets
O 192.168.1.0 [110/2] via 192.168.2.1, 05:55:04, FastEthernet0/0
192.168.2.0/29 is subnetted, 1 subnets
C 192.168.2.0 is directly connected, FastEthernet0/0
O 192.168.3.0/24 [110/2] via 192.168.2.1, 05:55:04, FastEthernet0/0
192.168.4.0/29 is subnetted, 1 subnets
O 192.168.4.0 [110/2] via 192.168.2.1, 05:55:04, FastEthernet0/0
O 192.168.10.0/24 [110/3] via 192.168.2.1, 05:55:04, FastEthernet0/0
O 192.168.11.0/24 [110/3] via 192.168.2.1, 05:55:04, FastEthernet0/0
C 192.168.20.0/24 is directly connected, FastEthernet1/0
C 192.168.21.0/24 is directly connected, FastEthernet2/0
R2#
Verification of Results

 Ping from Tablet PC0 to PC0:











PC>ping 192.168.10.2
Pinging 192.168.10.2 with 32 bytes of data:
Reply from 192.168.10.2: bytes=32 time=266ms TTL=126
Reply from 192.168.10.2: bytes=32 time=173ms TTL=126
Reply from 192.168.10.2: bytes=32 time=156ms TTL=126
Reply from 192.168.10.2: bytes=32 time=172ms TTL=126
Ping statistics for 192.168.10.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 156ms, Maximum = 266ms, Average = 191ms


THANKING
YOU

Más contenido relacionado

La actualidad más candente

La actualidad más candente (20)

Virtual Routing and Forwarding, (VRF-lite)
Virtual Routing and Forwarding, (VRF-lite)Virtual Routing and Forwarding, (VRF-lite)
Virtual Routing and Forwarding, (VRF-lite)
 
OSPF Configuration
OSPF ConfigurationOSPF Configuration
OSPF Configuration
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
Cisco router-commands
Cisco router-commandsCisco router-commands
Cisco router-commands
 
MPLS
MPLSMPLS
MPLS
 
Bgp
BgpBgp
Bgp
 
Router commands
Router commandsRouter commands
Router commands
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7
 
Chapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routingChapter 16 : inter-vlan routing
Chapter 16 : inter-vlan routing
 
OSPF Basics
OSPF BasicsOSPF Basics
OSPF Basics
 
Useful cli commands v1
Useful cli commands v1Useful cli commands v1
Useful cli commands v1
 
Cisco Commands
Cisco CommandsCisco Commands
Cisco Commands
 
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)
 
01- intro to firewall concepts
01- intro to firewall concepts01- intro to firewall concepts
01- intro to firewall concepts
 
Eigrp.ppt
Eigrp.pptEigrp.ppt
Eigrp.ppt
 
Lesson 2 slideshow
Lesson 2 slideshowLesson 2 slideshow
Lesson 2 slideshow
 
An Overview of Border Gateway Protocol (BGP)
An Overview of Border Gateway Protocol (BGP)An Overview of Border Gateway Protocol (BGP)
An Overview of Border Gateway Protocol (BGP)
 
Ospf
OspfOspf
Ospf
 
Cisco CCNA- NAT Configuration
Cisco CCNA- NAT ConfigurationCisco CCNA- NAT Configuration
Cisco CCNA- NAT Configuration
 

Destacado

Matlab Assignment JK Institute
Matlab Assignment JK InstituteMatlab Assignment JK Institute
Matlab Assignment JK InstituteOm Prakash
 
Digitized images and
Digitized images andDigitized images and
Digitized images andAshish Kumar
 
process management
 process management process management
process managementAshish Kumar
 
Computer architecture
Computer architecture Computer architecture
Computer architecture Ashish Kumar
 
video compression techique
video compression techiquevideo compression techique
video compression techiqueAshish Kumar
 
remote procedure calls
  remote procedure calls  remote procedure calls
remote procedure callsAshish Kumar
 
distributed shared memory
 distributed shared memory distributed shared memory
distributed shared memoryAshish Kumar
 

Destacado (11)

Cisco project ideas
Cisco   project ideasCisco   project ideas
Cisco project ideas
 
Matlab Assignment JK Institute
Matlab Assignment JK InstituteMatlab Assignment JK Institute
Matlab Assignment JK Institute
 
Data structures
Data structuresData structures
Data structures
 
Digitized images and
Digitized images andDigitized images and
Digitized images and
 
message passing
 message passing message passing
message passing
 
process management
 process management process management
process management
 
Computer architecture
Computer architecture Computer architecture
Computer architecture
 
video compression techique
video compression techiquevideo compression techique
video compression techique
 
remote procedure calls
  remote procedure calls  remote procedure calls
remote procedure calls
 
Compression
CompressionCompression
Compression
 
distributed shared memory
 distributed shared memory distributed shared memory
distributed shared memory
 

Similar a project on OSPF

Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructionstrayyoo
 
1164 Routers
1164 Routers1164 Routers
1164 Routerstechbed
 
Chapter 5 Routing.pptx
Chapter 5 Routing.pptxChapter 5 Routing.pptx
Chapter 5 Routing.pptxAyaanMohamed4
 
Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010irbas
 
Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010irbas
 
All About Routers: Types Of Routers, Routing Table And IP Routing : Notes
All About Routers: Types Of Routers, Routing Table And IP Routing : NotesAll About Routers: Types Of Routers, Routing Table And IP Routing : Notes
All About Routers: Types Of Routers, Routing Table And IP Routing : NotesSubhajit Sahu
 
Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Saurav Pandey
 
Chapter 2-IP Routing.pdf
Chapter 2-IP Routing.pdfChapter 2-IP Routing.pdf
Chapter 2-IP Routing.pdfBuntha Chhay
 
Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011Dân Chơi
 
Ccna 2 chapter 1 v4.0 answers 2011
Ccna 2 chapter 1 v4.0 answers 2011Ccna 2 chapter 1 v4.0 answers 2011
Ccna 2 chapter 1 v4.0 answers 2011Dân Chơi
 
ConfigureTwo networks principle
ConfigureTwo networks principleConfigureTwo networks principle
ConfigureTwo networks principleDrAlneami
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2Kris Mofu
 
Networking in college
Networking in collegeNetworking in college
Networking in collegeHarpreet Gaba
 

Similar a project on OSPF (20)

Lab 9 instructions
Lab 9 instructionsLab 9 instructions
Lab 9 instructions
 
1164 Routers
1164 Routers1164 Routers
1164 Routers
 
Netw204 Quiz Answers Essay
Netw204 Quiz Answers EssayNetw204 Quiz Answers Essay
Netw204 Quiz Answers Essay
 
Chapter 5 Routing.pptx
Chapter 5 Routing.pptxChapter 5 Routing.pptx
Chapter 5 Routing.pptx
 
Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010
 
Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010
 
06 tk 1073 network layer
06   tk 1073 network layer06   tk 1073 network layer
06 tk 1073 network layer
 
Ch5
Ch5Ch5
Ch5
 
35d70683c4fd405d89db4a5287aa4b89
35d70683c4fd405d89db4a5287aa4b8935d70683c4fd405d89db4a5287aa4b89
35d70683c4fd405d89db4a5287aa4b89
 
All About Routers: Types Of Routers, Routing Table And IP Routing : Notes
All About Routers: Types Of Routers, Routing Table And IP Routing : NotesAll About Routers: Types Of Routers, Routing Table And IP Routing : Notes
All About Routers: Types Of Routers, Routing Table And IP Routing : Notes
 
Dynamic routing
Dynamic routingDynamic routing
Dynamic routing
 
Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0
 
Chapter 2-IP Routing.pdf
Chapter 2-IP Routing.pdfChapter 2-IP Routing.pdf
Chapter 2-IP Routing.pdf
 
Ppt of routing protocols
Ppt of routing protocolsPpt of routing protocols
Ppt of routing protocols
 
Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011
 
Group 1
Group 1Group 1
Group 1
 
Ccna 2 chapter 1 v4.0 answers 2011
Ccna 2 chapter 1 v4.0 answers 2011Ccna 2 chapter 1 v4.0 answers 2011
Ccna 2 chapter 1 v4.0 answers 2011
 
ConfigureTwo networks principle
ConfigureTwo networks principleConfigureTwo networks principle
ConfigureTwo networks principle
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2
 
Networking in college
Networking in collegeNetworking in college
Networking in college
 

Último

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 slidevu2urc
 
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.pptxHampshireHUG
 
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)wesley chun
 
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 Scriptwesley chun
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
[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.pdfhans926745
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
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 2024Rafal Los
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
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...Miguel Araújo
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
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 productivityPrincipled Technologies
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
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...Neo4j
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 

Último (20)

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
 
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
 
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)
 
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
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
[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
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
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...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
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
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
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...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 

project on OSPF

  • 1. MAIN PROJECT # 1 SUMMITED BY: OM PRAKASH
  • 2. What is IP Routing?   Routing is the act of moving information (data packets) across an inter-network from a source node to a destination node.  Routing decisions for a packet is taken by the routers on the basis of the routing tables  Routing tables of the routers are either provided to the routers by the Network Admins or that is generated by the routers it self by using dynamic routing techniques
  • 3. WHAT IS IGPs ?   IGP stands for Interior Gateway Protocols, is the set consists of protocols could be implemented on the network owned by some Autonomous System (AS) or firm ( Privately owned)  For the transfer of packets between different ASs we require Exterior Gateway Protocols e.g. BGP  The IGPs set consists protocols like OSPF,RIP,IGRP EIGRP etc.
  • 4. About OSPF   The Open Shortest Path First (OSPF) protocol is an Interior Gateway Protocol used to distribute routing information within a single Autonomous System  It is defined in Reference For Comments document (RFC 2328)  OSPF is a link-state routing protocol, which means that changes in routing are based on the status and speeds of the physical links in the networked routers, and changes are immediately propagated to every router on the network
  • 5. Why OSPF   It is most used IGP  It has several features like: • Consists of areas and autonomous systems • Minimizes routing update traffic • Allows scalability • Supports VLSM/CIDR • Has unlimited hop count • Allows multi-vendor deployment (open standard)
  • 6. Problem Statement   Lets consider that we have to configure a network for a medium level firm  The firm consists three CISCO ROUTERS of 2600 series (with IOS v-12) which are to be configured using the OSPF v2  Sub-networks for different departments finance, marketing, sales and HR has to be created(Routers R1 and R2 )  There is also a Wi-Fi network to be configured for Wi-Fi devices (Router R3)
  • 8. About Cisco's Packet Tracer   Cisco Packet Tracer is a powerful network simulation program, widely used for training, research and education (using v5.3.2)  As it is not feasible to use actual physical router just for experimental purposes, so we require some simulator to do the leanings in which we are primarily interested  There are benefits of using the simulator as well like we can approximate the behavior of our system in actual scenario
  • 9. Configurations on Routers                     Configurations on the Router R0 Router> Router>enable Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname R0 R0(config)# R0(config)#router ospf 12 R0(config-router)#network 192.168.1.1 0.0.0.0 area R0(config-router)#network 192.168.2.1 0.0.0.0 area 0 R0(config-router)#network 192.168.3.1 0.0.0.0 area 0 R0(config-router)#network 192.168.4.1 0.0.0.0 area 0 R0(config-router)#exit R0(config)# R0(config)#ip dhcp pool admin R0(dhcp-config)# default-router 192.168.3.1 R0(dhcp-config)# dns-server 192.168.4.2 R0(dhcp-config)#exit R0(config)#write
  • 10.                   Cont…  Configurations on the Router R1 R1(config)# R1(config)#router ospf 12 R1(config-router)#network 192.168.1.2 0.0.0.0 area 0 R1(config-router)#network 192.168.10.0 0.0.0.255 area 0 R1(config-router)#network 192.168.11.0 0.0.0.255 area 0 R1(config-router)#exit R1(config)# R0(config)#write Configurations on the Router R2 R2(config)# R2(config)#router ospf 12 R2(config-router)#network 192.168.1.2 0.0.0.0 area 0 R2(config-router)#network 192.168.10.0 0.0.0.255 area 0 R2(config-router)#network 192.168.11.0 0.0.0.255 area 0 R2(config-router)#exit R2(config)# R0(config)#write
  • 11.                      Results  The routing table of router R0 : Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set 192.168.1.0/29 is subnetted, 1 subnets C 192.168.1.0 is directly connected, FastEthernet1/0 192.168.2.0/29 is subnetted, 1 subnets C 192.168.2.0 is directly connected, FastEthernet2/0 C 192.168.3.0/24 is directly connected, FastEthernet3/0 192.168.4.0/29 is subnetted, 1 subnets C 192.168.4.0 is directly connected, FastEthernet0/0 O 192.168.10.0/24 [110/2] via 192.168.1.2, 05:45:31, FastEthernet1/0 O 192.168.11.0/24 [110/2] via 192.168.1.2, 05:45:31, FastEthernet1/0 O 192.168.20.0/24 [110/2] via 192.168.2.2, 05:45:31, FastEthernet2/0 O 192.168.21.0/24 [110/2] via 192.168.2.2, 05:45:31, FastEthernet2/0 R0#
  • 12. Cont…               The routing table of router R1 : 192.168.1.0/29 is subnetted, 1 subnets C 192.168.1.0 is directly connected, FastEthernet0/0 192.168.2.0/29 is subnetted, 1 subnets O 192.168.2.0 [110/2] via 192.168.1.1, 02:33:30, FastEthernet0/0 O 192.168.3.0/24 [110/2] via 192.168.1.1, 05:51:59, FastEthernet0/0 192.168.4.0/29 is subnetted, 1 subnets O 192.168.4.0 [110/2] via 192.168.1.1, 05:51:59, FastEthernet0/0 C 192.168.10.0/24 is directly connected, FastEthernet1/0 C 192.168.11.0/24 is directly connected, FastEthernet2/0 O 192.168.20.0/24 [110/3] via 192.168.1.1, 02:33:30, FastEthernet0/0 O 192.168.21.0/24 [110/3] via 192.168.1.1, 02:33:30, FastEthernet0/0 R1#
  • 13.              Cont…  The routing table of router R2 : 192.168.1.0/29 is subnetted, 1 subnets O 192.168.1.0 [110/2] via 192.168.2.1, 05:55:04, FastEthernet0/0 192.168.2.0/29 is subnetted, 1 subnets C 192.168.2.0 is directly connected, FastEthernet0/0 O 192.168.3.0/24 [110/2] via 192.168.2.1, 05:55:04, FastEthernet0/0 192.168.4.0/29 is subnetted, 1 subnets O 192.168.4.0 [110/2] via 192.168.2.1, 05:55:04, FastEthernet0/0 O 192.168.10.0/24 [110/3] via 192.168.2.1, 05:55:04, FastEthernet0/0 O 192.168.11.0/24 [110/3] via 192.168.2.1, 05:55:04, FastEthernet0/0 C 192.168.20.0/24 is directly connected, FastEthernet1/0 C 192.168.21.0/24 is directly connected, FastEthernet2/0 R2#
  • 14. Verification of Results   Ping from Tablet PC0 to PC0:           PC>ping 192.168.10.2 Pinging 192.168.10.2 with 32 bytes of data: Reply from 192.168.10.2: bytes=32 time=266ms TTL=126 Reply from 192.168.10.2: bytes=32 time=173ms TTL=126 Reply from 192.168.10.2: bytes=32 time=156ms TTL=126 Reply from 192.168.10.2: bytes=32 time=172ms TTL=126 Ping statistics for 192.168.10.2: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 156ms, Maximum = 266ms, Average = 191ms