M THE DAILY INSIGHT
// news

Why OSPF is not working?

By Daniel Rodriguez

Make sure that the interfaces at both ends are configured to support OSPF. There could be a mismatch in the OSPF Network Type. Verify that Hello and Dead timers match on each end of the link. Neighboring interfaces must be in the same OSPF Area.

What is summary-address in OSPF?

The summary-address command works by summarizing external routes. Try “redistributing connected subnet” on the spoke and make sure you don’t advertise the loopbacks into OSPF as internal OSPF routes. Lo0 and Lo1 represent the networks behind the spoke.

How do I summarize a route in OSPF?

To summarize routes sent to the backbone area:

  1. Configure the interfaces.
  2. Configure the type of OSPF area.
  3. Assign the interfaces to the OSPF areas.
  4. Summarize the routes that are flooded into the backbone.
  5. On ABR R3, restrict the external static route from leaving area 0.0.

Does OSPF Auto summary?

OSPF, unlike EIGRP, doesn’t support automatic summarization. Also, unlike EIGRP, where you can summarize routes on every router in an EIGRP network, OSFP can summarize routes only on ABRs and ASBRs.

How do I know if OSPF is working?

To display Open Shortest Path First (OSPF)-related interface information, use the show ip ospf interface command. Usage Guidelines Use the show ip ospf interface command to display the OSPF status for the interface. This command requires the LAN Base Services license.

What is OSPF area range?

The area range command is used only with area border routers (ABRs). It is used to consolidate or summarize routes for an area. The result is that a single summary route is advertised to other areas by the ABR. Routing information is condensed at area boundaries.

Why is there no auto summary?

If you are using a routing protocol that auto-summarizes (such as RIP or EIGRP) it will send the subnet mask of the classful boundary, and not the actual subnet mask. The command no auto or no auto summary will turn this feature off in RIP and EIGRP, and send the actual subnet mask.

What is the difference between summary route and OSPF?

A summary route will have the cost of the subnet with the lowest cost that falls within the summary range. Your ABR that creates the summary route will create a null0 interface to prevent loops. OSPF is a classless routing protocol so you can pick any subnet mask you like for prefixes.

What happens if we don’t use summarization in OSPF?

Let’s start with an example: Look at the topology above. If we don’t use summarization (which is the default) there will be a LSA for every specific prefix. If we have a link failure in area 1 then R1 (our ABR) will flood a new type 3 summary LSA and this change has to be propagated throughout all our OSPF areas.

How to prevent loops in OSPF route?

Your ABR that creates the summary route will create a null0 interface to prevent loops. OSPF is a classless routing protocol so you can pick any subnet mask you like for prefixes. If you look at my picture you can see that 4.4.4.0 /24 and 4.5.5.0 /24 both fall within the 4.0.0.0 /8 summary.

What type of LSA is used in OSPF?

If you are studying OSPF you will learn that OSPF uses LSA type 3 for inter-area routers and LSA type 5 for external prefixes that are redistributed into OSPF. OSPF can do summarization but it’s impossible to summarize within an area.