exam questions

Exam 300-410 All Questions

View all questions & answers for the 300-410 exam

Exam 300-410 topic 1 question 484 discussion

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

Refer to the exhibit.



An engineer is troubleshooting a prefix advertisement issue from R3, which is not directly connected to R1. Which configuration resolves the issue?

  • A. R2(config)#router bgp 64512 -
    R2(config-router)#neighbor 192.168.20.10 next-hop-self
  • B. R1(config)#router bgp 64512 -
    R1(config-router)#neighbor 192.168.10.20 next-hop-self
  • C. R1(config)#router bgp 64512 -
    R1(config-router)#neighbor 192.168.20.20 next-hop-self
  • D. R2(config)#router bgp 64512 -
    R2(config-router)#neighbor 192.168.10.20 next-hop-self
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
Storcaks
Highly Voted 1 year, 8 months ago
Selected Answer: A
C doesn't really make any sense. Next-hop-self needs to be enabled on router 192.168.20.20 which is presumably R2, not on R1 itself. R2 (192.168.20.20) is peering with R3 (192.168.10.20) and R1 (192.168.20.10). I'd go with A
upvoted 14 times
Pietjeplukgeluk
1 year, 2 months ago
Nice explanation, thanks!
upvoted 1 times
...
...
chris110
Highly Voted 1 year, 8 months ago
Take a look Q95 https://www.networktut.com/new-enarsi-questions-6 The next hop is preserved in eBGP advertisements for IBGP neighbor so it will not change when R2 advertises to IBGP router R1 and this is the case of this question. The below figure helps you understand it: BGP_inaccessible_next_hop_self.jpg Although R2 keeps the next-hop 192.168.10.20 when advertising to R1 for network 10.0.0.0/8 but R1 does not know how to reach this next-hop so it is marked as inaccessible. Also from the output “192.168.10.20 (inaccessible) from 192.168.20.20”, we learn that the IP address 192.168.10.20 was learned from 192.168.20.20 so this IP address belongs to R2 interface which is facing R1. Therefore the IP address of R1 interface which is facing R2 should be 192.168.20.10. One solution of this problem is to set the command “neighbor 192.168.20.10 next-hop-self” on R2 so that R2 advertise its IP address as the next-hop for R1.
upvoted 8 times
...
[Removed]
Most Recent 10 months, 1 week ago
Selected Answer: A
A is corerct
upvoted 1 times
...
RouterToRooter
1 year, 5 months ago
Selected Answer: C
Correct answer is C for me
upvoted 1 times
...
sayed_2908
1 year, 6 months ago
answer is C R3 <------> R2 <------> R1. R1 is not directly connected to R3 192.168.10.20 is R3 192.168.20.20 is R2 192.168.20.10 is R1 next-hop self need to be set on R2
upvoted 2 times
sayed_2908
1 year, 4 months ago
I mean 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 ...