nerdexam
Cisco

300-510 · Question #115

Refer to the exhibit. A network engineer applied configuration on R5 to summarize all OSPF routes, but R4 is still receiving specific routes from R5. The engineer has confirmed that both R5 and R4 rou

The correct answer is C. Move R4 and R5 in separate areas as now they maintain the same link-state database. OSPF inter-area summarization can only be performed by an ABR (Area Border Router) - a router that sits on the boundary between two different areas. If R4 and R5 are both in Area 2, they share the same link-state database and neither qualifies as an ABR, so the area range summari

Routing Policy and Manipulation

Question

Refer to the exhibit. A network engineer applied configuration on R5 to summarize all OSPF routes, but R4 is still receiving specific routes from R5. The engineer has confirmed that both R5 and R4 routers are configured with correct summarization configuration but R5 Is not sending the summary routes. What action must the engineer take to fix the problem?

Exhibit

300-510 question #115 exhibit

Options

  • ARemove summarization configuration on R5 and configure it on R4
  • BConfigure a sham link between R4 and R5 to support summarization within Area 2
  • CMove R4 and R5 in separate areas as now they maintain the same link-state database
  • DClear link-state database on both R4 and R5 routers for summarization to work

How the community answered

(47 responses)
  • A
    4% (2)
  • B
    17% (8)
  • C
    72% (34)
  • D
    6% (3)

Explanation

OSPF inter-area summarization can only be performed by an ABR (Area Border Router) - a router that sits on the boundary between two different areas. If R4 and R5 are both in Area 2, they share the same link-state database and neither qualifies as an ABR, so the area range summarization command has no effect regardless of correct syntax. Moving them into separate areas makes R5 an ABR with a real area boundary to summarize across, which is the only way summarization can function in OSPF.

Why the distractors are wrong:

  • A - Moving the config to R4 doesn't help; the same-area constraint applies to R4 equally. The problem is topology, not which router holds the config.
  • B - Sham links are an MPLS/VPN OSPF feature used to prevent backdoor paths from overriding VPN routes; they have no role in enabling summarization.
  • D - Clearing the LSDB is a temporary operational action that won't change the fundamental architecture. The routers will re-sync to the same database and summarization will still fail.

Memory tip: Think "ABR = summarization gatekeeper." OSPF summarization only fires when a router is advertising routes between areas. No area boundary = no summary. If summarization isn't working, ask: "Is this router actually an ABR?"

Topics

#OSPF summarization#ABR behavior#Area topology#LSA flooding

Community Discussion

No community discussion yet for this question.

Full 300-510 Practice