Chapter 3

A1: First determine the subnet addresses of each link and then write the static routes. Remember that the routers will already have entries in their route tables for any directly connected subnet. The static routes are:

RTA

ip route 192.168.2.64 255.255.255.224 192.168.2.131ip route 192.168.2.160 255.255.255.224 192.168.2.131ip route 192.168.1.144/28 255.255.255.240 192.168.2.131ip route 192.168.1.16 255.255.255.240 192.168.2.131ip route 192.168.2.32 255.255.255.224 192.168.2.131ip route 192.168.1.160 255.255.255.240 192.168.2.131ip route 10.1.1.0 255.255.255.0 192.168.2.131ip route 10.1.3.0 255.255.255.0 192.168.2.131ip route 10.1.2.0 255.255.255.0 192.168.2.131

RTB

ip route 10.1.4.0 255.255.255.0 192.168.2.132ip route 192.168.1.128 255.255.255.240 192.168.2.174 ...

Get Routing TCP/IP, Volume I (CCIE Professional Development) now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.