Which command do you enter so that it takes full advantage of OSPF costs?

If device R1 has 1-Gigabit and 10-Gigabit Ethernet interfaces.
Which command do you enter so that it takes full advantage of OSPF costs?
A. R1(config-router)#auto-cost reference-bandwidth 10000
B. R1(config-router)#auto-cost reference-bandwidth 10000000000
C. R1(config-if)# ip ospf cost 10000000000
D. R1(config-if)# ip ospf cost 10000
E. R1(config-route-map)#set metric 10000
F. R1(config-route-map)#set metric 10000000000

cisco-exams

7 thoughts on “Which command do you enter so that it takes full advantage of OSPF costs?

  1. IOU1(config-router)#auto-cost reference-bandwidth ?
    The reference bandwidth in terms of Mbits per second

    Maximum is 4294967 .. so 10000

    A

  2. A
    cost = bandwidth/int bandwidth.
    For 1G link, cost = 10000/1000 = 10.
    For 10G link, cost = 10000/10000 = 1.
    Hence there is no tie. A is correct.

  3. A

    https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/command/iro-cr-book/ospf-a1.html#wp3271966058

    To control how Open Shortest Path First (OSPF) calculates default metrics for the interface, use the auto-cost command in router configuration mode. To assign cost based only on the interface type, use the no form of this command.

    auto-cost commandauto-cost reference-bandwidth mbps

    no auto-cost reference-bandwidth

    Syntax Description

    reference-bandwidth mbps
    Rate in Mbps (bandwidth). The range is from 1 to 4294967; the default is 100.

  4. I am also answering it with A but correct shows B.

    now the question is which answer will be correct in real exam ?

    anybody have information about it ?

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.