exam questions

Exam 300-410 All Questions

View all questions & answers for the 300-410 exam

Exam 300-410 topic 1 question 38 discussion

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



Refer to the exhibits. SanFrancisco and Boston routers are choosing slower links to reach each other despite the direct links being up.
Which configuration fixes the issue?

  • A. All Routers router ospf 1 auto-cost reference-bandwidth 100
  • B. SanFrancisco Router router ospf 1 auto-cost reference-bandwidth 1000
  • C. Boston Router router ospf 1 auto-cost reference-bandwidth 1000
  • D. All Routers router ospf 1 auto-cost reference-bandwidth 1000
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
Stivostine
Highly Voted 3 years, 5 months ago
D is ok : Under the OSPF process, the command auto-cost reference-bandwidth bandwidth-in- mbps changes the reference bandwidth for all OSPF interfaces associated with that process. If the reference bandwidth is changed on one router, then the reference bandwidth should be changed on all OSPF routers to ensure that SPF uses the same logic to prevent routing loops. It is a best practice to set the same reference bandwidth for all OSPF routers.
upvoted 8 times
...
[Removed]
Most Recent 10 months, 3 weeks ago
Selected Answer: D
D is correct
upvoted 1 times
...
bk989
1 year ago
The Bottom image is Dallas not Boston. Thios image shows the same cost to reach Boston and Sanfranciso (11) as it does for San-Franciso to reach Boston (11) over the 100MBs interface. OSPF cost = reference badwidth/interface bandwidth. The costs Will be rounded up to nearest integer. So assuming we caave a reference bandwidth of 100MBS: 100/100 = 1. 100/1000 = .1 which equals 1, as Cisco routers only calculate integers. If we make reference bandwidth 1000 --> 1000/100 = cost of 10 (+ any cost through the domain) and 1000/1000 = 1
upvoted 2 times
bk989
9 months, 3 weeks ago
long story short, we need to change the reference bandwidth. Answer is D, because A doesnt account for the gigabit interface
upvoted 1 times
...
...
MasoudGhorbani
1 year, 3 months ago
Selected Answer: D
By default, OSPF assigns a cost based on a reference bandwidth of 100 Mbps so, any link at 100 Mbps or more gets a cost of 1. To fix this issue, the auto-cost reference-bandwidth command needs to be used to recalibrate the OSPF cost calculation so that it can differentiate between the 100 Mbps and 1 Gbps links.
upvoted 3 times
...
Brand
1 year, 9 months ago
Selected Answer: D
R1(config-router)#auto-cost reference-bandwidth ? <1-4294967> The reference bandwidth in terms of Mbits per second R1(config-router)#auto-cost reference-bandwidth it's being defined as mbps, so it's D
upvoted 1 times
...
Noproblem22
2 years, 6 months ago
They have made a mistake, the output of the lower router is Dallas. D is correct
upvoted 2 times
...
yuki0829
2 years, 10 months ago
I'think the lower route table is not Boston's. It's Dallas's.
upvoted 2 times
...
timtgh
3 years ago
Poorly worded. They mean even though the faster links are up, not "direct" links. The direct links are the slower links. Anyway, D is right, because on many Cisco router platforms, the reference bandwidth default is less than 1000, which makes it inaccurate for 1Gb links or higher.
upvoted 3 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 ...