exam questions

Exam 300-410 All Questions

View all questions & answers for the 300-410 exam

Exam 300-410 topic 1 question 11 discussion

Actual exam question from Cisco's 300-410
Question #: 11
Topic #: 1
[All 300-410 Questions]

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?

  • A. R2 does not have a route to the next hop, so R2 does not advertise the prefix to other clients.
  • B. Route reflector setup requires full IBGP mesh between the routers.
  • C. In route reflector setup, only classful prefixes are advertised to other clients.
  • D. In route reflector setups, prefixes are not advertised from one client to another.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
vdsdrs
Highly Voted 3 years, 9 months ago
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
upvoted 11 times
wts
2 years, 8 months ago
Option A has a different reason.
upvoted 3 times
...
...
diskman
Highly Voted 1 year, 2 months ago
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
upvoted 5 times
...
[Removed]
Most Recent 10 months, 2 weeks ago
Selected Answer: A
A is correct
upvoted 1 times
...
MasoudGhorbani
1 year, 3 months ago
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.
upvoted 3 times
...
Malasxd
2 years ago
Selected Answer: A
The correct answer is: A
upvoted 1 times
...
Nhan
2 years, 8 months ago
The next hop on R1 and R2 is the same, R2 doesn’t have the next hope to R3?
upvoted 1 times
...
xziomal9
3 years, 1 month ago
Selected Answer: A
The correct answer is: A
upvoted 1 times
...
Hack4
3 years, 3 months ago
A is correct
upvoted 1 times
...
Hack4
3 years, 3 months ago
A is correct
upvoted 1 times
...
Networkingguy
3 years, 4 months ago
Selected Answer: A
A looks to be correct here
upvoted 2 times
...
Jenia1
3 years, 6 months ago
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
upvoted 1 times
Jenia1
3 years, 6 months ago
Disregard my previous comment. Answer A is correct.
upvoted 3 times
wts
2 years, 8 months ago
Why A?
upvoted 1 times
...
...
...
error_909
3 years, 8 months ago
The given answer is correct
upvoted 3 times
...
AliMo123
3 years, 10 months ago
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
upvoted 1 times
...
Chris_Li
3 years, 11 months ago
i think none of these 4 options is right...who knows which one is correct
upvoted 1 times
...
Benzzyy
4 years, 3 months ago
A is correct
upvoted 2 times
...
tomasz
4 years, 3 months ago
A is correct
upvoted 3 times
...
geek1992
4 years, 5 months ago
I'm going with A
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...