This document describes configuring default routing on two routers, Router1 and Router2. On Router1, the default route is configured to point to the IP address 172.16.1.2 using the command "ip route 0.0.0.0 0.0.0.0 172.16.1.2". On Router2, the default route is configured to point to the IP address 172.16.1.1 using the command "ip route 0.0.0.0 0.0.0.0 172.16.1.1". The show ip route command confirms that on each router the gateway of last resort is set according to the configured default route.