nerdexam
Cisco

352-001 · Question #480

Which design option reduces the occurrence of IGP microloops?

The correct answer is D. Deploy LFA. Loop-Free Alternates (LFA) reduce IGP microloops by providing pre-computed backup next-hops that are mathematically guaranteed to be loop-free during convergence.

Layer 3 Control Plane

Question

Which design option reduces the occurrence of IGP microloops?

Options

  • ADeploy LSA throttle.
  • BTune the SPF hold time to be lower than the SPF runtime on all nodes.
  • CTune the SPF runtime to be lower than the SPF hold time on all nodes.
  • DDeploy LFA.

How the community answered

(43 responses)
  • B
    2% (1)
  • C
    5% (2)
  • D
    93% (40)

Why each option

Loop-Free Alternates (LFA) reduce IGP microloops by providing pre-computed backup next-hops that are mathematically guaranteed to be loop-free during convergence.

ADeploy LSA throttle.

LSA throttle controls the rate at which LSAs are originated and flooded to reduce CPU load, but it does not prevent microloops that arise from asynchronous SPF completion and route installation across different nodes.

BTune the SPF hold time to be lower than the SPF runtime on all nodes.

Setting SPF hold time lower than SPF runtime is operationally contradictory and does not resolve microloops - microloops are caused by different nodes installing updated routes at different times, which is independent of the inter-SPF hold interval.

CTune the SPF runtime to be lower than the SPF hold time on all nodes.

SPF runtime is governed by topology size and algorithm complexity and is not directly configurable; even if all nodes ran SPF faster, asynchronous route installation across nodes would still produce transient microloops during convergence.

DDeploy LFA.Correct

LFA (Loop-Free Alternates, defined in RFC 5286) pre-computes per-destination backup next-hops before any failure occurs, so when a link or node fails, traffic is immediately redirected to an alternate path without waiting for full SPF convergence across all nodes. This directly reduces microloops because the alternate path is loop-free by algebraic condition, meaning no transient forwarding loops form while different nodes are at different stages of convergence. LFA is supported natively in OSPF and IS-IS as a fast-reroute mechanism.

Concept tested: IGP microloop reduction using LFA fast-reroute

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/xe-16/iro-xe-16-book/iro-loop-free-alt-fast-reroute.html

Topics

#microloops#LFA#SPF tuning#IGP convergence

Community Discussion

No community discussion yet for this question.

Full 352-001 Practice