In this lab, we transition a network topology from static routing to dynamic routing using Open Shortest Path First (OSPF).
We begin by addressing a critical routing concept: Administrative Distance. Because static routes have a default AD of 1 (more preferred) compared to OSPF’s 110, we must manually remove all existing static routes to allow OSPF to take over the routing table.
Lab Objectives:
Static Route Removal: Identifying and deleting existing ip route statements.
OSPF Configuration: Entering OSPF configuration mode and defining network boundaries.
Wildcard Masks: Calculating and applying the correct wildcard masks for network statements.
Router-ID Management: Manually setting a unique Router-ID to ensure stability in the OSPF process.
Process Reset: Using the clear ip ospf process command to apply new ID settings.
Troubleshooting: Investigating a connectivity failure to the 192.168.40.0/24 subnet and identifying how interface states affect route advertisement.
Configuration Commands Covered:
no ip route [network] [mask] [next-hop]
router ospf [process-id]
network [ip-address] [wildcard-mask] area [area-id]
router-id [id]
clear ip ospf process
no shutdown (Interface recovery)
Tags:
#CCNA #Cisco #Networking #OSPF #RoutingProtocols #StaticRouting #NetworkAutomation #CiscoConfig #ITLab #NetworkEngineering #ShortestPathFirst #RouterID #Troubleshooting