A service provider is deploying Segment Routing (SR) with TI-LFA for fast convergence. Which mechanism does TI-LFA use to repair a link failure in a node segment path?
TI-LFA precomputes a backup path by inserting a segment list to steer traffic around the failure.
Why this answer
TI-LFA (Topology Independent Loop-Free Alternate) precomputes a backup path using a segment list (label stack) that explicitly avoids the failed link. This is achieved by encoding a repair path as a sequence of adjacency and node segments, ensuring that traffic is steered around the failure without loops, regardless of the network topology. The backup path is installed in the forwarding table before the failure occurs, enabling sub-50ms convergence.
Exam trap
Cisco often tests the misconception that TI-LFA is just an extension of classic LFA (Option B), but the key differentiator is that TI-LFA is topology-independent and uses a segment list, not a simple LFA next-hop.
How to eliminate wrong answers
Option B is wrong because TI-LFA is topology-independent and does not rely on the loop-free alternate (LFA) condition defined in IPFRR (RFC 6571), which fails in many topologies (e.g., ring or square). Option C is wrong because TI-LFA is a Segment Routing mechanism and does not use RSVP-TE to signal a protected LSP; RSVP-TE is a separate MPLS-TE technology. Option D is wrong because BFD is used for fast failure detection, not for computing or installing the backup path; TI-LFA precomputes the backup path independently of BFD.