What is the default value of the RA lifetime (Router Lifetime) in IPv6 Router Advertisements on Cisco IOS-XE?
Correct. The default Router Lifetime is 1800 seconds on Cisco IOS-XE.
Why this answer
The default Router Lifetime (RA lifetime) in IPv6 Router Advertisements on Cisco IOS-XE is 1800 seconds (30 minutes). This value is defined in RFC 4861 and indicates how long the router should be considered as a default gateway by hosts. It is three times the default Router Advertisement interval (200 seconds), ensuring hosts have sufficient time to detect a router's absence.
Exam trap
Cisco often tests the distinction between the Router Advertisement interval (default 200 seconds) and the Router Lifetime (default 1800 seconds), leading candidates to confuse the two and incorrectly select 600 seconds (the default MaxRtrAdvInterval) or 200 seconds (the default MinRtrAdvInterval).
How to eliminate wrong answers
Option A (600 seconds) is wrong because it is the default value for the Router Advertisement interval (MinRtrAdvInterval), not the Router Lifetime. Option C (3600 seconds) is wrong because it is not a standard default for Router Lifetime; it might be confused with the default IPv6 Neighbor Solicitation timeout or a common DHCP lease time. Option D (0 seconds) is wrong because a Router Lifetime of 0 seconds would indicate that the router is not a default gateway, which is not the default behavior; it is used only when explicitly configured to suppress the router's default gateway function.