exam questions

Exam 300-410 All Questions

View all questions & answers for the 300-410 exam

Exam 300-410 topic 1 question 68 discussion

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

Refer to the exhibit.

AS65510 iBGP is configured for directly connected neighbors. R4 cannot ping or traceroute network 192.168.100.0/24.
Which action resolves this issue?

  • A. Configure R1 as a route reflector server and configure R2 and R3 as route reflector clients.
  • B. Configure R4 as a route reflector server and configure R2 and R3 as route reflector clients.
  • C. Configure R4 as a route reflector server and configure R1 as a route reflector client.
  • D. Configure R1 as a route reflector server and configure R4 as a route reflector client.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
timtgh
Highly Voted 2 years, 7 months ago
All answers are wrong. R1 and R4 do not see each other's routes because they are two hops apart. They need a route reflector between them, either R2 or R3.
upvoted 18 times
Pietjeplukgeluk
1 year, 2 months ago
Indeed the quality of the question is low. To have any solution work, you need to add neighbor config on top of the specified "directly connected". Spend you time well and understand why all are wrong.
upvoted 2 times
...
...
Iarn
Highly Voted 2 years, 8 months ago
Selected Answer: B
Dont think it possible to be D as the question clearly states there is ONLY BGP relationship between directly connected devices, D is only possible if you stand a BGP relationship between R1 & R4, then you have a full mesh and dont need route reflector at all. If R2 & R3 are RR clients and R4 The RR. R1 advertises to R2 & R3 they then pas the route to the reflector.
upvoted 8 times
glbngl91
1 year, 11 months ago
Ehm... wrong, if you have connectivity between loopback via an IGP (or static routing), you can configure peering between two routers that are not directly connected... in my opinion D is not correct, but only because R1 is a border router and it's better not to configure it as a RR
upvoted 1 times
...
...
yololoy
Most Recent 1 week, 2 days ago
Selected Answer: D
D makes sense if you look at the wording of the answer Configure R4 as route reflector client. This doesn't mean your configuring RR client on R4 it means your configuring RR client for R4 from R2 and R3s perceptive
upvoted 1 times
...
tsamoko
3 months, 1 week ago
Perfect question Cisco , well done !! Professional level certification lol. All questions are wrong , A and B for sure. C and D , also. If you go and place the command lets say for example for D, to make the R1 server and R4 client , there is an error command : "% Specify remote-as or peer-group commands first." So you need to make R4 neighbor, so full mesh . So RR config is not needed and used. Same for C. In the end , we need to chose which wrong question is more correct/less wrong. So C ? cause edge router is RR clients ??
upvoted 1 times
tsamoko
3 months, 1 week ago
GUYS , SWITCH your brains off. The answers just saying the role, it doesn't really say make a router client with the other router as the server ( for example D , R1 RR and his client is R4) . C and D can work. So lets pick C : 1) R1 is RR-client of R2 ---> R2 RR (for R1) 2) R4 is RR (for R2) ---> R2 is RR-client for R4 (so R2 is server for R1 and client for R4 ) ! And it can work with the same logic with D , but I chose C only because , of RR-client placement one the edge of AS.
upvoted 1 times
...
...
tubirubs
3 months, 3 weeks ago
Selected Answer: B
I think that is B, because 1st rule of router reflector: if a RR recive a NLRI from NON_RR_CLient, the RR advertise the NLRI to RR_Client and not advertise to another NON_RR_Client.
upvoted 1 times
tubirubs
3 months, 3 weeks ago
So, if R4 is a RR, and R2 and R3 is RR_Client, the NLRI that R1 recive is adverstised to R2 and R3 from R4
upvoted 1 times
...
...
galimuna
3 months, 3 weeks ago
Selected Answer: A
R1 is connected to the external network (AS 65520) via eBGP. R1, R2, R3, and R4 are in the same iBGP system (AS 65510). R5 is advertising the 192.168.100.0/24 network to R1 over eBGP. However, R4 is unable to reach the 192.168.100.0/24 network. This is likely because iBGP requires a full-mesh configuration by default, meaning that R4 doesn’t have a direct iBGP session with R1, and so it isn't learning the route to 192.168.100.0/24. Solution: To fix this without needing full-mesh peering, R1 can be configured as a route reflector server, and R2 and R3 can be configured as route reflector clients. This way, R1 can reflect the route learned from R5 to the other routers in AS 65510, including R4. The correct answer is: A A. Configure R1 as a route reflector server and configure R2 and R3 as route reflector clients. This setup will ensure that R4 can learn the route to 192.168.100.0/24 from R1 through the route reflector mechanism.
upvoted 1 times
...
bk989
5 months, 1 week ago
D, R1 as an RR we build a full mesh, and as long as R4 has next hop reachability to outside then D solves it.
upvoted 1 times
bk989
5 months, 1 week ago
R1 as RR and R4 as client means we establish a full mesh, not R4 gets the advertisement of R1, as it didnt get advertisement from iBGP. Now as long as R4 has route to next-hop to eBGP AS, D solves it
upvoted 1 times
...
...
[Removed]
6 months ago
Selected Answer: D
im going with D
upvoted 1 times
...
cloud29
8 months, 3 weeks ago
Selected Answer: B
I vote for B. It is best practice to not set EDGE ROUTER (R1) as Route Reflector
upvoted 1 times
...
Rachness
9 months, 3 weeks ago
B: R1 is out, Can't set reflector at the edge of BGP, Must be centrally located to avoid issues. R4 makes sense to be reflector and the opposite, attached routers to be clients.
upvoted 1 times
...
brownleaf
10 months, 2 weeks ago
Selected Answer: C
Defo C
upvoted 1 times
...
Omar0563
11 months, 2 weeks ago
D Clients may also receive routes from non-clients that have been reflected by the router reflector
upvoted 2 times
...
JonnyBingo
1 year ago
None of the answers are correct. Lab'd it up. Only way for R4 (based on the question's requirement for directly connected iBGP neighbors) is if R2 or R3 or both to have R4 config'd as a route-reflector-client.
upvoted 3 times
JonnyBingo
1 year ago
*only way for R4 to see the 192.168.100/24 route
upvoted 1 times
...
...
tinoe
1 year ago
R4 can only be a route reflector client of either R2 or R3 for the ping to work. This means for this scenario question there is no correct answer, all the answers are incorrect.
upvoted 1 times
...
[Removed]
1 year, 1 month ago
D is the only one that works but even then only if there is a direct peering between the routers (and the diagram implies there isnt).
upvoted 1 times
...
inteldarvid
1 year, 6 months ago
Selected Answer: D
The anwser correct is D, because, router 1 y router 4 have to be RR
upvoted 2 times
...
SolidSnake74
1 year, 6 months ago
Answer is A R4 can't reach 192.168.100.0/24 It means that R4 has most likely no routes received from any BGP neighbors. So, by setting R1 as RR with R2 & R3 as clients, they will get the routes from remote AS via R1. They can, then, just share it with their local neighbor which is R4. Route reflector rule 3 says : If an RR receives a route from an eBGP peer, it advertises the route to RR clients and non-RR clients
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago