Correct Answer: ip route 0.0.0.0 0.0.0.0 192.168.1.1
Explanation: The default route uses 0.0.0.0 0.0.0.0
, which matches any destination, and is used to route packets to the next hop, in this case, 192.168.1.1.
Correct Answer: ip route 0.0.0.0 0.0.0.0 192.168.1.1
Explanation: The default route uses 0.0.0.0 0.0.0.0
, which matches any destination, and is used to route packets to the next hop, in this case, 192.168.1.1.