An administrator examines an IPv4 routing table entry on a Cisco router:
`D 192.168.50.0/24 [90/2170112] via 10.1.1.2, 00:04:12, GigabitEthernet0/1`
Which two statements correctly describe the components of this routing entry? (Select TWO.)
- The value 90 represents the administrative distance of the route source.Answer
- The IP address 10.1.1.2 identifies the next-hop router address to forward packets destined for 192.168.50.0/24.Answer
- CThe value 90 represents the calculated metric cost to reach the destination network.
- DThe routing entry was configured manually as a static route as indicated by the code letter D.
Answer
The correct statements are that the value 90 represents the administrative distance of the route source, and the IP address 10.1.1.2 identifies the next-hop router address for forwarding packets.
In a Cisco IP routing table entry formatted as `[AD/Metric] via Next-Hop`, the first number inside the square brackets (90) is the administrative distance, which reflects the trustworthiness of EIGRP routes. The IP address following 'via' (10.1.1.2) represents the next-hop forwarding address.
Step-by-Step Solution
Key Concept
Interpretation of Cisco IP routing table entry components including administrative distance, metric, next-hop address, and route source codes.
Estimated Time:45s