Suggested Answer:A🗳️
The default formula to calculate OSPF bandwidth is BW = Bandwidth Reference / interface bandwidth [bps] = 10^8 / / interface bandwidth [bps] BW of the R1-R3 link = 10^8 / 100Mbps = 10^8 / 10^8 = 1 BW of the R2-R3 link = 10^8 / 1Gbps = 10^8 / 10^9 = 1 (round up) Therefore OSPF considers the two above links have the same Bandwidth -> R3 will go to 10.1.1.1 via the R1-R3 link. The solution here is to increase the Bandwidth Reference to a higher value using the "auto-cost reference-bandwidth" command under OSPF router mode. For example:
Router(config)#router ospf 1 - Router(config-router)#auto-cost reference-bandwidth 10000 This will increase the reference bandwidth to 10000 Mbps which increases the BW of the R2-R3 link to 10^10 / 10^8 = 100.
Currently there are no comments in this discussion, be the first to comment!
This section is not available anymore. Please use the main Exam Page.400-101 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.
Comments