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
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.
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
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.
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
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
...
This section is not available anymore. Please use the main Exam Page.300-410 Exam Questions
Log in to ExamTopics
Sign in:
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.
Stivostine
Highly Voted 3 years, 5 months ago[Removed]
Most Recent 10 months, 3 weeks agobk989
1 year agobk989
9 months, 3 weeks agoMasoudGhorbani
1 year, 3 months agoBrand
1 year, 9 months agoNoproblem22
2 years, 6 months agoyuki0829
2 years, 10 months agotimtgh
3 years ago