A Cisco IOS router (R1) is configured with three routes for the destination prefix : a primary static route (`ip route 192.168.10.0 255.255.255.0 10.0.12.2`), an active OSPFv2 dynamic route (Administrative Distance 110 via ), and a backup floating static route (`ip route 192.168.10.0 255.255.255.0 10.0.13.2 120`). Place the control plane and data plane events in the correct chronological sequence starting immediately after the physical interface connected to fails.
- 1The local physical interface associated with next-hop transitions to a down state.
- 2Cisco IOS removes the primary static route ( with AD 1) from the IPv4 Routing Information Base (RIB).
- 3The RIB evaluates remaining candidate routes for prefix and selects OSPF (AD 110) over the floating static route (AD 120).
- 4The Cisco Express Forwarding (CEF) Forwarding Information Base (FIB) updates the prefix entry to point to next-hop .
- 5Incoming IP packets destined for host are encapsulated and transmitted toward .
Cevap
The correct sequence of events is: Interface link failure → Primary static route RIB withdrawal → AD evaluation selecting OSPF over floating static → FIB table update → Forwarding of packets via the OSPF path.
When an active egress interface fails, Cisco IOS immediately removes the connected static route from the Routing Information Base (RIB). The router then re-evaluates all available candidate routes for the exact destination prefix (). Because the prefix lengths are identical, the router compares Administrative Distance (AD). OSPF (AD 110) is preferred over the floating static route (AD 120). Once the RIB settles on the OSPF path, the control plane programs the Forwarding Information Base (FIB), and data plane traffic resumes forwarding out the OSPF next-hop.
Adım Adım Çözüm
Anahtar Kavram
IPv4 Static Route RIB Lifecycle, Floating Static Administrative Distance Calibration, and CEF FIB Convergence