nerdexam
Cisco

352-001 · Question #524

How can a network designer reduce the amount of LSA flooding occurring in a large, single area fully- meshed OSPF topology?

The correct answer is C. Ensure DR and BDR routers are placed optimally in the topology. In a large single-area fully-meshed OSPF topology, LSA flooding is controlled by the DR and BDR, so their optimal placement minimizes unnecessary replication across the segment.

Layer 3 Control Plane

Question

How can a network designer reduce the amount of LSA flooding occurring in a large, single area fully- meshed OSPF topology?

Options

  • AImplemented passive OSPF interfaces on the routers not participating on the DR/BDR election.
  • BUse access control lists to control outbound advertisements.
  • CEnsure DR and BDR routers are placed optimally in the topology.
  • DPlace all point-to-point links in their own dedicated areas.

How the community answered

(36 responses)
  • A
    11% (4)
  • B
    3% (1)
  • C
    81% (29)
  • D
    6% (2)

Why each option

In a large single-area fully-meshed OSPF topology, LSA flooding is controlled by the DR and BDR, so their optimal placement minimizes unnecessary replication across the segment.

AImplemented passive OSPF interfaces on the routers not participating on the DR/BDR election.

Passive interfaces suppress OSPF hellos entirely on that interface, preventing adjacency formation rather than controlling LSA flooding within an established topology.

BUse access control lists to control outbound advertisements.

ACLs cannot filter OSPF LSAs on a per-advertisement basis because OSPF uses multicast and the LSA database must be identical across all routers in an area to maintain convergence.

CEnsure DR and BDR routers are placed optimally in the topology.Correct

In a broadcast or non-broadcast multi-access network, the DR is responsible for flooding LSAs to all other routers using 224.0.0.5, while all others send updates only to the DR/BDR via 224.0.0.6. Placing the DR and BDR on the most central, high-capacity routers ensures the least redundant flooding paths and reduces overall LSA propagation overhead across the fully-meshed topology.

DPlace all point-to-point links in their own dedicated areas.

Moving point-to-point links into separate areas would reduce flooding through area segmentation, but this fundamentally changes the topology design rather than optimizing the existing single-area fully-meshed structure.

Concept tested: OSPF DR/BDR placement and LSA flood reduction

Source: https://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/13703-8.html

Topics

#OSPF#LSA flooding#DR/BDR placement#area design

Community Discussion

No community discussion yet for this question.

Full 352-001 Practice