OSPF

Today I want to show a demonstration on how to configure an OSPF.

- OSPF is a routing protocol. Two routers speaking OSPF to each other exchange information about the routes they know about and the cost for them to get there.

The Goal of this Lab Topology

-  Achieve dynamic reachability between all the different subnet on the following network

-  Using OSPF, routers will be able to ping across neighboring routers

-  Subsequently affiliated switches will also be able to ping across network 

-  We will use the Lab Provided below to configure an OSPF (Single Area 0)


1.PNG

Steps Overview

  • Configure Router port interfaces (Correct Subnet)

  • Enable port Interfaces

  • OSPF Configuration applied

  • Ping Test to confirm dynamic reachability 

Step 1

  • Configuring Router 1/2/3 

  • Proper IP address applied to its connected Interfaces

  • Port Interfaces all enabled

Router 1.PNG
white spacing.PNG
Router 2.PNG
white spacing.PNG
Router 3.PNG
white spacing.PNG

Once all Interfaces have been assigned IP Address & Interfaces all enabled, you should see the following diagram

- All neighboring port Interfaces should be green

2.PNG

Step 2

  • Configuring OSPF on Router 1/2/3 

  • Create Loopback IP Address (Always stays up/up State)

  • Apply OSPF config for individual Interfaces 

  • Please Note that there are variety of method of applying OSPF config 

Example : network 0.0.0.0 255.255.255.255 area 0 

This specific command would apply OSPF to entire Interface at once 

(Not recommended)

Router OSPF 1.PNG
white spacing.PNG
Router OSPF 2.PNG
white spacing.PNG
Router OSPF 3.PNG

Step 3

Test ping once configuration is done

- If all the configuration is properly configured, you would be able to ping one router to another

ping test.PNG

This is how you setup dynamic routing using OSPF to achieve reachability between all the different subnet

- Chris

Previous
Previous

OSPF LAB

Next
Next

Static Route