The command ip route 192.168.100.160 255.255.255.224 192.168.10.2 was issued on a router.
No routing protocols or other static routes are configured on the router. Which statement is true about this command?
A. The interface with IP address 192.168.10.2 is on this router.
B. The command sets a gateway of last resort for the router.
C. Packets that are destined for host 192.168.100.160 will be sent to 192.168.10.2.
D. The command creates a static route for all IP traffic with the source address 192.168.100.160.
I believe it’s just a mistake and the wrong word used in C, and it should read “Packets that are destined for network 192.168.100.160 will be sent to 192.168.10.2” in the actual exam.
You need to run the ip default-network command to set a gateway of last resort for the router. https://www.cisco.com/c/en/us/support/docs/ip/routing-information-protocol-rip/16448-default.html
160 is network add and c is not right because mentioned host 160 and not network
I think B is the right choice