Question

Which command can an administrator execute to determine what interface a router will use to reach remote networks?


radio_button_unchecked
show ip route

radio_button_unchecked
show interfaces

radio_button_unchecked
show arp

radio_button_unchecked
show protocols

Answers

GPT-4o mini
The correct command an administrator can execute to determine what interface a router will use to reach remote networks is:

**show ip route**

This command displays the current routing table, showing the network destinations, the interface through which the router will route packets to reach those destinations, and other relevant routing information.

Related Questions