exam questions

Exam 400-101 All Questions

View all questions & answers for the 400-101 exam

Exam 400-101 topic 1 question 108 discussion

Actual exam question from Cisco's 400-101
Question #: 108
Topic #: 1
[All 400-101 Questions]

Refer to the exhibit.

R3 prefers the path through R1 to reach host 10.1.1.1.
Which option describes the reason for this behavior?

  • A. The OSPF reference bandwidth is too small to account for the higher speed links through R2.
  • B. The default OSPF cost through R1 is less than the cost through R2.
  • C. The default OSPF cost through R1 is more than the cost through R2.
  • D. The link between R2 and R1 is congested. "Pass Any Exam. Any Time." - www.actualtests.com 122
Show Suggested Answer Hide Answer
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.

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
Currently there are no comments in this discussion, be the first to comment!
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 ...