Exam 300-410 All QuestionsBrowse all questions from this exam
Question 11

Refer to the exhibit. R2 is a route reflector, and R1 and R3 are route reflector clients. The route reflector learns the route to 172.16.25.0/24 from R1, but it does not advertise to R3.

What is the reason the route is not advertised?

    Correct Answer: A

    R2 learns the route to 172.16.25.0/24 from R1, but it does not have a route to the next hop 209.165.200.225. In BGP, a router will not advertise a route to its peers unless it has a valid next-hop address in its routing table. Since R2 does not have the next-hop address, it does not advertise the route to R3.

Discussion
vdsdrsOption: A

Answer A is correct. You can see that on R2 route is missing '>' what means it's only in BGP table and not in RIB --> it will not be advertised

wts

Option A has a different reason.

diskmanOption: D

There exists two issues and answer A only responds to the 1st one: 1. Even R2 learns the route (172.16.25.0/24) from R1, R2 BGP table shows the network without a “>” sign and the next-hop 209.165.200.255 same as R1 has, which is unreachable from R2 then the route is supposed to be unavailable in the routing table. To resolve this issue: Configuring at R1 router bgp 65000 -> neighbor 192.168.2.2 next-hop-self Then R2 will be able to reach the destination route 172.16.25.0/24 2. Even though R2 can reach the destination 172.16.25.0/24, which doesn’t advertise the route to its neighbor regarded as the BGP default advertisement rule so that R3 still can’t learn it. Thus need to set R2 as the route reflector: Configuring at R2 router bgp 65000 -> neighbor 192.168.3.3 route-reflector-client

error_909Option: D

The given answer is correct

MasoudGhorbaniOption: D

Given answer is correct, BGP needs the next-hop address to be reachable for a router to share that route with its peers. This basic rule helps avoid sending traffic to a dead end where the next hop can't be reached. R1 is sharing the 172.16.25.0/24 network with a next hop of 209.165.200.225. R2, acting as the route reflector, needs to have this next hop in its routing table to share this route with other clients or peers.

NetworkingguyOption: A

A looks to be correct here

[Removed]Option: D

Doesnt the * mean the route is valid indicating there is a next hop address??

examSharkOption: D

The given answer is correct

BenzzyyOption: A

A is correct

SeMo0o0o0Option: A

A is correct

MalasxdOption: A

The correct answer is: A

NhanOption: D

The next hop on R1 and R2 is the same, R2 doesn’t have the next hope to R3?

xziomal9Option: A

The correct answer is: A

Hack4Option: A

A is correct

Hack4Option: A

A is correct

Jenia1Option: D

Will go for D, this is the closest answer, route reflector (R2) is receiving the route from R1, BGP between R2-R3 are established. I believe the command "neighbor 192.168.3.3 route-reflector-client " is missing on the R2 (not shown on the output), so R3 is not a client, only a BGP peer, so according to iBGP rules the R2 will not advertise the route that is received via IBG to non reflector clients

Jenia1

Disregard my previous comment. Answer A is correct.

wts

Why A?

AliMo123Option: D

None of them is true the topology is missing IGP routing protocol that's why R2 does not know how to reach the next hop, the closest answer is D

[Removed]

D makes absolutely no sense considering R3 is a client and R2 is a reflector...

Chris_Li

i think none of these 4 options is right...who knows which one is correct