A network administrator executes the show ip route command on a Cisco router and observes the following routing entry:
O 10.150.1.0/24 [110/20] via 192.168.12.2, 00:10:42, GigabitEthernet0/0
Which component of this routing table entry is represented by the value 110?
- The administrative distance of the routeCevap
- BThe metric (cost) to reach the destination network
- CThe OSPF process ID configured on the router
- DThe Autonomous System number of the routing protocol
Cevap
The value 110 represents the administrative distance of the route.
In Cisco IOS routing tables, routes learned via dynamic protocols display bracketed values in the format [Administrative Distance / Metric]. The first number, 110, is the administrative distance, which indicates the reliability of the routing source (110 is the default AD for OSPF).
Adım Adım Çözüm
Anahtar Kavram
Routing Table Component Interpretation (Administrative Distance vs. Metric)