Refer to the exhibit. Users in the branch network of 2001:db8:0:4::/64 report that they cannot access the Internet. Which command is issued in IPv6 router EIGRP 100 configuration mode to solve this issue? 001.png
Show Answer & Explanation
Correct Answer: B. Issue the no eigrp stub command on R1.
The exhibit shows R1's EIGRP topology has a default route (::/0) learned via R2 (GigabitEthernet1/0), meaning R2 is the path to the Internet. The Branch router shows it has a route to 2001:DB8:0:4::/64 (its own network) and other prefixes, but no default route (::/0) is visible in the Branch topology table. In EIGRP, a stub router only advertises connected and summary routes by default, and does not propagate routes learned from other EIGRP neighbors. If R1 is configured as an EIGRP stub, it will not advertise the default route (::/0) learned from R2 toward the Branch router. The fix is to remove the stub configuration from R1 using no eigrp stub, so R1 can properly advertise the default route to Branch. Option A is wrong because issuing eigrp stub on R1 would make the problem worse. Options C and D involve R2, but the problem is on R1 blocking propagation toward Branch. The Branch router needs to receive the default route from R1, which requires R1 to not be a stub.