200-101 · Question #171
Refer to the exhibit. To what does the 128 refer in the router output O 168.12.240/30 [110/128] via 192.168.12.233,00:35:36, Serial 0?
The correct answer is A. OSPF cost. In a Cisco IOS OSPF routing table entry, the bracketed format [AD/metric] places the administrative distance first and the path metric second - the value 128 is the cumulative OSPF cost to reach the destination.
Question
Options
- AOSPF cost
- BOSPF priority
- COSPF hop count
- DOSPF ID number
- EOSPF administrative distance
How the community answered
(26 responses)- A88% (23)
- B8% (2)
- C4% (1)
Why each option
In a Cisco IOS OSPF routing table entry, the bracketed format [AD/metric] places the administrative distance first and the path metric second - the value 128 is the cumulative OSPF cost to reach the destination.
In the routing table entry 'O 168.12.240/30 [110/128]', values follow the format [administrative-distance/metric]. The value 110 is OSPF's well-known default administrative distance, while 128 is the cumulative OSPF cost calculated by summing the reference bandwidth divided by interface bandwidth values along the entire path to the destination network.
OSPF priority is a per-interface value used exclusively during DR and BDR election on multi-access segments and is never reflected in routing table entries.
OSPF uses interface cost based on bandwidth as its metric rather than hop count - hop count is the metric used by distance-vector protocols such as RIP.
The OSPF router ID is a 32-bit identifier assigned to a router within the OSPF domain and is not stored or displayed in the routing table's metric field.
The OSPF administrative distance is the first number in the brackets (110), not the second - the value 128 represents the path cost metric, not the administrative distance.
Concept tested: Interpreting OSPF routing table cost metric
Source: https://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/7039-1.html
Topics
Community Discussion
No community discussion yet for this question.