OSPF Open Shortest Path First
This protocol is a link state that supports large networks.
Order of OSPF Operations:
- Discover neighbors
- Form adjacencies
- Share Links by Flood Link State Database
- Compute shortest path
- install best routes
- Respond to network changes
Begin by creating a loopback interface on each router. Then enable single area OSPF oon each router. Uses wildcard mask (inverse) of the subnet. The loopback interfaces have the last number of the octet changed, which logically makes sense, but I kept entering this wrong on the CLI. Lots of mistakes to get to his point. I was finally able to verify that the routers formed adjacencies.
Relief when I finally got this:
Next I checked the cost to see that no traffic is being routed through R5 20.0.3.2:
Comments
Post a Comment