Courseiva
mediumMultiple ChoiceObjective-mapped

300-410 Is troubleshooting missing BGP routes on R3 Practice Question

A network engineer is troubleshooting missing BGP routes on R3. R1 (AS 65001) is an eBGP peer of R2 (AS 65002), and R2 is an iBGP peer of R3 (AS 65002). R1 advertises the prefix 172.16.1.0/24 to R2. On R2, 'show ip bgp' shows the prefix with next-hop 10.1.1.1 (R1's interface). R3's BGP table does not contain this prefix. R2 and R3 are not route reflectors, and there are no other iBGP peers. What is the most likely cause?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

R2 does not have the 'neighbor 10.1.1.3 activate' command under the BGP configuration for the iBGP session.

In iBGP, by default, routes learned from an iBGP peer are not advertised to other iBGP peers (split horizon). Since R2 learned the route from eBGP, it should advertise it to R3. However, if R3 learned the route via iBGP from another source, it might not be advertised. But the scenario implies R2 is not advertising to R3. The most common cause is that R2 has a route-map or filter blocking the advertisement, or the next-hop is unreachable from R3. However, given the information, the likely issue is that R2 does not have the route in its BGP table as best, or the next-hop is not reachable. But the stem says R2 shows the prefix. The correct answer is that R2 is not advertising because the next-hop (10.1.1.1) is not reachable from R3, but that would affect R3's ability to use the route, not R2's advertisement. Actually, R2 will advertise to iBGP peers regardless of next-hop reachability on the receiver. So the issue must be that R2 is not advertising due to a missing 'neighbor R3 activate' or a filter. The most plausible is that the network statement or redistribution is missing on R2 for the prefix? No, R2 has it. Let me re-read: R2's BGP table shows the prefix. The missing route on R3 could be due to R2 not having the 'neighbor 10.1.1.3 activate' under the BGP process, or a route-map blocking. The stem does not mention any filters. The most common cause in such scenarios is that the BGP session between R2 and R3 is not configured to exchange prefixes (missing activate).

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • R2 does not have the 'neighbor 10.1.1.3 activate' command under the BGP configuration for the iBGP session.

    Why this is correct

    Correct because without the activate command, BGP will not advertise any prefixes to the neighbor, even if the session is up.

  • R2 is not advertising the route because the next-hop 10.1.1.1 is not reachable from R3.

    Why it's wrong here

    Incorrect because R2 will still advertise the route to iBGP peers; reachability of the next-hop is evaluated on the receiving router.

  • R2 is not advertising the route because BGP synchronization is enabled and the IGP does not have the route.

    Why it's wrong here

    Incorrect because synchronization is disabled by default and would not prevent advertisement of eBGP learned routes to iBGP.

  • R2 is not advertising the route because the prefix is being filtered by an inbound route-map on R3.

    Why it's wrong here

    Incorrect because inbound filters on R3 would affect R3's BGP table, not R2's advertisement; the route would still be sent.

About these practice questions

One of 1,966 original 300-410 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This 300-410 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 300-410 exam.