When using the netstat -r command on a host, you see a route 0.0.0.0 0.0.0.0.0. What does this route represent?
- The host has no routes available for forwarding packets.
- This is a route for testing local communication.
- Destinations without a specified route are forwarded to the gateway.
- The host does not have an IP address configured.
Explanation: The local default route (0.0.0.0)—that is, all packets with destinations that do not match other specified addresses in the routing table—are forwarded to the gateway.
Exam with this question: CCNA 1 ITNv6 Chapter 6: Check Your Understanding
Please login or Register to submit your answer